Enum ActionType
Defined in File Enums.hpp
Enum Documentation
-
enum Microsoft::Applications::Events::ActionType
The ActionType enumeration contains a set of values that specify the type of action that a user can perform on a page view.
They are a general abstraction of action types, each of which corresponds to multiple raw action types. For example, a click action type can be the result of either a button down or a touch tap.
Values:
-
enumerator ActionType_Unspecified
The action type is unspecified.
-
enumerator ActionType_Unknown
The action type is unknown.
-
enumerator ActionType_Other
The action type is other.
-
enumerator ActionType_Click
A mouse click.
-
enumerator ActionType_Pan
A pan.
-
enumerator ActionType_Zoom
A zoom.
-
enumerator ActionType_Hover
A hover.
-
enumerator ActionType_Unspecified