StoryBlock Options
Overview
Creating StoryBlockOption
Using Builder
val storyBlockOption = StoryBlockOption.Builder()
.enableAutoPlay(true)
.showFullScreenIcon(true)
.enableAutoPause(false)
.build()Using DSL (Recommended)
Properties
enableAutoPlay
showFullScreenIcon
enableAutoPause
usedOnJetpackCompose
enableSmallSizeInCompact
handleAppearanceManually
setImmersiveParam
enableVerticalSwipe
isArrowButtonVisible
Default Values
Property
Default Value
Complete Examples
Standard StoryBlock Configuration
Vertical Swipe Navigation
Compose Integration
Immersive Mode with Status Bar
Important Notes
See Also
Last updated
Was this helpful?