FlingDirection

enum FlingDirection : Enum<FlingDirection>

Enumeration class containing the directions of the fling gestures registered by the app (namely, the four cardinal directions) and an INVALID entry for unrecognized directions.

Constructors

FlingDirection
Link copied to clipboard
private fun FlingDirection()
Creates an enumeration that contains the directions of the fling gestures registered by the app (namely, the four cardinal directions) and an INVALID entry for an unrecognized direction.

Entries

UP
Link copied to clipboard
UP()
Upward fling direction.
DOWN
Link copied to clipboard
Downward fling direction.
LEFT
Link copied to clipboard
Left fling direction.
RIGHT
Link copied to clipboard
Right fling direction.
INVALID
Link copied to clipboard
Unrecognized fling direction.

Inherited properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int