1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-09-20 06:05:46 +02:00
MLEM/Docs/api/MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate.yml

265 lines
8.7 KiB
YAML
Raw Normal View History

### YamlMime:ManagedReference
items:
- uid: MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate
commentId: T:MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate
id: MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate
parent: MLEM.Misc
children: []
langs:
- csharp
- vb
name: MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate
nameWithType: MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate
fullName: MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate
type: Delegate
source:
remote:
path: MLEM/Misc/MlemPlatform.cs
branch: main
repo: https://github.com/Ellpeck/MLEM
id: OpenOnScreenKeyboardDelegate
path: ../MLEM/Misc/MlemPlatform.cs
startLine: 195
assemblies:
- MLEM
namespace: MLEM.Misc
summary: A delegate method used for <xref href="MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboard(System.String%2cSystem.String%2cSystem.String%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>
example: []
syntax:
content: public delegate Task<string> MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate(string title, string description, string defaultText, bool usePasswordMode)
parameters:
- id: title
type: System.String
description: Title of the dialog box.
- id: description
type: System.String
description: Description of the dialog box.
- id: defaultText
type: System.String
description: Default text displayed in the input area.
- id: usePasswordMode
type: System.Boolean
description: If password mode is enabled, the characters entered are not displayed.
return:
type: System.Threading.Tasks.Task{System.String}
description: Text entered by the player. Null if back was used.
content.vb: Public Delegate Function MlemPlatform.Mobile.OpenOnScreenKeyboardDelegate(title As String, description As String, defaultText As String, usePasswordMode As Boolean) As Task(Of String)
references:
- uid: MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboard(System.String,System.String,System.String,System.Boolean)
commentId: M:MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboard(System.String,System.String,System.String,System.Boolean)
isExternal: true
href: MLEM.Misc.MlemPlatform.Mobile.html#MLEM_Misc_MlemPlatform_Mobile_OpenOnScreenKeyboard_System_String_System_String_System_String_System_Boolean_
name: OpenOnScreenKeyboard(string, string, string, bool)
nameWithType: MlemPlatform.Mobile.OpenOnScreenKeyboard(string, string, string, bool)
fullName: MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboard(string, string, string, bool)
nameWithType.vb: MlemPlatform.Mobile.OpenOnScreenKeyboard(String, String, String, Boolean)
fullName.vb: MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboard(String, String, String, Boolean)
name.vb: OpenOnScreenKeyboard(String, String, String, Boolean)
spec.csharp:
- uid: MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboard(System.String,System.String,System.String,System.Boolean)
name: OpenOnScreenKeyboard
href: MLEM.Misc.MlemPlatform.Mobile.html#MLEM_Misc_MlemPlatform_Mobile_OpenOnScreenKeyboard_System_String_System_String_System_String_System_Boolean_
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: MLEM.Misc.MlemPlatform.Mobile.OpenOnScreenKeyboard(System.String,System.String,System.String,System.Boolean)
name: OpenOnScreenKeyboard
href: MLEM.Misc.MlemPlatform.Mobile.html#MLEM_Misc_MlemPlatform_Mobile_OpenOnScreenKeyboard_System_String_System_String_System_String_System_Boolean_
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
- uid: MLEM.Misc
commentId: N:MLEM.Misc
href: MLEM.html
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
spec.csharp:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Misc
name: Misc
href: MLEM.Misc.html
spec.vb:
- uid: MLEM
name: MLEM
href: MLEM.html
- name: .
- uid: MLEM.Misc
name: Misc
href: MLEM.Misc.html
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: System.Threading.Tasks.Task{System.String}
commentId: T:System.Threading.Tasks.Task{System.String}
parent: System.Threading.Tasks
definition: System.Threading.Tasks.Task`1
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<string>
nameWithType: Task<string>
fullName: System.Threading.Tasks.Task<string>
nameWithType.vb: Task(Of String)
fullName.vb: System.Threading.Tasks.Task(Of String)
name.vb: Task(Of String)
spec.csharp:
- uid: System.Threading.Tasks.Task`1
name: Task
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
- name: <
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: '>'
spec.vb:
- uid: System.Threading.Tasks.Task`1
name: Task
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
- name: (
- name: Of
- name: " "
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: System.Threading.Tasks.Task`1
commentId: T:System.Threading.Tasks.Task`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
name: Task<TResult>
nameWithType: Task<TResult>
fullName: System.Threading.Tasks.Task<TResult>
nameWithType.vb: Task(Of TResult)
fullName.vb: System.Threading.Tasks.Task(Of TResult)
name.vb: Task(Of TResult)
spec.csharp:
- uid: System.Threading.Tasks.Task`1
name: Task
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
- name: <
- name: TResult
- name: '>'
spec.vb:
- uid: System.Threading.Tasks.Task`1
name: Task
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks.task-1
- name: (
- name: Of
- name: " "
- name: TResult
- name: )
- uid: System.Threading.Tasks
commentId: N:System.Threading.Tasks
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Threading.Tasks
nameWithType: System.Threading.Tasks
fullName: System.Threading.Tasks
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Threading
name: Threading
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading
- name: .
- uid: System.Threading.Tasks
name: Tasks
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Threading
name: Threading
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading
- name: .
- uid: System.Threading.Tasks
name: Tasks
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.threading.tasks