SwipeableImpl

data class SwipeableImpl(val adwSwipeablePointer: <Error class: unknown class><<Error class: unknown class>>) : Swipeable

The SwipeableImpl type represents a native instance of the Swipeable interface.

Constructors

Link copied to clipboard
constructor(adwSwipeablePointer: <Error class: unknown class><<Error class: unknown class>>)

Creates a new instance of Swipeable for the provided CPointer.

Properties

Link copied to clipboard
open override val adwSwipeablePointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun getCancelProgress(): <Error class: unknown class>

Gets the progress @self will snap back to after the gesture is canceled.

Link copied to clipboard
open fun getDistance(): <Error class: unknown class>

Gets the swipe distance of @self.

Link copied to clipboard
open fun getProgress(): <Error class: unknown class>

Gets the current progress of @self.

Link copied to clipboard
open fun getSwipeArea(navigationDirection: NavigationDirection, isDrag: Boolean, rect: <Error class: unknown class>)

Gets the area @self can start a swipe from for the given direction and gesture type.