Loading...
Searching...
No Matches

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.
 

Detailed Description

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

Referenced from: NotificationListener.

Definition at line 19 of file NCNotification.h.

Property Documentation

◆ content

- (NSString*) content
readnonatomicassign

notification's content.

Definition at line 34 of file NCNotification.h.

◆ id

- (int32_t) id
readnonatomicassign

notification's unique identifier.

Definition at line 24 of file NCNotification.h.

◆ imageUrl

- (NSString*) imageUrl
readnonatomicassign

notification's image url if specified.

Definition at line 39 of file NCNotification.h.

◆ title

- (NSString*) title
readnonatomicassign

notification's title.

Definition at line 29 of file NCNotification.h.


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