ScrollState

enum ScrollState : Enum<ScrollState>

Constants for determining the current scrolling state of BannerX.

Author

IODevBlue

Since

1.0.0

Entries

Link copied to clipboard

Indicates that BannerX is completely settled and the current Banner is fully in view with no pending animation.

Link copied to clipboard

Indicates that BannerX is currently being dragged by the user or via fakeDrag().

Link copied to clipboard

Indicates that BannerX is currently settling to a final position.

Functions

Link copied to clipboard
fun valueOf(value: String): ScrollState

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.)

Link copied to clipboard
fun values(): Array<ScrollState>

Returns an array containing the constants of this enum type, in the order they're declared.