SBDPushTokenType Constants Reference
| Declared in | SBDTypes.h | 
|---|---|
| Availability | 3.0.134 | 
SBDPushTokenType
Constants of type for device push token.
- SBDPushTokenTypeNone: No type.
 - SBDPushTokenTypeGCM: Token from Android device.
 - SBDPushTokenTypeAPNS: Normal Token from iOS device.
 - SBDPushTokenTypeAPNSVoIP: Token used for VoIP from iOS device.
 
Definition
typedef NS_ENUM(NSUInteger, SBDPushTokenType ) {
                            
                               SBDPushTokenTypeNone = 0,
                            
                               SBDPushTokenTypeGCM,
                            
                               SBDPushTokenTypeAPNS,
                            
                               SBDPushTokenTypeAPNSVoIP,
                            
                            };
                    
                    Constants
SBDPushTokenTypeNone- 
Constants of type for device push token.
Available in 3.0.134
Declared In
SBDTypes.h. SBDPushTokenTypeGCM- 
Constants of type for device push token.
Available in 3.0.134
Declared In
SBDTypes.h. SBDPushTokenTypeAPNS- 
Constants of type for device push token.
Available in 3.0.134
Declared In
SBDTypes.h. SBDPushTokenTypeAPNSVoIP- 
Constants of type for device push token.
Available in 3.0.134
Declared In
SBDTypes.h. 
Availability
3.0.134
Declared In
SBDTypes.h