How can I be notified when a Snackbar has dismissed itself?

前端 未结 12 1560
陌清茗
陌清茗 2020-12-01 00:24

I\'m using a Snackbar from the com.android.support:design:22.2.0 library. I\'m using it to undo deletions. To make my life easier, I\'m going to make the UI loo

12条回答
  •  天涯浪人
    2020-12-01 01:09

    setCallback is now deprecated and addCallback should be used

    https://developer.android.com/reference/android/support/design/widget/BaseTransientBottomBar.html#addCallback(android.support.design.widget.BaseTransientBottomBar.BaseCallback)

提交回复
热议问题