This interface is deprecated.
Video recording using Play Games Services will be disabled for Android SDK levels greater
than 32.
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
VideosClient.registerOnCaptureOverlayStateChangedListener(VideosClient.OnCaptureOverlayStateListener)
to receive callbacks.
| abstract void |
onCaptureOverlayStateChanged(int overlayState)
This method is deprecated. Video recording using Play Games Services will
be disabled for Android SDK levels greater than 32.
|
This method is deprecated.
Video recording using Play Games Services will be disabled for Android SDK levels greater
than 32.
Called when the capture overlay state changes.
| overlayState | The current capture overlay state. Possible values include:
VideosClient.CAPTURE_OVERLAY_STATE_SHOWN,
VideosClient.CAPTURE_OVERLAY_STATE_CAPTURE_STARTED,
VideosClient.CAPTURE_OVERLAY_STATE_CAPTURE_STOPPED,
VideosClient.CAPTURE_OVERLAY_STATE_DISMISSED. |
|---|