Params

open fun Params(    @NonNull context: Context,     @NonNull themeMode: SendbirdUIKit.ThemeMode,     @AttrRes themeAttrResId: Int)

Constructor.

Parameters

context

The Context this module is currently associated with

themeMode

The theme of Sendbird UIKit to be applied to this module

themeAttrResId

The attribute ID to apply to this module. since 3.0.0


open fun Params(    @NonNull context: Context,     @StyleRes themeResId: Int,     @AttrRes themeAttrResId: Int)

Constructor.

Parameters

context

The Context this module is currently associated with

themeResId

The theme resource ID to be applied to this module

themeAttrResId

The attribute ID to apply to this module. since 3.0.0