-
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 ColorThemedarkTheme
-
Constructor Summary
Constructors Constructor Description MessagingSettings(String integrationId, Boolean enabled, String brand, String title, String description, String logoUrl, ColorTheme lightTheme, ColorTheme darkTheme)
-
Method Summary
Modifier and Type Method Description final StringgetIntegrationId()final BooleangetEnabled()final StringgetBrand()final StringgetTitle()final StringgetDescription()final StringgetLogoUrl()final ColorThemegetLightTheme()final ColorThemegetDarkTheme()-
-
Constructor Detail
-
MessagingSettings
MessagingSettings(String integrationId, Boolean enabled, String brand, String title, String description, String logoUrl, ColorTheme lightTheme, ColorTheme darkTheme)
-
-
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()
-
-
-
-