Inheritance diagram for com.navigine.idl.java.internal.NotificationBinding:Public Member Functions | |
| native boolean | isValid () |
| int | getId () |
| notification's unique identifier. | |
| String | getTitle () |
| notification's title. | |
| String | getContent () |
| notification's content. | |
| String | getImageUrl () |
| notification's image url if specified. | |
Definition at line 10 of file NotificationBinding.java.
|
inline |
notification's content.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Notification.
Definition at line 39 of file NotificationBinding.java.
|
inline |
notification's unique identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Notification.
Definition at line 25 of file NotificationBinding.java.
|
inline |
notification's image url if specified.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Notification.
Definition at line 46 of file NotificationBinding.java.
|
inline |
notification's title.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Notification.
Definition at line 32 of file NotificationBinding.java.
| native boolean com.navigine.idl.java.internal.NotificationBinding.isValid | ( | ) |
Tells if this Notification is valid or not. Any other method (except for this one) called on an invalid Notification will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.Notification.