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. | |
| BOOL | valid |
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 64 of file NCNotification.h.
|
readnonatomicassign |
notification's unique identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 34 of file NCNotification.h.
|
readnonatomicassign |
notification's image url if specified.
Swift code snippet:
Objective C code snippet:
Definition at line 79 of file NCNotification.h.
|
readnonatomicassign |
notification's title.
Swift code snippet:
Objective C code snippet:
Definition at line 49 of file NCNotification.h.
|
readnonatomicassign |
Tells if this object is valid or not. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now.
Definition at line 87 of file NCNotification.h.