Card dismissal
Disabling swipe-to-dismiss functionality is done on a per-card basis via the card.setIsDismissibleByUser()
method. Cards can be intercepted before display using the ContentCardsFragment.setContentCardUpdateHandler()
method.
Disabling swipe-to-dismiss functionality is done on a per-card basis via the card.setIsDismissibleByUser()
method. Cards can be intercepted before display using the ContentCardsFragment.setContentCardUpdateHandler()
method.