Method DisplayPromptAsync
DisplayPromptAsync(object?, string, string, string, string, string?, int, Keyboard?, string)
Works similar to DisplayPromptAsync(string, string, string, string, string, int, Keyboard, string) but is implemented internally in the library.
public static Task<string> DisplayPromptAsync(object? owner, string title, string message, string accept = "OK", string cancel = "Cancel", string? placeholder = null, int maxLength = -1, Keyboard? keyboard = null, string initialValue = "")
Parameters
ownerobjecttitlestringmessagestringacceptstringcancelstringplaceholderstringmaxLengthintkeyboardKeyboardinitialValuestring