Status
public enum Status : String
The status of the device.
-
The MPN device has just been created or deleted.
Declaration
Swift
case UNKNOWN -
The MPN device has been successfully registered on the server.
Declaration
Swift
case REGISTERED -
A server error occurred while sending push notifications.
Declaration
Swift
case SUSPENDED
Status Enumeration Reference