Class is used for working with the notifications and storing its data. More...
#include <com/navigine/idl/objc/NCNotification.h>
Inherits NSObject.
Properties | |
int32_t | id |
notification's unique identifier. | |
NSString * | title |
notification's title. | |
NSString * | content |
notification's content. | |
NSString * | imageUrl |
notification's image url if specified. | |
Class is used for working with the notifications and storing its data.
Referenced from: NotificationListener.
Definition at line 19 of file NCNotification.h.
|
readnonatomicassign |
notification's content.
Definition at line 34 of file NCNotification.h.
|
readnonatomicassign |
notification's unique identifier.
Definition at line 24 of file NCNotification.h.
|
readnonatomicassign |
notification's image url if specified.
Definition at line 39 of file NCNotification.h.
|
readnonatomicassign |
notification's title.
Definition at line 29 of file NCNotification.h.