PushNotificationType
public enum PushNotificationType
                The kind of push supported by Newton
- Standard: A push notification with Alert and badge
 - Url: Rich push notification with a URL to be redirected
 - Background: Silent push notificaiton received in background
 - Ping: Silent push notification for internal use
 
- 
                  
                  
Undocumented
Declaration
Swift
case Standard - 
                  
                  
Undocumented
Declaration
Swift
case Url - 
                  
                  
Undocumented
Declaration
Swift
case Background - 
                  
                  
Undocumented
Declaration
Swift
case Ping 
        PushNotificationType Enumeration Reference