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

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

Parameters

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