Builder

open class Builder<T : STRStoryStyling.Builder<T>?>

Functions

build
Link copied to clipboard
open fun build(): STRStoryStyling

This function builds StorylyStoryStyling with the current properties

setCloseButtonIcon
Link copied to clipboard
fun setCloseButtonIcon(icon: Drawable?): T

This function allows you to change the UIImage of the story view header close button icon

setCloseButtonVisibility
Link copied to clipboard
fun setCloseButtonVisibility(isVisible: Boolean): T

This function allows you to change the visibility of the story view header close button

setInteractiveTypeface
Link copied to clipboard
fun setInteractiveTypeface(typeface: Typeface?): T

This function allows you to change the typeface of the font on the interactives

setProgressBarColor
Link copied to clipboard
fun setProgressBarColor(colors: List<Int>): T

This function allows you to change the progress bar colors of the story view.

setShareButtonIcon
Link copied to clipboard
fun setShareButtonIcon(icon: Drawable?): T

This function allows you to change the UIImage of the story view header share button icon

setTitleTypeface
Link copied to clipboard
fun setTitleTypeface(typeface: Typeface): T

This function allows you to change the font of the story view header text

setTitleVisibility
Link copied to clipboard
fun setTitleVisibility(isVisible: Boolean): T

This function allows you to change the visibility of the story view header text

Inheritors

StorylyStoryStyling
Link copied to clipboard
StorylyVerticalFeedCustomization
Link copied to clipboard