Videos.CaptureAvailableResult

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.