-
- All Implemented Interfaces:
public final class MessagingSettingsA model that represents the configurations for this instance of Messaging for Android.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringintegrationIdprivate final Booleanenabledprivate final Stringbrandprivate final Stringtitleprivate final Stringdescriptionprivate final StringlogoUrlprivate final ColorThemelightThemeprivate final ColorThemedarkThemeprivate final BooleanisMultiConvoEnabledprivate final BooleancanUserCreateMoreConversations
-
Constructor Summary
Constructors Constructor Description MessagingSettings(String integrationId, Boolean enabled, String brand, String title, String description, String logoUrl, ColorTheme lightTheme, ColorTheme darkTheme, Boolean isMultiConvoEnabled, Boolean canUserCreateMoreConversations)
-
Method Summary
Modifier and Type Method Description final StringgetIntegrationId()final BooleangetEnabled()final StringgetBrand()final StringgetTitle()final StringgetDescription()final StringgetLogoUrl()final ColorThemegetLightTheme()final ColorThemegetDarkTheme()final BooleangetIsMultiConvoEnabled()final BooleangetCanUserCreateMoreConversations()-
-
Constructor Detail
-
MessagingSettings
MessagingSettings(String integrationId, Boolean enabled, String brand, String title, String description, String logoUrl, ColorTheme lightTheme, ColorTheme darkTheme, Boolean isMultiConvoEnabled, Boolean canUserCreateMoreConversations)
-
-
Method Detail
-
getIntegrationId
final String getIntegrationId()
-
getEnabled
final Boolean getEnabled()
-
getDescription
final String getDescription()
-
getLogoUrl
final String getLogoUrl()
-
getLightTheme
final ColorTheme getLightTheme()
-
getDarkTheme
final ColorTheme getDarkTheme()
-
getIsMultiConvoEnabled
final Boolean getIsMultiConvoEnabled()
-
getCanUserCreateMoreConversations
final Boolean getCanUserCreateMoreConversations()
-
-
-
-