Click or drag to resize
GDWindows Methods

The GDWindows type exposes the following members.

Methods
  NameDescription
Public methodAuthorize
Connect to the BlackBerry Dynamics infrastructure.
Public methodAuthorizeAutonomously
Connect to the BlackBerry Dynamics infrastructure in background.
Public methodCanAuthorizeAutonomously
Check whether it is possible to authorize in background.
Public methodCustomizeBlockedMessage
Customize the BlackBerry Dynamics blocked screen.
Public methodCustomizeBrandColor
Configure the brand color of the BlackBerry Dynamics user interface.
Public methodCustomizeLogo(ImageSource)
Configure logo displayed by the BlackBerry Dynamics user interface.
Public methodCustomizeLogo(ImageSource, ImageSource)
Configure logo displayed by the BlackBerry Dynamics user interface.
Public methodCustomizeWipedMessage
Customize the BlackBerry Dynamics wiped screen.
Public methodEnteringBackground
Must be called when the application transitions to Suspended state from some other state.
Public methodEnteringForeground
Must be called when the application transitions from Suspended state to Running state.
Public methodEquals (Inherited from Object.)
Public methodGetApplicationConfig
Get application configuration from the BlackBerry management console.
Public methodGetApplicationPolicy
Get application-specific policy settings from the BlackBerry management console.
Public methodGetApplicationPolicyString
Get application-specific policy settings from the BlackBerry management console, as string.
Public methodGetFrame
Get root Frame of application managed by BlackBerry Dynamics Runtime that should be used instead of default one.
Public methodGetHashCode (Inherited from Object.)
Public methodGetServiceProvidersAsync
Get providers of shared services.
Public methodGetServiceProvidersAsync(GDServiceProviderType, String, String)
Discover providers of a specific shared service.
Public methodGetType (Inherited from Object.)
Public methodInitialize
Initializes BlackBerry Dynamics Runtime. After initialization GDAppEvent event with type GDAppEventReadyToAuthorize is sent to HandleGDMessage (GDAppEventHandler delegate).
Public methodInitialize(String)
Initializes BlackBerry Dynamics Runtime. After initialization GDAppEvent event with type GDAppEventReadyToAuthorize is sent to HandleGDMessage (GDAppEventHandler delegate). Allows loading additional settings.
Public methodInitialize(PackageVersion)
Initializes BlackBerry Dynamics Runtime. After initialization GDAppEvent event with type GDAppEventReadyToAuthorize is sent to HandleGDMessage (GDAppEventHandler delegate). Allows application version overriding.
Public methodInitialize(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.
Public methodIsInForeground
Check if current application window is activated.
Public methodOnActivated
Must be invoked when the application is activated by some means other than normal launching.
Public methodOnFileActivated
Must be invoked when the application is activated through file-open.
Public methodShowPreferenceUI
Open the BlackBerry Dynamics preferences user interface.
Public methodToString (Inherited from Object.)
Top
See Also