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

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

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.
settingsOverrideFile
Type: SystemString
Path to JSON file with additional application settings. Can be used to change advanced SDK configuration (enable or disable some internal features). Each feature documentation will mention what parameters are supported and how they should be defined in this file.
See Also