Delegate MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate
A delegate method used for OpenOnScreenKeyboard(string, string, string, bool)
public delegate Task<string> MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate(string title, string description, string defaultText, bool usePasswordMode)
Parameters
titlestringTitle of the dialog box.
descriptionstringDescription of the dialog box.
defaultTextstringDefault text displayed in the input area.
usePasswordModeboolIf password mode is enabled, the characters entered are not displayed.