CompanyUI

class CompanyUI(company: Company, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO)) : Company

Deprecated

This class is deprecated. It will be removed in a future release

UI representation of a Company

Constructors

Link copied to clipboard
constructor(company: Company, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO))

Types

Link copied to clipboard
data class Theme(val fontFamily: FontFamily = KaleyraFontFamily.default, val defaultStyle: CompanyUI.Theme.DefaultStyle = DefaultStyle.System, val day: CompanyUI.Theme.Style = Style(), val night: CompanyUI.Theme.Style = Style()) : Company.Theme, KaleyraVideo.Theme

Company associated theme

Properties

Link copied to clipboard
val Company.combinedTheme: Flow<Theme>

Mapper function to convert Company to a flow containing its CompanyUI.Theme representation

Link copied to clipboard
open override val id: SharedFlow<String>
Link copied to clipboard
open override val name: SharedFlow<String>
Link copied to clipboard
open override val theme: SharedFlow<CompanyUI.Theme>