ZoneManager class abstract
Class is used for notifying about entering or leaving Zones. Referenced from NavigineSdk.
- Implemented types
- Implementers
Constructors
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
-
addZoneListener(
ZoneListener listener) → void -
Method is used to add ZoneListener class element
which will notify entering or leaving Zones.
Note: Do not forget to remove listener if it is no longer needed!
listenerCorresponding ZoneListener class. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeZoneListener(
ZoneListener listener) → void -
Method is used for removing previously added ZoneListener class element.
listenerCorresponding ZoneListener class to remove. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited