Skip to content

Class NCNotification

Il Kadyrov edited this page Nov 5, 2020 · 1 revision

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

Referenced from: NCNotificationListener.

@interface NCNotification : NSObject

@property (nonatomic, readonly) int32_t id;

@property (nonatomic, nonnull, readonly) NSString * title;

@property (nonatomic, nonnull, readonly) NSString * content;

@property (nonatomic, nullable, readonly) NSString * imageId;

@end

Public fields

  • id - notification's identifier
  • title - notification's title
  • content - notification's content description
  • imageId - notification's image id, which could be used for getting NCImage using NCResourceManager.
Clone this wiki locally