MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Class Methods | List of all members
MPNotificationsHelper Class Reference

#include <MPNotificationsHelper.h>

Inheritance diagram for MPNotificationsHelper:

Class Methods

(void) + setupNotificationsForApp:withLocationManager:
 
(void) + fetchMessagesForSolution:completionHandler:messageHandler:
 
(void) + locationManager:didEnterRegion:
 
(void) + monitorRegionForMessage:withLocationManager:
 

Method Documentation

◆ fetchMessagesForSolution:completionHandler:messageHandler:

+ (void) fetchMessagesForSolution: (nonnull NSString *) solutionId
completionHandler: (nullable void(^)(UIBackgroundFetchResult)) completionHandler
messageHandler: (nullable void(^)(MPMessage *_Nonnull message)) messageHandler 

◆ locationManager:didEnterRegion:

+ (void) locationManager: (nonnull CLLocationManager *) manager
didEnterRegion: (nonnull CLRegion *) region 

◆ monitorRegionForMessage:withLocationManager:

+ (void) monitorRegionForMessage: (nonnull MPMessage *) message
withLocationManager: (nonnull CLLocationManager *) locationManager 

◆ setupNotificationsForApp:withLocationManager:

+ (void) setupNotificationsForApp: (nonnull UIApplication *) application
withLocationManager: (nonnull CLLocationManager *) locationManager