Table of Contents

Delegate MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate

Namespace
MLEM.Misc
Assembly
MLEM.dll
public delegate Task<string> MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate(string title, string description, string defaultText, bool usePasswordMode)

Parameters

title string

Title of the dialog box.

description string

Description of the dialog box.

defaultText string

Default text displayed in the input area.

usePasswordMode bool

If password mode is enabled, the characters entered are not displayed.

Returns

Task<string>

Text entered by the player. Null if back was used.