Click or drag to resize
GDWindowsCustomizeBlockedMessage Method
Customize the BlackBerry Dynamics blocked screen.

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

Parameters

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

Call this function to configure the BlackBerry Dynamics blocked screen. The blocked 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 blocked screen is displayed if the BlackBerry Dynamics Runtime has blocked the application user interface. For example:

  • If a policy violation has been detected and the enforcement action is to block the user interface.
  • If the password retry limit has been exceeded and the protection action is to block the user interface.
  • If a remote container management command to block the user interface 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