UIInputViewController.RequestSupplementaryLexicon Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes