Click or drag to resize
GDWindowsInitialize Method
Initializes BlackBerry Dynamics Runtime. After initialization GDAppEvent event with type GDAppEventReadyToAuthorize is sent to HandleGDMessage (GDAppEventHandler delegate).

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void Initialize()
Remarks
Application version data is extracted from manifest. No additional settings from JSON file are used.
See Also