public static interface

Videos.CaptureAvailableResult

implements Result
com.google.android.gms.games.video.Videos.CaptureAvailableResult

Class Overview

Result delivered when capture availability is returned by isCaptureAvailable(GoogleApiClient, int). Possible status codes include:

Summary

Public Methods
abstract boolean isAvailable()
Returns if the capture service is available or not.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

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.

Returns
boolean