NotificationTester

public class NotificationTester

Undocumented

  • Bool value representing whether or not notification permissions have been granted on the running device.

    Declaration

    Swift

    public var notificationsAllowed: Bool
  • Takes a userInfo object and casts it to a PushNotification object.

    Declaration

    Swift

    public func processNotification(_ userInfo: [AnyHashable : Any])

    Parameters

    userInfo

    Push notification received from APNS