Click or drag to resize
GDWindowsCustomizeWipedMessage Method
Customize the BlackBerry Dynamics wiped screen.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public void CustomizeWipedMessage(
	string message
)

Parameters

message
Type: SystemString
Custom message or nullptr to select the default.
Remarks

Call this function to configure the BlackBerry Dynamics wiped screen. The wiped screen can be configured to display a custom message instead of the default message that is built in to the BlackBerry Dynamics Runtime user interface.

The wiped screen is displayed if the BlackBerry Dynamics Runtime has wiped the application. For example:

  • If a policy violation has been detected and the enforcement action is to wipe the application.
  • If a remote container management command to wipe the application has been received.

Enforcement and protection actions are configured in the enterprise BlackBerry management console.

This function can be called prior to the completion of BlackBerry Dynamics authorization processing.

See Also