GooglePlayServicesAvailability class

Indicates possible states of the Google Api Services availability.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Represents the integer value of the Google Api Services availability state.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

notAvailableOnPlatform → const GooglePlayServicesAvailability
Google Play services are not available on this platform.
serviceDisabled → const GooglePlayServicesAvailability
The installed version of Google Play services has been disabled on this device.
serviceInvalid → const GooglePlayServicesAvailability
The version of the Google Play services installed on this device is not authentic.
serviceMissing → const GooglePlayServicesAvailability
Google Play services is missing on this device.
serviceUpdating → const GooglePlayServicesAvailability
Google Play service is currently being updated on this device.
serviceVersionUpdateRequired → const GooglePlayServicesAvailability
The installed version of Google Play services is out of date.
success → const GooglePlayServicesAvailability
Google Play services are installed on the device and ready to be used.
unknown → const GooglePlayServicesAvailability
Unable to determine if Google Play services are installed.
values → const List<GooglePlayServicesAvailability>
Returns a list with all possible Google Api Availability states.