OnSwipe.TouchUp
enum OnSwipe.TouchUp
Summary
Enum Values |
|
|---|---|
AUTOCOMPLETE |
|
DECELERATE |
|
DECELERATE_COMPLETE |
|
NEVER_COMPLETE_END |
|
NEVER_COMPLETE_START |
|
STOP |
|
TO_END |
|
TO_START |
Public functions |
|
|---|---|
java-static OnSwipe.TouchUp! |
Returns the enum constant of this type with the specified name. |
java-static Array<OnSwipe.TouchUp!>! |
values()Returns an array containing the constants of this enum type, in the order they're declared. |
Enum Values
AUTOCOMPLETE
val OnSwipe.TouchUp.AUTOCOMPLETE: OnSwipe.TouchUp
DECELERATE
val OnSwipe.TouchUp.DECELERATE: OnSwipe.TouchUp
DECELERATE_COMPLETE
val OnSwipe.TouchUp.DECELERATE_COMPLETE: OnSwipe.TouchUp
NEVER_COMPLETE_END
val OnSwipe.TouchUp.NEVER_COMPLETE_END: OnSwipe.TouchUp
NEVER_COMPLETE_START
val OnSwipe.TouchUp.NEVER_COMPLETE_START: OnSwipe.TouchUp
STOP
val OnSwipe.TouchUp.STOP: OnSwipe.TouchUp
TO_END
val OnSwipe.TouchUp.TO_END: OnSwipe.TouchUp
TO_START
val OnSwipe.TouchUp.TO_START: OnSwipe.TouchUp
Public functions
valueOf
java-static fun valueOf(name: String!): OnSwipe.TouchUp!
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
| Returns | |
|---|---|
OnSwipe.TouchUp! |
the enum constant with the specified name |
| Throws | |
|---|---|
java.lang.IllegalArgumentException |
if this enum type has no constant with the specified name |
values
java-static fun values(): Array<OnSwipe.TouchUp!>!
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
| Returns | |
|---|---|
Array<OnSwipe.TouchUp!>! |
an array containing the constants of this enum type, in the order they're declared |