Class NCNotification - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki

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.