public static interface VerticalLayoutConfiguration.Builder extends SdkPojo, CopyableBuilder<VerticalLayoutConfiguration.Builder,VerticalLayoutConfiguration>
| Modifier and Type | Method and Description |
|---|---|
VerticalLayoutConfiguration.Builder |
tileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
|
VerticalLayoutConfiguration.Builder |
tileCount(Integer tileCount)
The maximum number of tiles to display.
|
VerticalLayoutConfiguration.Builder |
tileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
|
VerticalLayoutConfiguration.Builder |
tileOrder(TileOrder tileOrder)
Sets the automatic ordering of the video tiles.
|
VerticalLayoutConfiguration.Builder |
tilePosition(String tilePosition)
Sets the position of vertical tiles.
|
VerticalLayoutConfiguration.Builder |
tilePosition(VerticalTilePosition tilePosition)
Sets the position of vertical tiles.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVerticalLayoutConfiguration.Builder tileOrder(String tileOrder)
Sets the automatic ordering of the video tiles.
VerticalLayoutConfiguration.Builder tileOrder(TileOrder tileOrder)
Sets the automatic ordering of the video tiles.
VerticalLayoutConfiguration.Builder tilePosition(String tilePosition)
Sets the position of vertical tiles.
tilePosition - Sets the position of vertical tiles.VerticalTilePosition,
VerticalTilePositionVerticalLayoutConfiguration.Builder tilePosition(VerticalTilePosition tilePosition)
Sets the position of vertical tiles.
tilePosition - Sets the position of vertical tiles.VerticalTilePosition,
VerticalTilePositionVerticalLayoutConfiguration.Builder tileCount(Integer tileCount)
The maximum number of tiles to display.
tileCount - The maximum number of tiles to display.VerticalLayoutConfiguration.Builder tileAspectRatio(String tileAspectRatio)
Sets the aspect ratio of the video tiles, such as 16:9.
tileAspectRatio - Sets the aspect ratio of the video tiles, such as 16:9.Copyright © 2023. All rights reserved.