Videos.CaptureOverlayStateListener

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.