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