BBShortsOptions
data class BBShortsOptions(val displayFormat: String? = null, val shelfStartSpacing: Int? = null, val shelfEndSpacing: Int? = null, val custom: Map<String, Any?>? = null)
Type-safe configuration options for BBNativeShorts.
Parameters
displayFormat
The display format: "full", "list", or "player".
shelfStartSpacing
Spacing at the start of the shorts list (pixels).
shelfEndSpacing
Spacing at the end of the shorts list (pixels).
custom
Escape hatch for custom or undocumented options.