Click or drag to resize
GDWindowsGetApplicationPolicy Method
Get application-specific policy settings from the BlackBerry management console.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public JsonObject GetApplicationPolicy()

Return Value

Type: JsonObject
JsonObject containing policy settings. The keys will be the same as the settings identifiers in the policy definition. The values will be the particular values that apply to the end user.
Remarks

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

Retrieval of policy 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 GDAppEventPolicyUpdate event will be dispatched to the application. See also GDAppEvent.

Note that retrieval is not triggered by calling this function.

See Also