UIInputViewController.RequestSupplementaryLexiconAsync Method

Definition

Gets a lexicon of pairs of terms for use with a custom keyboard.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<UIKit.UILexicon> RequestSupplementaryLexiconAsync ();
abstract member RequestSupplementaryLexiconAsync : unit -> System.Threading.Tasks.Task<UIKit.UILexicon>
override this.RequestSupplementaryLexiconAsync : unit -> System.Threading.Tasks.Task<UIKit.UILexicon>

Returns

A task that represents the asynchronous RequestSupplementaryLexicon operation. The value of the TResult parameter is of type System.Action<UIKit.UILexicon>.

Attributes

Remarks

The RequestSupplementaryLexiconAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

To be added.

Applies to