WKTextInputMode Enum

Definition

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

AllowAnimatedEmoji 2

Indicates that animated emojis are allowed.

AllowEmoji 1

Indicates that emojis that are not animated are allowed.

Plain 0

Prohibits the use of emojis.

Applies to