VideosClient.OnCaptureOverlayStateListener

public static interface VideosClient.OnCaptureOverlayStateListener implements Videos.CaptureOverlayStateListener

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.