com.google.android.gms.games.video.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 registerCaptureOverlayStateChangedListener(GoogleApiClient, Videos.CaptureOverlayStateListener)
to receive callbacks.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the capture overlay state changes.
|
Called when the capture overlay state changes.
Parameters | |
---|---|
overlayState |
int :
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 .
|