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

import snippets/NotificationManager/objc/NotificationManagerExample.h;

Inherits NSObject.

Public Member Functions

void demonstrateNotificationManagerMethods ()
 
instancetype init ()
 
void runExample ()
 

Public Attributes

NavigineSdk _sdk
 
LocationManager _locationManager
 
NotificationManager _notificationManager
 
NotificationListener _notificationListener
 

Properties

NCNavigineSdksdk
 
NCLocationManagerlocationManager
 
NCNotificationManagernotificationManager
 
id< NCNotificationListenernotificationListener
 

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

◆ demonstrateNotificationManagerMethods()

void NotificationManagerExample.demonstrateNotificationManagerMethods ( )
inline

Demonstrate NotificationManager methods

Definition at line 66 of file NotificationManagerExample.m.

◆ init()

instancetype NotificationManagerExample::init ( )
virtual

Definition at line 9 of file NotificationManagerExample.m.

◆ runExample()

void NotificationManagerExample.runExample ( )
virtual

Member Data Documentation

◆ _locationManager

LocationManager NotificationManagerExample._locationManager

Definition at line 11 of file notification_manager_example.dart.

◆ _notificationListener

NotificationListener NotificationManagerExample._notificationListener

Definition at line 13 of file notification_manager_example.dart.

◆ _notificationManager

NotificationManager NotificationManagerExample._notificationManager

Definition at line 12 of file notification_manager_example.dart.

◆ _sdk

NavigineSdk NotificationManagerExample._sdk

Definition at line 10 of file notification_manager_example.dart.

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: