APNCategory
public enum APNCategory : String
Usher Server push notification categories. The categories determine what action UNNotificationAction is registered
for the notification.
-
Unknown notification category
Declaration
Swift
case unknown = "UNKNOWN" -
Category for Logical access notification. The notification will show Approve action.
Declaration
Swift
case logicalAccess = "LOGICAL_ACCESS" -
Category for VPN access notification. The notification will show Approve action.
Declaration
Swift
case vpn = "VPN_LOGIN" -
Category for desktop unlock action notificaiton. The notification will show Approve action.
Declaration
Swift
case desktop = "COMPUTER_LOGIN" -
Category for desktop unlock notificaiton without actions.
Declaration
Swift
case desktopWithoutAction = "COMPUTER_LOGIN_WITHOUT_ACTION" -
Category for open door notification. The notification will show Open action.
Declaration
Swift
case openDoor = "DOOR" -
Category for notification from Usher Pro message.
Declaration
Swift
case usherProMessage = "USHER_PRO" -
Category for beacon action notification.
Declaration
Swift
case beacon = "BEACON"
APNCategory Enumeration Reference