public static interface VideosClient.OnCaptureOverlayStateListener implements
Videos.CaptureOverlayStateListener
Listener that will notify about key user interactions with the overlay, such as
starting/stopping capture or dismissing the overlay. Provide an instance of this interface to
registerOnCaptureOverlayStateChangedListener(VideosClient.OnCaptureOverlayStateListener)
to receive callbacks.
Public Method Summary
abstract void |
onCaptureOverlayStateChanged(int overlayState)
Called when the capture overlay state changes.
|
Inherited Method Summary
Public Methods
public abstract void onCaptureOverlayStateChanged (int overlayState)
Called when the capture overlay state changes.
Parameters
overlayState | The current capture overlay state. Possible values include:
CAPTURE_OVERLAY_STATE_SHOWN ,
CAPTURE_OVERLAY_STATE_CAPTURE_STARTED ,
CAPTURE_OVERLAY_STATE_CAPTURE_STOPPED ,
CAPTURE_OVERLAY_STATE_DISMISSED . |
---|