ThemeMode

enum ThemeMode

UIKit theme mode.

Entries

Link copied to clipboard

Light mode.

Link copied to clipboard

Dark mode.

Functions

Link copied to clipboard
open fun getErrorTintColorStateList(@NonNull context: Context): ColorStateList
Returns the ColorStateList of the error tint color for the current theme.
Link copied to clipboard
open fun getMonoTintColorStateList(@NonNull context: Context): ColorStateList
Returns the ColorStateList of the mono tint color for the current theme.
Link copied to clipboard
open fun getMonoTintResId(): Int
Returns the resource id of the mono tint color for the current theme.
Link copied to clipboard
open fun getPrimaryTintColorStateList(@NonNull context: Context): ColorStateList
Returns the ColorStateList of the primary tint color for the current theme.
Link copied to clipboard
open fun getPrimaryTintResId(): Int
Returns the resource id of the primary tint color for the current theme.
Link copied to clipboard
open fun getSecondaryTintColorStateList(@NonNull context: Context): ColorStateList
Returns the ColorStateList of the secondary tint color for the current theme.
Link copied to clipboard
open fun getSecondaryTintResId(): Int
Returns the resource id of the secondary tint color for the current theme.
Link copied to clipboard
open fun valueOf(name: String): SendbirdUIKit.ThemeMode
Link copied to clipboard
open fun values(): Array<SendbirdUIKit.ThemeMode>

Properties

Link copied to clipboard
val errorColorResId: Int
Link copied to clipboard
val resId: Int