BBShortsOptions
class BBShortsOptions(
val displayFormat: String? = null,
val shelfStartSpacing: Int? = null,
val shelfEndSpacing: Int? = null,
/** Escape hatch for custom or undocumented options. */
val custom: Map<String, Any?>? = null,
)
Type-safe configuration options for [BBNativeShorts].
Parameters
| Name | Description |
|---|---|
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. |
See also:
- BBNativeShorts
Properties
custom
val custom: Map<String, Any?>?
Escape hatch for custom or undocumented options.