Videos.CaptureOverlayStateListener

  • This interface is deprecated and users should use VideosClient.OnCaptureOverlayStateListener instead.

  • This listener notifies about user interactions with the video capture overlay, such as starting/stopping capture or dismissing the overlay.

  • The onCaptureOverlayStateChanged method is called when the capture overlay state changes, providing the current state as an integer parameter.

public static interface Videos.CaptureOverlayStateListener
Known Indirect Subclasses

This interface is deprecated.
Use VideosClient.OnCaptureOverlayStateListener instad.

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 Videos.registerCaptureOverlayStateChangedListener(GoogleApiClient, Videos.CaptureOverlayStateListener) to receive callbacks.

Public Method Summary

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.