Back to API Reference
Enum

SmartFeatureMode

Tri-state policy for an iOS smart-input feature.

public static readonly SmartFeatureMode Default = 0

Follow the user's system preference (default).

public static readonly SmartFeatureMode Yes = 1

Force the feature on.

public static readonly SmartFeatureMode No = 2

Force the feature off.