-
- All Implemented Interfaces:
public class UIConfiguration.BuilderThe builder for UIConfiguration.
-
-
Method Summary
Modifier and Type Method Description UIConfiguration.Builderlanguage(@NonNull() String language)Sets the language. UIConfigurationbuild()Builds the UIConfiguration. -
-
Method Detail
-
language
@NonNull() UIConfiguration.Builder language(@NonNull() String language)
Sets the language.
Example:
- "fr" for French.
- Parameters:
language- The language of the UIConfiguration.
-
build
@NonNull() UIConfiguration build()
Builds the UIConfiguration.
-
-
-
-