-
Notifications
You must be signed in to change notification settings - Fork 6
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
-
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.
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder