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
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