Behavior

class Behavior(manager: DeweyTransientBottomBarManager) : SwipeDismissBehavior<View>

Behavior for DeweyBaseTransientBottomBar.

Constructors

Link copied to clipboard
constructor(manager: DeweyTransientBottomBarManager)

Functions

Link copied to clipboard
open override fun canSwipeDismissView(child: View): Boolean
Link copied to clipboard
open override fun onInterceptTouchEvent(parent: CoordinatorLayout, child: View, event: MotionEvent): Boolean