Loading...
Searching...
No Matches
NCRouteSession Class Reference

Class is used for managing async route listeners. More...

#include <com/navigine/idl/objc/NCRouteSession.h>

Inherits NSObject.

Instance Methods

(void) - addRouteListener:
 Method is used to add AsyncRouteListener class element which will notify async route events.
 
(void) - removeRouteListener:
 Method is used for removing previously added AsyncRouteListener class element.
 

Detailed Description

Class is used for managing async route listeners.

Referenced from AsyncRouteManager.

Definition at line 18 of file NCRouteSession.h.

Method Documentation

◆ addRouteListener:

- (void) addRouteListener: (nullable id< NCAsyncRouteListener >) listener

Method is used to add AsyncRouteListener class element which will notify async route events.

Note
Do not forget to remove listener if it is no longer needed!
Parameters
listenerСorresponding AsyncRouteListener class.

◆ removeRouteListener:

- (void) removeRouteListener: (nullable id< NCAsyncRouteListener >) listener

Method is used for removing previously added AsyncRouteListener class element.

Parameters
listenerСorresponding AsyncRouteListener class to remove.

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