Enum InputFilterType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

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.