Enum InputFilterType
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 9
Enumeration for the type of InputFilter.
C#Copypublic enum InputFilterType : int
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. |