Class is used for working with the notifications and storing its data. More...
Inheritance diagram for com.navigine.idl.java.Notification:Public Member Functions | |
| abstract int | getId () |
| notification's unique identifier. | |
| abstract String | getTitle () |
| notification's title. | |
| abstract String | getContent () |
| notification's content. | |
| abstract String | getImageUrl () |
| notification's image url if specified. | |
| abstract boolean | isValid () |
Class is used for working with the notifications and storing its data.
Referenced from: NotificationListener.
Definition at line 16 of file Notification.java.
|
abstract |
notification's content.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.NotificationBinding.
|
abstract |
notification's unique identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.NotificationBinding.
|
abstract |
notification's image url if specified.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.NotificationBinding.
|
abstract |
notification's title.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.NotificationBinding.
|
abstract |
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 in com.navigine.idl.java.internal.NotificationBinding.