UserAction Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
User actions that can be sent to android applications
public enum UserAction
type UserAction =
Public Enum UserAction
- Inheritance
-
UserAction
Fields
Done | 7 | The done action. |
Go | 3 | The go action. |
Next | 6 | The next action. |
None | 2 | The none action. |
Normal | 0 | The normal action. |
Previous | 8 | The previous action. |
Search | 4 | The search action. |
Send | 5 | The send action. |
Unspecified | 1 | The unspecified action. |