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

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void Initialize(
	PackageVersion appVersion
)

Parameters

appVersion
Type: Windows.ApplicationModelPackageVersion
Allows overriding BlackBerry Dynamics Application version number. This version is sent to BlackBerry management console i.e. during application authorization process.
Remarks
No additional settings from JSON file are used.
See Also