StatusNames class

Reference list of the status names received in the SitumSdk.onLocationStatus callback. Other status may be received and may vary depending on the platform.

Constructors

StatusNames()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

calculating → const String
The SDK is trying to locate the user in a specific Building. Once the user is located inside the building, you should be receiving locations on your onLocationUpdate callback.
starting → const String
The positioning system has been started.
stopped → const String
The positioning has been stopped.
userNotInBuilding → const String
The user location is not inside the building.