public class ThreadInfoUpdateEvent
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
BaseChannel.ChannelType |
getChannelType()
Returns the type of the channel where threaded messages belong.
|
java.lang.String |
getChannelUrl()
Returns the unique URL of the channel where threaded messages belong.
|
long |
getTargetMessageId()
Returns the unique ID of the message that has threaded replies and holds thread information.
|
ThreadInfo |
getThreadInfo()
Returns the
ThreadInfo that has information about threaded messages. |
java.lang.String |
toString() |
public long getTargetMessageId()
public java.lang.String getChannelUrl()
public BaseChannel.ChannelType getChannelType()
BaseChannel.ChannelType
.public ThreadInfo getThreadInfo()
ThreadInfo
that has information about threaded messages.ThreadInfo
.public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2021, Sendbird or its affiliates. All rights reserved.
Report a bug or request a feature
For further developer documentation, see Chat SDK Documentation. That documentation contains more detailed descriptions, conceptual overviews, definitions of terms, and code examples.