IGNotificationsManager Class Reference

Inherits from NSObject
Declared in IGNotificationsManager.h

+ requestForLocalNotificationsPermission

+ (void)requestForLocalNotificationsPermission

+ isLocalNotificationsPermissionAllowed

+ (BOOL)isLocalNotificationsPermissionAllowed

+ registerNotificationTriggeredBy:text:openURL:repeat:registerResultBlock:

+ (void)registerNotificationTriggeredBy:(IGTrigger *)trigger text:(NSString *)text openURL:(NSString *)url repeat:(BOOL)repeat registerResultBlock:(void ( ^ ) ( NSError *error , IGNotification *notification ))result

+ activeNotifications

+ (NSArray<IGNotification*> *)activeNotifications

+ unregisterNotification:

+ (BOOL)unregisterNotification:(IGNotification *)notification