BBShortsOptions
constructor(displayFormat: String? = null, shelfStartSpacing: Int? = null, shelfEndSpacing: Int? = null, custom: Map<String, Any?>? = null)
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.