| PinPadPanelShowMessage Method |
Show a message under the pin panel
Namespace:
ImmerseSDK.Authentication.PinPad
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax public void ShowMessage(
string messageKey
)
Parameters
- messageKey
- Type: SystemString
Localisation key for message, empty string will show no message
Implements
IPinPadPanelShowMessage(String)See Also