public static interface

Videos.CaptureOverlayStateListener

com.google.android.gms.games.video.Videos.CaptureOverlayStateListener

Class Overview

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.

Summary

Public Methods
abstract void onCaptureOverlayStateChanged(int overlayState)
Called when the capture overlay state changes.

Public Methods

public abstract void onCaptureOverlayStateChanged (int overlayState)

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.