StorytellerFollowableCategory

data class StorytellerFollowableCategory(val id: String, val name: String, val displayTitle: String? = null, val externalId: String? = null, val type: String, val placement: StorytellerPlacement? = null, val thumbnailUrl: String? = null, val isFollowed: Boolean)

A category that can be displayed in a followable category management UI.

Constructors

Link copied to clipboard
constructor(id: String, name: String, displayTitle: String? = null, externalId: String? = null, type: String, placement: StorytellerPlacement? = null, thumbnailUrl: String? = null, isFollowed: Boolean)

Properties

Link copied to clipboard
val displayTitle: String? = null

Display title for presentation in UI.

Link copied to clipboard
val externalId: String? = null

External identifier used by integrators and analytics.

Link copied to clipboard
val id: String

Category identifier.

Link copied to clipboard

Whether the current user follows this category.

Link copied to clipboard

Category name.

Link copied to clipboard

Optional placement describing where this category appears.

Link copied to clipboard
val thumbnailUrl: String? = null

Optional thumbnail image URL.

Link copied to clipboard

Category type, as provided by the backend.