Interface BitmapManager.SaveCallback

  • Enclosing class:
    BitmapManager

    public static interface BitmapManager.SaveCallback
    Callback for saving a bitmap into a file.
    • Method Detail

      • onSuccess

        void onSuccess​(android.net.Uri resultUri)
        Called when the bitmap was saved successfully.
        Parameters:
        resultUri - Result's file uri.
      • onFailure

        void onFailure()
        Called when failed to save the bitmap.