Back to API Reference
Enum
SmartFeatureMode
Tri-state policy for an iOS smart-input feature.
public static readonly SmartFeatureMode Default = 0Follow the user's system preference (default).
public static readonly SmartFeatureMode Yes = 1Force the feature on.
public static readonly SmartFeatureMode No = 2Force the feature off.
