ListConfiguration

constructor(theme: UiTheme?, uiStyle: StorytellerListViewStyle, displayLimit: Int, cellType: StorytellerListViewCellType, context: StorytellerAnalyticsContext?, collection: String, visibleTiles: Float?)

Preserves the original constructor shape for compiled and Java integrations.


constructor(theme: UiTheme? = null, uiStyle: StorytellerListViewStyle = StorytellerListViewStyle.AUTO, displayLimit: Int = Int.MAX_VALUE, cellType: StorytellerListViewCellType = StorytellerListViewCellType.SQUARE, context: StorytellerAnalyticsContext? = null, collection: String, visibleTiles: Float? = null, adConfiguration: Storyteller.StorytellerClipsAdConfiguration = Storyteller.StorytellerClipsAdConfiguration())