OverScrollMode

Constants representing the over-scrolling behaviour of BannerX when it over-scrolls.

Author

IODevBlue

Since

1.0.0

Entries

Link copied to clipboard

Always allow over-scrolling.

Link copied to clipboard

Over-scroll only if BannerX is large enough to scroll and show over-scroll effect.

Link copied to clipboard

Over-scrolling is disabled.

Functions

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

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<OverScrollMode>

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