Page Summary
-
This interface and its methods are deprecated.
-
Video recording using Play Games Services will be disabled for Android SDK levels greater than 32.
-
This listener notifies about user interactions with the video capture overlay such as starting/stopping capture or dismissing the overlay.
-
Implement this interface and provide an instance to
VideosClient.registerOnCaptureOverlayStateChangedListenerto receive callbacks on capture overlay state changes.
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.
Public Method Summary
| 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.
|
Inherited Method Summary
Public Methods
public 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.
Called when the capture overlay state changes.
Parameters
| 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. |
|---|