• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDPush.h File Reference
#import <Foundation/Foundation.h>

Classes

class  GDPushChannel
 Manage Push Channel tokens and notifications. More...
 
enum  GDPushChannelState {
  GDPushChannelStateNone = 0,
  GDPushChannelStateOpen,
  GDPushChannelStateClosed,
  GDPushChannelStateError
}
 Push Channel state. More...
 
NSString *const GDPushChannelOpenedNotification
 Push Channel opened notification name. More...
 
NSString *const GDPushChannelClosedNotification
 Push Channel closed notification name. More...
 
NSString *const GDPushChannelErrorNotification
 Push Channel error notification name. More...
 
NSString *const GDPushChannelMessageNotification
 Push Channel received message notification name. More...
 
NSString *const GDPushChannelPingFailedNotification
 Push Channel ping failed on server notification name. More...
 
NSString *const GDPushChannelTokenKey
 Key for the Push Channel token, in a notification user information dictionary. More...
 
NSString *const GDPushChannelHostKey
 Key for the Push Channel host name, in a notification user information dictionary. More...
 
NSString *const GDPushChannelMessageKey
 Key for the message data, in a Push Channel notification user information dictionary. More...
 
NSString *const GDPushChannelErrorKey
 Key for the error code, in a Push Channel notification user information dictionary. More...