GooglePlayServicesAvailability class

Indicates possible states of the Google Api Services availability.

Constructors

GooglePlayServicesAvailability.byValue(int value)
Returns the value of the status as a string of the given status integer
factory
GooglePlayServicesAvailability.private(int value)
Creates an instance of the GooglePlayServicesAvailability class. This constructor is exposed for testing purposes only and should not be used by clients of the plugin as it may break or change at any time.
const

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.