braze-android-sdk
Toggle table of contents
42.2.0
release
Target filter
release
Switch theme
Search in API
Skip to content
braze-android-sdk
braze-android-sdk
/
com.braze.jetpackcompose.contentcards
/
CardListMutation
Card
List
Mutation
release
private
sealed
interface
CardListMutation
Inheritors
ReplaceCards
DismissCard
InitializeFromCache
Members
Types
Dismiss
Card
Link copied to clipboard
release
data
class
DismissCard
(
val
card
:
Card
)
:
CardListMutation
Initialize
From
Cache
Link copied to clipboard
release
data
class
InitializeFromCache
(
val
cachedCards
:
List
<
Card
>
)
:
CardListMutation
Replace
Cards
Link copied to clipboard
release
data
class
ReplaceCards
(
val
newCards
:
List
<
Card
>
)
:
CardListMutation