Click or drag to resize
GDWindowsGetApplicationConfig Method
Get application configuration from the BlackBerry management console.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IDictionary<GDAppConfigKey, Object> GetApplicationConfig()

Return Value

Type: IDictionaryGDAppConfigKey, Object
IMap object containing configuration values. Use the GDAppConfigKey strings as keys.
Remarks

This function returns a collection of configuration settings. The settings will have been entered in the BlackBerry Dynamics management console, and retrieved by the BlackBerry Dynamics Runtime.

Retrieval of configuration settings may happen during authorization processing, or whenever settings are changed on the BlackBerry Dynamics management console. When changed settings have been retrieved by the runtime, a GDAppEventRemoteSettingsUpdate event will be dispatched to the application. See also GDAppEvent.

Note that retrieval is not triggered by calling this function.

See Also