UIInputViewController.RequestSupplementaryLexicon Method

Definition

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

[Foundation.Export("requestSupplementaryLexiconWithCompletion:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RequestSupplementaryLexicon (Action<UIKit.UILexicon> completionHandler);
abstract member RequestSupplementaryLexicon : Action<UIKit.UILexicon> -> unit
override this.RequestSupplementaryLexicon : Action<UIKit.UILexicon> -> unit

Parameters

completionHandler
Action<UILexicon>
Attributes

Applies to