SLRTheme

data class SLRTheme @JvmOverloads constructor(val mainTheme: Int? = null, val profileTheme: Int? = null, val baseTheme: Int? = null, val watchPartyTheme: Int? = null, val inviteTheme: Int? = null, val predictionsTheme: Int? = null, val highlightsTheme: Int? = null, val statisticsTheme: Int? = null, val messengerTheme: Int? = null, val publicChatTheme: Int? = null, val notificationsStyle: SLRTheme.NotificationsStyle? = null)

Sets the parameters for the custom theme in the application.

Constructors

Link copied to clipboard
@JvmOverloads
constructor(mainTheme: Int? = null, profileTheme: Int? = null, baseTheme: Int? = null, watchPartyTheme: Int? = null, inviteTheme: Int? = null, predictionsTheme: Int? = null, highlightsTheme: Int? = null, statisticsTheme: Int? = null, messengerTheme: Int? = null, publicChatTheme: Int? = null, notificationsStyle: SLRTheme.NotificationsStyle? = null)

Types

Link copied to clipboard

Design type for predictions/polls/trivia/insight/tweet notifications

Properties

Link copied to clipboard
val baseTheme: Int? = null
Link copied to clipboard
val highlightsTheme: Int? = null
Link copied to clipboard
val inviteTheme: Int? = null
Link copied to clipboard
val mainTheme: Int? = null
Link copied to clipboard
val messengerTheme: Int? = null
Link copied to clipboard
Link copied to clipboard
val predictionsTheme: Int? = null
Link copied to clipboard
val profileTheme: Int? = null
Link copied to clipboard
val publicChatTheme: Int? = null
Link copied to clipboard
val statisticsTheme: Int? = null
Link copied to clipboard
val watchPartyTheme: Int? = null