Params

open class Params : BaseModule.Params

Constructors

Link copied to clipboard
open fun Params(@NonNull context: Context)
Constructor
Link copied to clipboard
open fun Params(@NonNull context: Context, @NonNull themeMode: SendbirdUIKit.ThemeMode)
Constructor
Link copied to clipboard
open fun Params(@NonNull context: Context, @StyleRes themeResId: Int)
Constructor

Functions

Link copied to clipboard
protected open fun apply(@NonNull context: Context, @NonNull args: Bundle): OpenChannelModule.Params
Apply data that matches keys mapped to Params' properties.
Link copied to clipboard
open fun setUseOverlayMode(useOverlayMode: Boolean)
Sets whether use the channel displays as a overlay mode.
Link copied to clipboard
open fun shouldUseOverlayMode(): Boolean
Returns whether use the channel displays as a overlay mode.