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