Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 16.0 (current version)Version 15.0Version 14.0Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 2.0 (home page)

On this page

.installState(forPackage:)

Summary

The installState() method is used to determine whether or not a package has been installed.

Syntax

ResourceFileManager.shared.installState(forPackage: KeymanPackage.Key) -> KeymanPackage.InstallationState

Parameters

forPackage
A KeymanPackage.Key that uniquely identifies the package.

Returns

Returns one of the following:

.none
The package has not been installed.
.downloading
KeymanEngine has been told to download the package, and the download is still pending.
.pending
The package has been downloaded and temporarily opened, but installation is still pending.
.installed
The package has been installed.

History

Added in Keyman Engine for iPhone and iPad 14.0.