Interface Broadcaster.PictureObserver

    • Method Detail

      • onPictureStored

        void onPictureStored​(boolean success)
        Called if a call to takePicture finished. The callback is always done on the main thread.
        Parameters:
        success - True if the picture was successfully stored. False if the call explicitly failed and the app might want to clean up any placeholder inserted into MediaStore.