MoEngagePushCallBackHandler
public class MoEngagePushCallBackHandler : NSObject, UNUserNotificationCenterDelegate
-
Singleton Instance as notification lifecycle delegate callabacks to be instance agnostic
Declaration
Swift
public static let sharedInstance: MoEngagePushCallBackHandler
-
Declaration
Swift
public func userNotificationCenter(_ center: UNUserNotificationCenter, didReceive response: UNNotificationResponse, withCompletionHandler completionHandler: @escaping () -> Void)
-
Declaration
Swift
public func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void)