• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDState.h File Reference

Classes

class  GDState
 BlackBerry Dynamics run-time state. More...
 

Enumerations

enum  GDUserInterfaceState {
  GDUIStateNone = 0,
  GDUIStateApplicationInFront,
  GDUIStateGDLibraryInFront,
  GDUIStateBypassUnlockInFront
}
 User interface states. More...
 
enum  GDLibraryScreen {
  GDLibraryScreenNone = 0,
  GDLibraryScreenCertificateImport,
  GDLibraryScreenOther = 1000
}
 BlackBerry Dynamics user interface screen indication. More...
 
enum  BBDActivationState {
  BBDActivationStateNotActivated = 0,
  BBDActivationStateInProgress,
  BBDActivationStateActivated
}
 BlackBerry Dynamics activation state. More...
 

Variables

NSString *const GDRemoteSettingsUpdateNotification
 NSNotification name for changes to application configuration and other settings from the enterprise. More...
 
NSString *const GDServicesUpdateNotification
 NSNotification name for changes to services-related configuration. More...
 
NSString *const GDPolicyUpdateNotification
 NSNotification name for changes to application-specific policy settings. More...
 
NSString *const GDEntitlementsUpdateNotification
 NSNotification name for changes to entitlement. More...
 
NSString *const GDContainerMigrationPendingNotification
 NSNotification name for pending migration of the end user. More...
 
NSString *const GDContainerMigrationCompletedNotification
 NSNotification name for completion of end user migration. More...
 
NSString *const GDStateChangeNotification
 NSNotification name for GDState change notifications. More...
 
NSString *const GDStateChangeKeyProperty
 Key in the NSNotification userInfo dictionary for the name of the property that changed. More...
 
NSString *const GDStateChangeKeyCopy
 Key in the NSNotification userInfo dictionary for the as-after copy of the GDState object. More...
 
NSString *const GDActivationChangeNotification
 NSNotification name for GDState activation change notifications. More...
 
NSString *const BBDActivationStateKey
 Key in the NSNotification userInfo dictionary for the current BBDActivationState value. More...
 
NSString *const BBDActivationDescriptionKey
 Key in the NSNotification userInfo dictionary for a localised description for each activation processing event. More...
 
NSString *const BBDActivationProcessingIndexKey
 Key in the NSNotification userInfo dictionary for an index used to access a localised description for each activation processing event from the activationProcessingDescriptions array. More...
 
NSString *const BBDActivationErrorKey
 Key in the NSNotification userInfo dictionary for the activation error message should activation fail. More...
 
NSString *const BBDKeyActivationState
 Path for KVO of the GDState activationState property. More...
 
NSString *const GDKeyIsAuthorized
 Path for KVO of the GDState isAuthorized property. More...
 
NSString *const GDKeyReasonNotAuthorized
 Path for KVO of the GDState reasonNotAuthorized property. More...
 
NSString *const GDKeyUserInterfaceState
 Path for KVO of the GDState userInterfaceState property. More...
 
NSString *const GDKeyCurrentScreen
 Path for KVO of the GDState currentScreen property. More...