Enum InputFilterType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
9

Enumeration for the type of InputFilter.

C#
Copy
public enum InputFilterType
Remarks

The type of InputFilter that is stored in the InputFilteredEventArgs when the input is filtered.

Name Description
Accept

The type of InputFilter is Accept.

Reject

The type of InputFilter is Reject.