Loading...
Searching...
No Matches
com.navigine.idl.java.Notification Class Referenceabstract

Class is used for working with the notifications and storing its data. More...

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.
 

Detailed Description

Class is used for working with the notifications and storing its data.

Referenced from: NotificationListener.

Definition at line 18 of file Notification.java.

Member Function Documentation

◆ getContent()

abstract String com.navigine.idl.java.Notification.getContent ( )
abstract

notification's content.

Returns

◆ getId()

abstract int com.navigine.idl.java.Notification.getId ( )
abstract

notification's unique identifier.

Returns

◆ getImageUrl()

abstract String com.navigine.idl.java.Notification.getImageUrl ( )
abstract

notification's image url if specified.

Returns

◆ getTitle()

abstract String com.navigine.idl.java.Notification.getTitle ( )
abstract

notification's title.

Returns

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