NotificationTester
public class NotificationTester
Undocumented
-
Boolvalue representing whether or not notification permissions have been granted on the running device.Declaration
Swift
public var notificationsAllowed: Bool -
Takes a
userInfoobject and casts it to aPushNotificationobject.Declaration
Swift
public func processNotification(_ userInfo: [AnyHashable : Any])Parameters
userInfoPush notification received from APNS
NotificationTester Class Reference