com.google.android.gms.games.VideosClient.OnCaptureOverlayStateListener |
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 Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the capture overlay state changes.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 .
|