Channel Profile Input Component
This class creates and performs a view corresponding the channel profile input area in Sendbird UIKit. since 3.2.0
Constructors
Types
Functions
Link copied to clipboard
Returns the view created by onCreateView.
Link copied to clipboard
Draw cover image when the cover image selected.
Link copied to clipboard
Called when the clear button related to the input is clicked.
Link copied to clipboard
Link copied to clipboard
protected open fun onInputTextChanged(@NonNull s: CharSequence, start: Int, before: Int, count: Int)
Called when the input text is changed.
Link copied to clipboard
Called when the clear button related to the input is clicked.
Link copied to clipboard
Register a callback to be invoked when the clear button related to the input is clicked.
Link copied to clipboard
Register a callback to be invoked when the input text is changed.
Link copied to clipboard
open fun setOnMediaSelectButtonClickListener(@Nullable onMediaSelectButtonClickListener: View.OnClickListener)
Register a callback to be invoked when the media selector is clicked.