added in version 22.2.0
belongs to Maven artifact com.android.support:design:27.1.0
belongs to Maven artifact com.android.support:design:27.1.0
SwipeDismissBehavior.OnDismissListener
public
static
interface
SwipeDismissBehavior.OnDismissListener
android.support.design.widget.SwipeDismissBehavior.OnDismissListener |
Callback interface used to notify the application that the view has been dismissed.
Summary
Public methods | |
---|---|
abstract
void
|
onDismiss(View view)
Called when |
abstract
void
|
onDragStateChanged(int state)
Called when the drag state has changed. |
Public methods
onDismiss
added in version 22.2.0
void onDismiss (View view)
Called when view
has been dismissed via swiping.
Parameters | |
---|---|
view |
View |
onDragStateChanged
added in version 22.2.0
void onDragStateChanged (int state)
Called when the drag state has changed.
Parameters | |
---|---|
state |
int : the new state. One of
STATE_IDLE , STATE_DRAGGING or STATE_SETTLING .
|
Annotations
Interfaces
- AppBarLayout.OnOffsetChangedListener
- BaseTransientBottomBar.ContentViewCallback
- BottomNavigationView.OnNavigationItemReselectedListener
- BottomNavigationView.OnNavigationItemSelectedListener
- CoordinatorLayout.AttachedBehavior
- NavigationView.OnNavigationItemSelectedListener
- SwipeDismissBehavior.OnDismissListener
- TabLayout.OnTabSelectedListener
Classes
- AppBarLayout
- AppBarLayout.Behavior
- AppBarLayout.Behavior.DragCallback
- AppBarLayout.Behavior.SavedState
- AppBarLayout.LayoutParams
- AppBarLayout.ScrollingViewBehavior
- BaseTransientBottomBar
- BaseTransientBottomBar.BaseCallback
- BottomNavigationView
- BottomSheetBehavior
- BottomSheetBehavior.BottomSheetCallback
- BottomSheetBehavior.SavedState
- BottomSheetDialog
- BottomSheetDialogFragment
- CollapsingToolbarLayout
- CollapsingToolbarLayout.LayoutParams
- CoordinatorLayout
- CoordinatorLayout.Behavior
- CoordinatorLayout.LayoutParams
- CoordinatorLayout.SavedState
- FloatingActionButton
- FloatingActionButton.Behavior
- FloatingActionButton.OnVisibilityChangedListener
- NavigationView
- NavigationView.SavedState
- Snackbar
- Snackbar.Callback
- SwipeDismissBehavior
- TabItem
- TabLayout
- TabLayout.Tab
- TabLayout.TabLayoutOnPageChangeListener
- TabLayout.ViewPagerOnTabSelectedListener
- TextInputEditText
- TextInputLayout