Package com.vonage.client.meetings
Class UISettings
java.lang.Object
com.vonage.client.meetings.UISettings
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UISettings.Builder
builder()
Entry point for constructing an instance of this class.Language setting.
-
Constructor Details
-
UISettings
protected UISettings()
-
-
Method Details
-
getLanguage
Language setting.- Returns:
- The language, as an enum.
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new Builder.
-