Package com.theoplayer.android.api.ui
Class UIConfiguration.Builder
-
- All Implemented Interfaces:
@Deprecated() public class UIConfiguration.Builder
The builder for UIConfiguration.
-
-
Constructor Summary
Constructors Constructor Description UIConfiguration.Builder()
-
Method Summary
Modifier and Type Method Description UIConfiguration.Builder
language(@NonNull() String language)
Sets the language. UIConfiguration
build()
Builds the UIConfiguration. -
-
Method Detail
-
language
@Deprecated()@NonNull() UIConfiguration.Builder language(@NonNull() String language)
Sets the language.
- Parameters:
language
- The language of the UIConfiguration.
-
build
@Deprecated()@NonNull() UIConfiguration build()
Builds the UIConfiguration.
-
-
-
-