Click or drag to resize
GDAppEventType Enumeration
Type of BlackBerry Dynamics Runtime event. See GDAppEvent.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public enum GDAppEventType
Members
  Member nameValueDescription
GDAppEventReadyToAuthorize0Application is ready to authorize. Authorization can be started using Authorize method.
GDAppEventAuthorized1

Either the user has been authorized to access the application and its data, following authorization processing, or a condition that caused authorization to be withdrawn has been cleared.

In either case, the user can be given access to the application data, and the application can make full use of the BlackBerry Dynamics API.

The event result code will be GDErrorNone.

GDAppEventNotAuthorized2

Either the user has not been authorized to access the application and its data, following authorization processing, or a condition has arisen that caused authorization to be withdrawn.

In either case, the application must deny the user access to any application data. This includes not displaying any data in the application user interface.

In the case that the user is found not to be authorized following authorization processing, the application cannot make use of the BlackBerry Dynamics APIs, except to initiate authorization processing again. Otherwise, if authorization has only been withdrawn, the application can make use of the BlackBerry Dynamics APIs.

The event result code will indicate the condition that has arisen. See GDAppResultCode.

GDAppEventRemoteSettingsUpdate3A change to application-related configuration or policy settings has been received. See GetApplicationConfig.
GDAppEventServicesUpdate4A change to services-related configuration of one or more applications has been received. See GetServiceProviders(GDServiceProviderType, String, String).
GDAppEventPolicyUpdate5A change to one or more application-specific policy settings has been received. See GetApplicationPolicyString.
GDAppEventDataPlanUpdate6Not implemented yet on Windows.
Remarks
See Also

Reference