Loading...
Searching...
No Matches
ZoneManager Class Referenceabstract

Class is used for notifying about entering or leaving Zones. More...

Inherits Finalizable.

Public Member Functions

void addZoneListener (ZoneListener listener)
 Method is used to add ZoneListener class element which will notify entering or leaving Zones.
 
void removeZoneListener (ZoneListener listener)
 Method is used for removing previously added ZoneListener class element.
 

Detailed Description

Class is used for notifying about entering or leaving Zones.

Referenced from NavigineSdk.

Definition at line 18 of file zone_manager.dart.

Member Function Documentation

◆ addZoneListener()

void ZoneManager.addZoneListener ( ZoneListener listener)

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!
Parameters
listenerСorresponding ZoneListener class.

◆ removeZoneListener()

void ZoneManager.removeZoneListener ( ZoneListener listener)

Method is used for removing previously added ZoneListener class element.

Parameters
listenerСorresponding ZoneListener class to remove.

The documentation for this class was generated from the following file: