-
- All Implemented Interfaces:
public final class MessagingSettings
A model that represents the configurations for this instance of Messaging for Android.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
integrationId
private final Boolean
enabled
private final String
brand
private final String
title
private final String
description
private final String
logoUrl
private final ColorTheme
lightTheme
private final ColorTheme
darkTheme
private final Boolean
isMultiConvoEnabled
private final Boolean
canUserCreateMoreConversations
-
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 String
getIntegrationId()
final Boolean
getEnabled()
final String
getBrand()
final String
getTitle()
final String
getDescription()
final String
getLogoUrl()
final ColorTheme
getLightTheme()
final ColorTheme
getDarkTheme()
final Boolean
getIsMultiConvoEnabled()
final Boolean
getCanUserCreateMoreConversations()
-
-
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()
-
-
-
-