new Message Thread Fragment
open fun newMessageThreadFragment(@NonNull channelUrl: String, @NonNull parentMessage: BaseMessage, @NonNull args: Bundle): Fragment
Deprecated
Returns the MessageThreadFragment.
Return
Deprecated
3.9.0
Use getMessageThread instead.
since 3.3.0Parameters
channel Url
the channel url for the target channel.
parent Message
the parent message of the message thread fragment.
args
the arguments supplied when the fragment was instantiated.