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
title
stringTitle of the dialog box.
description
stringDescription of the dialog box.
defaultText
stringDefault text displayed in the input area.
usePasswordMode
boolIf password mode is enabled, the characters entered are not displayed.