UserSettingsCardEntity

class UserSettingsCardEntity : Entity


An entity representing a user settings card.

Summary

Nested types

Builder class for UserSettingsCardEntity.

Public functions

String?
Uri!

Returns the action uri of the entity.

Optional<String!>!

Returns the id of the entity.

(Mutable)List<Image!>!

Returns the poster image of the entity.

Optional<String!>!

Returns the subtitle of the Engagement Entity

Optional<String!>!

Returns the title of the Engagement Entity

Public functions

getActionText

fun getActionText(): String?

getActionUri

fun getActionUri(): Uri!

Returns the action uri of the entity.

getEntityId

fun getEntityId(): Optional<String!>!

Returns the id of the entity.

getPosterImages

fun getPosterImages(): (Mutable)List<Image!>!

Returns the poster image of the entity.

getSubtitle

fun getSubtitle(): Optional<String!>!

Returns the subtitle of the Engagement Entity

getTitle

fun getTitle(): Optional<String!>!

Returns the title of the Engagement Entity