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. | |
Class is used for managing async route listeners.
Referenced from AsyncRouteManager.
Definition at line 18 of file NCRouteSession.h.
| - (void) addRouteListener: | (nullable id< NCAsyncRouteListener >) | listener |
Method is used to add AsyncRouteListener class element which will notify async route events.
| listener | Сorresponding AsyncRouteListener class. |
Swift code snippet:
Objective C code snippet:
| - (void) removeRouteListener: | (nullable id< NCAsyncRouteListener >) | listener |
Method is used for removing previously added AsyncRouteListener class element.
| listener | Сorresponding AsyncRouteListener class to remove. |
Swift code snippet:
Objective C code snippet: