braze-android-sdk
24.3.0
braze-android-sdk
/
com.braze.enums
/
CardCategory
Card
Category
enum
CardCategory
Entries
Functions
Entries
ADVERTISING
Link copied to clipboard
ADVERTISING
ANNOUNCEMENTS
Link copied to clipboard
ANNOUNCEMENTS
NEWS
Link copied to clipboard
NEWS
SOCIAL
Link copied to clipboard
SOCIAL
NO_CATEGORY
Link copied to clipboard
NO_CATEGORY
Functions
get
Link copied to clipboard
open
fun
get
(
value
:
String
)
:
CardCategory
get
All
Categories
Link copied to clipboard
open
fun
getAllCategories
(
)
:
EnumSet
<
CardCategory
>
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
CardCategory
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
CardCategory
>
Returns an array containing the constants of this enum type, in the order they're declared.