ZoneManager class abstract

@ingroup navigine_dart_classes @ingroup navigine_dart_managers @brief Class is used for notifying about entering or leaving @see Zone "Zone"s.

Referenced from @see NavigineSdk "NavigineSdk".

Implemented types
Implementers

Constructors

ZoneManager()

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
@brief Method is used to add @see ZoneListener "ZoneListener" class element which will notify entering or leaving @see Zone "Zone"s. @note Do not forget to remove listener if it is no longer needed! @param listener Сorresponding @see ZoneListener "ZoneListener" class.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeZoneListener(ZoneListener listener) → void
@brief Method is used for removing previously added @see ZoneListener "ZoneListener" class element. @param listener Сorresponding @see ZoneListener "ZoneListener" class to remove.
toString() String
A string representation of this object.
inherited

Operators

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