WKTextInputMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration of restrictions on text input (constraints on emoji).
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public enum WKTextInputMode
type WKTextInputMode =
- Inheritance
-
WKTextInputMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Plain | 0 | Prohibits the use of emojis. |
AllowEmoji | 1 | Indicates that emojis that are not animated are allowed. |
AllowAnimatedEmoji | 2 | Indicates that animated emojis are allowed. |