Inheritance diagram for com.navigine.idl.java.internal.NotificationManagerBinding:Public Member Functions | |
| void | addNotificationListener (NotificationListener listener) |
| Method is used to add NotificationListener class element which will notify all incoming local notification events. | |
| void | removeNotificationListener (NotificationListener listener) |
| Method is used for removing previously added NotificationListener class element. | |
Protected Member Functions | |
| NotificationManagerBinding (NativeObject nativeObject) | |
Protected Attributes | |
| Subscription< NotificationListener > | weakNotificationListenerSubscription |
Definition at line 12 of file NotificationManagerBinding.java.
|
inlineprotected |
Invoked only from native code.
Definition at line 19 of file NotificationManagerBinding.java.
|
inline |
Method is used to add NotificationListener class element which will notify all incoming local notification events.
| listener | Corresponding NotificationListener listener class. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.NotificationManager.
Definition at line 35 of file NotificationManagerBinding.java.
|
inline |
Method is used for removing previously added NotificationListener class element.
| listener | Corresponding NotificationListener class to remove. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.NotificationManager.
Definition at line 42 of file NotificationManagerBinding.java.
|
protected |
Definition at line 24 of file NotificationManagerBinding.java.