StatusComponent

open class StatusComponent

This class creates and performs a view corresponding the status area in Sendbird UIKit. since 3.0.0

Constructors

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

Types

Link copied to clipboard
open class Params
A collection of parameters, which can be applied to a default View.

Functions

Link copied to clipboard
open fun getRootView(): View
Returns the view created by onCreateView.
Link copied to clipboard
open fun notifyStatusChanged(@NonNull status: StatusFrameView.Status)
Notifies this component that the status is changed.
Link copied to clipboard
protected open fun onActionButtonClicked(@NonNull view: View)
Called when the action button is clicked.
Link copied to clipboard
open fun onCreateView(    @NonNull context: Context,     @NonNull inflater: LayoutInflater,     @NonNull parent: ViewGroup,     @Nullable args: Bundle): View
Called after the component was created to make views.
Link copied to clipboard
open fun setOnActionButtonClickListener(@Nullable actionButtonClickListener: View.OnClickListener)
Register a callback to be invoked when the action button is clicked.

Properties

Link copied to clipboard
val params: StatusComponent.Params