enum LayoutType
An enum describing the keyboard layout used for obtaining the input text contexts of the PredictiveService methods.
Enumeration Cases | |
---|---|
custom(keys: [LayoutKey]) | Use a layout initialized from an array of LayoutKeys. |
embedded(name: String?) | Use one of the layouts embedded in the language file. |
case custom(keys: [LayoutKey])
Use a layout initialized from an array of LayoutKeys.
case embedded(name: String? = nil)
Use one of the layouts embedded in the language file. The associated value should be one included in availableLayouts of the language file. Passing nil uses the defaultLayout.