braze-android-sdk
Toggle table of contents
41.1.1
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
braze-android-sdk
braze-android-sdk
/
com.braze.ui.contentcards.listeners
/
DefaultContentCardsActionListener
Default
Content
Cards
Action
Listener
androidJvm
open
class
DefaultContentCardsActionListener
:
IContentCardsActionListener
Members
Constructors
Default
Content
Cards
Action
Listener
Link copied to clipboard
androidJvm
constructor
(
)
Functions
on
Content
Card
Clicked
Link copied to clipboard
androidJvm
open
fun
onContentCardClicked
(
context
:
Context
,
card
:
Card
,
cardAction
:
IAction
?
)
:
Boolean
on
Content
Card
Dismissed
Link copied to clipboard
androidJvm
open
fun
onContentCardDismissed
(
context
:
Context
,
card
:
Card
)
Note that the
Card
will be off-screen by the time this function is called.