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.
Swift code snippet:
Objective C code snippet:
Definition at line 61 of file NCNotification.h.
|
readnonatomicassign |
notification's unique identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 33 of file NCNotification.h.
|
readnonatomicassign |
notification's image url if specified.
Swift code snippet:
Objective C code snippet:
Definition at line 75 of file NCNotification.h.
|
readnonatomicassign |
notification's title.
Swift code snippet:
Objective C code snippet:
Definition at line 47 of file NCNotification.h.