public static interface GridViewConfiguration.Builder extends SdkPojo, CopyableBuilder<GridViewConfiguration.Builder,GridViewConfiguration>
| Modifier and Type | Method and Description |
|---|---|
GridViewConfiguration.Builder |
contentShareLayout(ContentShareLayoutOption contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
|
GridViewConfiguration.Builder |
contentShareLayout(String contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
|
default GridViewConfiguration.Builder |
presenterOnlyConfiguration(Consumer<PresenterOnlyConfiguration.Builder> presenterOnlyConfiguration)
Defines the configuration options for a presenter only video tile.
|
GridViewConfiguration.Builder |
presenterOnlyConfiguration(PresenterOnlyConfiguration presenterOnlyConfiguration)
Defines the configuration options for a presenter only video tile.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGridViewConfiguration.Builder contentShareLayout(String contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
contentShareLayout - Defines the layout of the video tiles when content sharing is enabled.ContentShareLayoutOption,
ContentShareLayoutOptionGridViewConfiguration.Builder contentShareLayout(ContentShareLayoutOption contentShareLayout)
Defines the layout of the video tiles when content sharing is enabled.
contentShareLayout - Defines the layout of the video tiles when content sharing is enabled.ContentShareLayoutOption,
ContentShareLayoutOptionGridViewConfiguration.Builder presenterOnlyConfiguration(PresenterOnlyConfiguration presenterOnlyConfiguration)
Defines the configuration options for a presenter only video tile.
presenterOnlyConfiguration - Defines the configuration options for a presenter only video tile.default GridViewConfiguration.Builder presenterOnlyConfiguration(Consumer<PresenterOnlyConfiguration.Builder> presenterOnlyConfiguration)
Defines the configuration options for a presenter only video tile.
This is a convenience method that creates an instance of thePresenterOnlyConfiguration.Builder
avoiding the need to create one manually via PresenterOnlyConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to presenterOnlyConfiguration(PresenterOnlyConfiguration).
presenterOnlyConfiguration - a consumer that will call methods on PresenterOnlyConfiguration.BuilderpresenterOnlyConfiguration(PresenterOnlyConfiguration)Copyright © 2022. All rights reserved.