Loading...
Searching...
No Matches
NotificationManagerExample Class Reference

import snippets/NotificationManager/objc/NotificationManagerExample.h;

Inherits NSObject.

Public Member Functions

instancetype init ()
 
void runExample ()
 

Properties

NCNavigineSdk * sdk
 
NCLocationManager * locationManager
 
NCNotificationManager * notificationManager
 
id< NCNotificationListener > notificationListener
 

Detailed Description

NotificationManager usage example for Dart/Flutter Demonstrates working with local notifications, iBeacon signals, and notification management

NotificationManager usage example for Objective-C Demonstrates working with local notifications, iBeacon signals, and notification management

Definition at line 9 of file notification_manager_example.dart.

Member Function Documentation

◆ init()

instancetype NotificationManagerExample::init ( )
virtual

Definition at line 9 of file NotificationManagerExample.m.

◆ runExample()

void NotificationManagerExample.runExample ( )
virtual

Property Documentation

◆ locationManager

NCLocationManager* NotificationManagerExample.locationManager
readwritenonatomicstrong

Definition at line 15 of file NotificationManagerExample.h.

◆ notificationListener

id<NCNotificationListener> NotificationManagerExample.notificationListener
readwritenonatomicstrong

Definition at line 17 of file NotificationManagerExample.h.

◆ notificationManager

NCNotificationManager* NotificationManagerExample.notificationManager
readwritenonatomicstrong

Definition at line 16 of file NotificationManagerExample.h.

◆ sdk

NCNavigineSdk* NotificationManagerExample.sdk
readwritenonatomicstrong

Definition at line 14 of file NotificationManagerExample.h.


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