StoryHeaderStyling

data class StoryHeaderStyling @JvmOverloads constructor(isTextVisible: Boolean, isIconVisible: Boolean, isCloseButtonVisible: Boolean, closeButtonIcon: Drawable?, shareButtonIcon: Drawable?)

This data class represents styling of story view header

Constructors

StoryHeaderStyling
Link copied to clipboard
fun StoryHeaderStyling(isTextVisible: Boolean = true, isIconVisible: Boolean = true, isCloseButtonVisible: Boolean = true, closeButtonIcon: Drawable? = null, shareButtonIcon: Drawable? = null)

Properties

closeButtonIcon
Link copied to clipboard
val closeButtonIcon: Drawable? = null

Drawable of the story view header close button icon

isCloseButtonVisible
Link copied to clipboard
val isCloseButtonVisible: Boolean = true

Visibility of the story view header close button

isIconVisible
Link copied to clipboard
val isIconVisible: Boolean = true

Visibility of the story view header icon

isTextVisible
Link copied to clipboard
val isTextVisible: Boolean = true

Visibility of the story view header text

shareButtonIcon
Link copied to clipboard
val shareButtonIcon: Drawable? = null

Drawable of the story view header share button icon