com.google.android.gms.games.video.Videos.CaptureAvailableResult |
Result delivered when capture availability is returned by isCaptureAvailable(GoogleApiClient, int)
.
Possible status codes include:
STATUS_OK
if we successfully communicated with the service
and the device supports capture.STATUS_VIDEO_UNSUPPORTED
if the device does not support
capturing at all. This will always be the case for Android versions below
LOLLIPOP
.STATUS_INTERNAL_ERROR
if an unexpected error occurred in the
service.Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns if the capture service is available or not.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 |