PlayerDeck Options
Overview
Creating PlayerDeckOption
Using Builder
val playerDeckOption = PlayerDeckOption.Builder()
.showFullScreenIcon(true)
.showShareButton(true)
.showSubtitle(true)
.socialLinkStyle(SocialLinkStyle(fontSizeSp = 14f, fontWeight = 600))
.build()Using DSL (Recommended)
Properties
showFullScreenIcon
showShareButton
showSubtitle
subtitleBackgroundColor
subtitleTextColor
socialLinkStyle
Property
Type
Default
Description
Default Values
Property
Default Value
Complete Examples
Standard PlayerDeck Configuration
PlayerDeck with Subtitles
Important Notes
See Also
Last updated
Was this helpful?