get Current Theme Name
Returns the currently active theme identifier.
String theme = ChatUIThemeManager.getCurrentThemeName();
if (ChatUIThemeManager.LIVELY_THEME.equals(theme)) {
// Currently using the lively theme
}
Content copied to clipboard
Return
current theme identifier (e.g. LIVELY_THEME or a custom theme name)