Params

open class Params : HeaderComponent.Params

Constructors

Link copied to clipboard
protected open fun Params()
Constructor since 3.0.

Functions

Link copied to clipboard
protected open fun apply(@NonNull context: Context, @NonNull args: Bundle): OpenChannelHeaderComponent.Params
Apply data that matches keys mapped to Params' properties.
Link copied to clipboard
open fun setUseProfileImage(useProfileImage: Boolean)
Sets whether the profile image placed on the left top is used.
Link copied to clipboard
open fun useProfileImage(): Boolean
Returns whether the profile image placed on the left top is used.

Properties

Link copied to clipboard
open var description: String