| IPinPadPanelShow Method |
Shows the pin pad
Namespace:
ImmerseSDK.Authentication.PinPad
Assembly:
ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax void Show(
Action<string> onConfirm,
int maxLength,
string availableCharacters
)
Parameters
- onConfirm
- Type: SystemActionString
Method to handle confirm button press - maxLength
- Type: SystemInt32
Maximum input length - availableCharacters
- Type: SystemString
String containing each available button
See Also