Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 18.0 (current version)Version 16.0Version 15.0Version 14.0

On this page

You are viewing an old version of this documentation. Click here to open the current version, 18.0.

.findResource(withID:)


Summary

The TypedKeymanPackage.findResource(withID:) method allows direct lookup of a resource's metadata.

Syntax

TypedKeymanPackage.findResource(withID:) -> TypedLanguageResource?

Parameters

withID: TypedLanguageResource.FullID
The unique identifier for the desired keyboard or lexical model and target language.

Value

  • An InstallableKeyboard (for a KeyboardKeymanPackage) or InstallableLexicalModel (for a LexicalModelKeymanPackage).

  • May be nil if no resource matching the specified ID is found within the package.

History

Added in Keyman Engine for iPhone and iPad 14.0.

See also