react-native-zohosalesiq-mobilisten
Version:
A React Native module for the ZohoSalesIQ Mobilisten SDK
15 lines (14 loc) • 489 B
text/typescript
import { SIQLauncherUnreadBadgeTheme } from "./SIQLauncherUnreadBadgeTheme";
export class SIQConversationListItemTheme {
backgroundColor = "null";
timerTextColor = "null";
timerIconColor = "null";
titleTextColor = "null";
subtitleTextColor = "null";
timeTextColor = "null";
openBadgeBackgroundColor = "null";
openBadgeBorderColor = "null";
openBadgeTextColor = "null";
separatorColor = "null";
UnreadBadge = new SIQLauncherUnreadBadgeTheme();
}