Videos.CaptureAvailableResult

  • The Videos.CaptureAvailableResult interface is deprecated.

  • The isAvailable result is returned directly in the VideosClient.

  • Possible status codes indicate if capture is supported, unsupported, or if an internal error occurred.

  • The isAvailable() method returns a boolean indicating if the capture service is available.

public static interface Videos.CaptureAvailableResult implements Result

This interface is deprecated.
isAvailable is returned directly in the VideosClient.

Result delivered when capture availability is returned by Videos.isCaptureAvailable(GoogleApiClient, int).

Possible status codes include:

Public Method Summary

abstract boolean
isAvailable()
Returns if the capture service is available or not.

Inherited Method Summary

Public Methods

public abstract boolean isAvailable ()

Returns if the capture service is available or not. If it's already in use or we cannot connect then this will be false.