Skip navigation links
Sendbird Chat SDK for Android reference
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractPushHandler<T> - Class in com.sendbird.android
 
AbstractPushHandler() - Constructor for class com.sendbird.android.AbstractPushHandler
 
Accept - Static variable in class com.sendbird.android.constant.StringSet
 
acceptInvitation(GroupChannel.GroupChannelAcceptInvitationHandler) - Method in class com.sendbird.android.GroupChannel
Accepts the invitation sent to the current User.
acceptInvitation(String, GroupChannel.GroupChannelAcceptInvitationHandler) - Method in class com.sendbird.android.GroupChannel
Accepts the invitation sent to the current User.
AccessToken - Static variable in class com.sendbird.android.constant.StringSet
 
addChannelHandler(String, SendBird.ChannelHandler) - Static method in class com.sendbird.android.SendBird
Adds a channel handler.
addConnectionHandler(String, SendBird.ConnectionHandler) - Static method in class com.sendbird.android.SendBird
Adds a connection handler.
addExtension(String, String) - Static method in class com.sendbird.android.SendBird
To send additional User-Agent information please set the version information.
addFriends(List<String>, SendBird.AddFriendsHandler) - Static method in class com.sendbird.android.SendBird
Add friends.
addMessageMetaArrayValues(BaseMessage, Map<String, List<String>>, BaseChannel.MessageMetaArrayHandler) - Method in class com.sendbird.android.BaseChannel
addMessageMetaArrayValues(BaseMessage, List<MessageMetaArray>, BaseChannel.MessageMetaArrayHandler) - Method in class com.sendbird.android.BaseChannel
Adds message meta array values.
addOperator(User) - Method in class com.sendbird.android.OpenChannelParams
Deprecated.
As of 3.0.152, replaced by OpenChannelParams.setOperators(List)
addOperatorId(String) - Method in class com.sendbird.android.OpenChannelParams
Deprecated.
addOperatorIds(List<String>) - Method in class com.sendbird.android.OpenChannelParams
Deprecated.
addOperators(Collection<String>, AddOperatorsHandler) - Method in class com.sendbird.android.BaseChannel
Add operators to the channel.
addOperators(List<User>) - Method in class com.sendbird.android.OpenChannelParams
Deprecated.
As of 3.0.152, replaced by OpenChannelParams.setOperators(List)
AddOperatorsHandler - Interface in com.sendbird.android.handlers
addReaction(BaseMessage, String, BaseChannel.ReactionHandler) - Method in class com.sendbird.android.BaseChannel
Adds Reaction.
addUser(User) - Method in class com.sendbird.android.GroupChannelParams
Add user.
addUserEventHandler(String, SendBird.UserEventHandler) - Static method in class com.sendbird.android.SendBird
Adds a user event handler.
addUserId(String) - Method in class com.sendbird.android.GroupChannelParams
Add user id.
addUserIds(List<String>) - Method in class com.sendbird.android.GroupChannelParams
Add user ids.
addUsers(List<User>) - Method in class com.sendbird.android.GroupChannelParams
Add users.
addValue(String) - Method in class com.sendbird.android.MessageMetaArray
Add new value to meta array value.
addValue(List<String>) - Method in class com.sendbird.android.MessageMetaArray
Add new value list to meta array value.
AdminMessage - Class in com.sendbird.android
Object representing an admin message.
ADMM - Static variable in class com.sendbird.android.constant.StringSet
 
advanced_query - Static variable in class com.sendbird.android.constant.StringSet
 
AEDI - Static variable in class com.sendbird.android.constant.StringSet
 
after - Static variable in class com.sendbird.android.constant.StringSet
 
all - Static variable in class com.sendbird.android.constant.StringSet
 
allow_friend_discovery - Static variable in class com.sendbird.android.constant.StringSet
 
allowFriendDiscovery(boolean, AllowFriendDiscoveryHandler) - Static method in class com.sendbird.android.SendBird
Sets friend discoverability of current user.
AllowFriendDiscoveryHandler - Interface in com.sendbird.android.handlers
alt - Static variable in class com.sendbird.android.constant.StringSet
 
alternative - Static variable in class com.sendbird.android.constant.StringSet
 
always_push - Static variable in class com.sendbird.android.constant.StringSet
 
and - Static variable in class com.sendbird.android.constant.StringSet
 
AND - Static variable in class com.sendbird.android.constant.StringSet
 
Android - Static variable in class com.sendbird.android.constant.StringSet
 
apns - Static variable in class com.sendbird.android.constant.StringSet
 
apns_voip - Static variable in class com.sendbird.android.constant.StringSet
 
AppId - Static variable in class com.sendbird.android.constant.StringSet
 
AppInfo - Class in com.sendbird.android
Represents information obtained from the application settings.
apple_critical_alert_options - Static variable in class com.sendbird.android.constant.StringSet
 
AppleCriticalAlertOptions - Class in com.sendbird.android
A class that can be used to send apple's critical alert.
AppleCriticalAlertOptions() - Constructor for class com.sendbird.android.AppleCriticalAlertOptions
Constructor that builds an instance of this class using default values name= and volume=1.0
AppleCriticalAlertOptions(double) - Constructor for class com.sendbird.android.AppleCriticalAlertOptions
Constructor that builds an instance of this class using default value name= and given volume.
AppleCriticalAlertOptions(String) - Constructor for class com.sendbird.android.AppleCriticalAlertOptions
Constructor that builds an instance of this class using default value volume=1.0 and given name.
AppleCriticalAlertOptions(String, double) - Constructor for class com.sendbird.android.AppleCriticalAlertOptions
Constructor that builds an instance of this class using given name and volume.
application_attributes - Static variable in class com.sendbird.android.constant.StringSet
 
ApplicationUserListQuery - Class in com.sendbird.android
A class representing query to retrieve lists related to User.
applyParentMessage(BaseMessage) - Method in class com.sendbird.android.BaseMessage
When parent message is updated, you can update the child message's parent message through this method If you use MessageCollection, messages in the collection are automatically updated, so don't need to call it
applyReactionEvent(ReactionEvent) - Method in class com.sendbird.android.BaseMessage
Applies ReactionEvent to message.
applyThreadInfoUpdateEvent(ThreadInfoUpdateEvent) - Method in class com.sendbird.android.BaseMessage
Applies ThreadInfoUpdateEvent to a message.
AtomicLongEx - Class in com.sendbird.android.utils
 
AtomicLongEx(long) - Constructor for class com.sendbird.android.utils.AtomicLongEx
 
auto_resend_registered - Static variable in class com.sendbird.android.constant.StringSet
 
await() - Method in class com.sendbird.android.utils.TimeoutLock
 
awake() - Method in class com.sendbird.android.utils.CancelableThreadHolder
 

B

back_off_delay - Static variable in class com.sendbird.android.constant.StringSet
 
banned - Static variable in class com.sendbird.android.constant.StringSet
 
BannedUserListQuery - Class in com.sendbird.android
A class representing query to retrieve lists related to banned user.
banUser(User, String, int, GroupChannel.GroupChannelBanHandler) - Method in class com.sendbird.android.GroupChannel
Bans a member.
banUser(User, int, OpenChannel.OpenChannelBanHandler) - Method in class com.sendbird.android.OpenChannel
Bans a participant.
banUserWithUserId(String, String, int, GroupChannel.GroupChannelBanHandler) - Method in class com.sendbird.android.GroupChannel
Bans a member.
banUserWithUserId(String, int, OpenChannel.OpenChannelBanHandler) - Method in class com.sendbird.android.OpenChannel
Bans a participant.
BaseChannel - Class in com.sendbird.android
Objects representing a channel.
BaseChannel.BaseSendFileMessageHandler - Interface in com.sendbird.android
 
BaseChannel.ChannelType - Enum in com.sendbird.android
Represents channel types.
BaseChannel.CopyFileMessageHandler - Interface in com.sendbird.android
ForwardFileMessage handler.
BaseChannel.CopyUserMessageHandler - Interface in com.sendbird.android
ForwardUserMessage handler.
BaseChannel.DeleteMessageHandler - Interface in com.sendbird.android
DeleteMessage handler.
BaseChannel.DeleteMetaCounterHandler - Interface in com.sendbird.android
DeleteMetaCounter handler.
BaseChannel.DeleteMetaDataHandler - Interface in com.sendbird.android
DeleteMetaData handler.
BaseChannel.GetMessageChangeLogsByTokenHandler - Interface in com.sendbird.android
GetMessageChangeLogsByToken handler.
BaseChannel.GetMessageChangeLogsHandler - Interface in com.sendbird.android
GetMessageChangeLogsHandler handler.
BaseChannel.GetMessagesHandler - Interface in com.sendbird.android
GetMessages handler.
BaseChannel.GetMyMutedInfoHandler - Interface in com.sendbird.android
GetMyMutedInfo handler.
BaseChannel.MessageMetaArrayHandler - Interface in com.sendbird.android
MessageMetaArray handler.
BaseChannel.MessageTypeFilter - Enum in com.sendbird.android
Represents messages type filter to be used when messages list are read.
BaseChannel.MetaCounterHandler - Interface in com.sendbird.android
MetaCounter handler.
BaseChannel.MetaDataHandler - Interface in com.sendbird.android
MetaData handler.
BaseChannel.ReactionHandler - Interface in com.sendbird.android
Reaction handler.
BaseChannel.ReportCategory - Enum in com.sendbird.android
Report category.
BaseChannel.ReportHandler - Interface in com.sendbird.android
Report handler.
BaseChannel.ReportMessageHandler - Interface in com.sendbird.android
ReportMessage handler.
BaseChannel.ReportUserHandler - Interface in com.sendbird.android
ReportUser handler.
BaseChannel.ResendFileMessageHandler - Interface in com.sendbird.android
ResendFileMessage handler.
BaseChannel.ResendFileMessageWithProgressHandler - Interface in com.sendbird.android
ResendFileMessage handler.
BaseChannel.ResendUserMessageHandler - Interface in com.sendbird.android
ResendUserMessage handler.
BaseChannel.SendFileMessageHandler - Interface in com.sendbird.android
SendFileMessage handler.
BaseChannel.SendFileMessagesHandler - Interface in com.sendbird.android
SendFileMessages handler.
BaseChannel.SendFileMessagesWithProgressHandler - Interface in com.sendbird.android
SendFileMessages handler.
BaseChannel.SendFileMessageWithProgressHandler - Interface in com.sendbird.android
SendFileMessage handler.
BaseChannel.SendUserMessageHandler - Interface in com.sendbird.android
SendUserMessage handler.
BaseChannel.TranslateUserMessageHandler - Interface in com.sendbird.android
TranslateUserMessage handler.
BaseChannel.UpdateFileMessageHandler - Interface in com.sendbird.android
BaseChannel.UpdateUserMessageHandler - Interface in com.sendbird.android
BaseMessage - Class in com.sendbird.android
Base class for messages.
BaseMessage(String, long, long) - Constructor for class com.sendbird.android.BaseMessage
 
BaseMessage.GetMessageHandler - Interface in com.sendbird.android
GetMessage handler.
BaseMessage.GetThreadedMessagesHandler - Interface in com.sendbird.android
GetThreadedMessages handler.
BaseMessage.SendingStatus - Enum in com.sendbird.android
Represents message sending status.
BaseMessageParams - Class in com.sendbird.android
Represents a base message params.
BaseMessageParams() - Constructor for class com.sendbird.android.BaseMessageParams
 
BaseMessageParams.MentionType - Enum in com.sendbird.android
Mention type.
BaseMessageParams.PushNotificationDeliveryOption - Enum in com.sendbird.android
Push options for messages.
bc_duration - Static variable in class com.sendbird.android.constant.StringSet
 
before - Static variable in class com.sendbird.android.constant.StringSet
 
belongsTo(BaseMessage, String) - Static method in class com.sendbird.android.BaseMessage
Checks whether the sender's userId of the BaseMessage equals the given userId.
belongsTo(BaseMessage, User) - Static method in class com.sendbird.android.BaseMessage
Checks whether the sender's userId of the BaseMessage equals the given user's id.
belongsTo(GroupChannel) - Method in class com.sendbird.android.GroupChannelListQuery
Verify that the given channel information matches the current query filter.
belongsTo(BaseMessage) - Method in class com.sendbird.android.MessageListParams
Verify that the given channel information matches the current query filter.
belongsTo(BaseMessageParams) - Method in class com.sendbird.android.MessageListParams
Verify that the given BaseMessageParams information matches the current query filter.
belongsTo(BaseMessageParams) - Method in class com.sendbird.android.ThreadMessageListParams
 
BlockedUserListQuery - Class in com.sendbird.android
A class representing query to retrieve lists related to blocked User.
blockUser(User, SendBird.UserBlockHandler) - Static method in class com.sendbird.android.SendBird
Blocks the specified User.
blockUserWithUserId(String, SendBird.UserBlockHandler) - Static method in class com.sendbird.android.SendBird
Blocks the specified User ID.
BRDM - Static variable in class com.sendbird.android.constant.StringSet
 
broadcast_only - Static variable in class com.sendbird.android.constant.StringSet
 
build() - Method in class com.sendbird.android.GroupChannelCollection.Builder
Builds a GroupChannelCollection using this builder.
build() - Method in class com.sendbird.android.MessageCollection.Builder
Builds a MessageCollection using this builder.
build() - Method in class com.sendbird.android.MessagePayloadFilter.Builder
 
build() - Method in class com.sendbird.android.MessageSearchQuery.Builder
Builds the MessageSearchQuery with set parameters.
Builder() - Constructor for class com.sendbird.android.GroupChannelCollection.Builder
Uses default GroupChannelListQuery to create the GroupChannelCollection.
Builder(GroupChannelListQuery) - Constructor for class com.sendbird.android.GroupChannelCollection.Builder
Builder(GroupChannel, MessageListParams) - Constructor for class com.sendbird.android.MessageCollection.Builder
Constructor.
Builder() - Constructor for class com.sendbird.android.MessagePayloadFilter.Builder
 
Builder() - Constructor for class com.sendbird.android.MessageSearchQuery.Builder
A constructor to build a MessageSearchQuery
Builder(MessageSearchQuery) - Constructor for class com.sendbird.android.MessageSearchQuery.Builder
A constructor to build a MessageSearchQuery
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.BaseChannel
Builds GroupChannel or OpenChannel instance from serialized data generated by BaseChannel.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.BaseMessage
Builds UserMessage, FileMessage or AdminMessage instance from serialized data generated by BaseMessage.serialize().
buildFromSerializedData(byte[], BaseMessage.SendingStatus) - Static method in class com.sendbird.android.BaseMessage
Builds UserMessage, FileMessage or AdminMessage instance from serialized data generated by BaseMessage.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.Emoji
Builds Emoji instance from serialized data generated by Emoji.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.EmojiCategory
Builds EmojiCategory instance from serialized data generated by EmojiCategory.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.EmojiContainer
Builds EmojiContainer instance from serialized data generated by EmojiContainer.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.GroupChannelListQuery
Builds GroupChannelListQuery instance from serialized data generated by GroupChannelListQuery.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.Member
Builds Member instance from serialized data generated by Member.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.MessageSearchQuery
Builds MessageSearchQuery instance from serialized data generated by MessageSearchQuery.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.OGImage
Builds OGImage instance from serialized data generated by OGImage.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.OGMetaData
Builds OGMetaData instance from serialized data generated by OGMetaData.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.Plugin
Builds Plugin instance from serialized data generated by Plugin.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.Reaction
Builds Reaction instance from serialized data generated by Reaction.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.Sender
Builds Sender instance from serialized data generated by Sender.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.ThreadInfo
Builds ThreadInfo instance from serialized data generated by ThreadInfo.serialize().
buildFromSerializedData(byte[]) - Static method in class com.sendbird.android.User
Builds User instance from serialized data generated by User.serialize().

C

c - Static variable in class com.sendbird.android.constant.StringSet
 
CancelableThreadHolder - Class in com.sendbird.android.utils
 
CancelableThreadHolder(String) - Constructor for class com.sendbird.android.utils.CancelableThreadHolder
 
cancelFileMessageUpload(String) - Method in class com.sendbird.android.BaseChannel
Cancels an ongoing FileMessage upload.
change_ts - Static variable in class com.sendbird.android.constant.StringSet
 
channel - Static variable in class com.sendbird.android.constant.StringSet
 
channel_name - Static variable in class com.sendbird.android.constant.StringSet
 
channel_name_alphabetical - Static variable in class com.sendbird.android.constant.StringSet
 
channel_type - Static variable in class com.sendbird.android.constant.StringSet
 
channel_url - Static variable in class com.sendbird.android.constant.StringSet
 
channel_urls - Static variable in class com.sendbird.android.constant.StringSet
 
ChannelChangeLogsHandler - Interface in com.sendbird.android.handlers
The Handler that is using when calling MessageChangeLogs API requests.
ChannelHandler() - Constructor for class com.sendbird.android.SendBird.ChannelHandler
 
channels - Static variable in class com.sendbird.android.constant.StringSet
 
chronological - Static variable in class com.sendbird.android.constant.StringSet
 
clear() - Method in interface com.sendbird.android.db.GroupChannelDao
 
clear() - Method in interface com.sendbird.android.db.MessageDao
 
clearCachedData(Context, CompletionHandler) - Static method in class com.sendbird.android.SendBird
Clears the db data used in local caching.
clearCachedMessages(String, CompletionHandler) - Static method in class com.sendbird.android.SendBird
Clear cached messages of specific channel.
clone(BaseMessage) - Static method in class com.sendbird.android.BaseMessage
Clones and returns a new instance of given BaseMessage
clone(GroupChannel) - Static method in class com.sendbird.android.GroupChannel
Clones and returns a new instance of given GroupChannel
clone() - Method in class com.sendbird.android.GroupChannelChangeLogsParams
Clones and returns a new instance of GroupChannelChangeLogsParams.
clone(GroupChannelParams) - Static method in class com.sendbird.android.GroupChannelParams
Clones and returns a new instance of given GroupChannelParams.
clone() - Method in class com.sendbird.android.MessageChangeLogsParams
Clones and returns a new instance of MessageChangeLogsParams.
clone() - Method in class com.sendbird.android.MessageListParams
Clones and returns a new instance of MessageListParams.
clone() - Method in class com.sendbird.android.MessagePayloadFilter
Clones and returns a new instance of MessagePayloadFilter.
clone() - Method in class com.sendbird.android.MessageRetrievalParams
Clones and returns a new instance of MessageRetrievalParams.
clone(OpenChannel) - Static method in class com.sendbird.android.OpenChannel
Clones and returns a new instance of given OpenChannel
clone(OpenChannelParams) - Static method in class com.sendbird.android.OpenChannelParams
Clones and returns a new instance of given OpenChannelParams.
clone(Reaction) - Static method in class com.sendbird.android.Reaction
Clones and returns a new instance of given Reaction
clone() - Method in class com.sendbird.android.ThreadMessageListParams
Clones and returns a new instance of ThreadMessageListParams.
code - Static variable in class com.sendbird.android.constant.StringSet
 
CollectionEventSource - Enum in com.sendbird.android.handlers
Indicates the source of an event.
com.sendbird.android - package com.sendbird.android
 
com.sendbird.android.constant - package com.sendbird.android.constant
 
com.sendbird.android.db - package com.sendbird.android.db
 
com.sendbird.android.handlers - package com.sendbird.android.handlers
 
com.sendbird.android.log - package com.sendbird.android.log
 
com.sendbird.android.utils - package com.sendbird.android.utils
 
compareTo(GroupChannel, GroupChannel, GroupChannelListQuery.Order) - Static method in class com.sendbird.android.GroupChannel
compareTo(GroupChannel, GroupChannel, GroupChannelListQuery.Order, SortOrder) - Static method in class com.sendbird.android.GroupChannel
Compares two given channels and returns 0, -1 or 1 depending on their comparison results.
compareTo(Reaction) - Method in class com.sendbird.android.Reaction
 
CompletionHandler - Interface in com.sendbird.android.handlers
The simple handler for receiving whether a job had an exception or not.
concurrent_call_limit - Static variable in class com.sendbird.android.constant.StringSet
 
connect(String, SendBird.ConnectHandler) - Static method in class com.sendbird.android.SendBird
Connects to SendBird with given User ID.
connect(String, String, SendBird.ConnectHandler) - Static method in class com.sendbird.android.SendBird
Connects to SendBird with given User ID and access token.
connect(String, String, String, String, SendBird.ConnectHandler) - Static method in class com.sendbird.android.SendBird
Connects to SendBird with given User ID and access token.
Connection - Static variable in class com.sendbird.android.constant.StringSet
 
ContentProvider<T> - Class in com.sendbird.android
 
copyFileMessage(BaseChannel, FileMessage, BaseChannel.CopyFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Copies a file message from this channel to the target channel.
copyUserMessage(BaseChannel, UserMessage, BaseChannel.CopyUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Copies a user message from this channel to the target channel.
core - Static variable in class com.sendbird.android.constant.StringSet
 
count() - Method in interface com.sendbird.android.db.GroupChannelDao
 
count() - Method in interface com.sendbird.android.db.MessageDao
 
countIn(String) - Method in interface com.sendbird.android.db.MessageDao
 
create(BaseChannel.ChannelType, String) - Static method in class com.sendbird.android.BannedUserListQuery
Creates a query instance to get the banned user list from given channel url.
create(String) - Static method in class com.sendbird.android.GroupChannelMemberListQuery
Creates a query instance to get members.
create(BaseChannel.ChannelType, String) - Static method in class com.sendbird.android.MutedUserListQuery
Creates a query instance to get members.
create(BaseChannel.ChannelType, String) - Static method in class com.sendbird.android.OperatorListQuery
Creates a query instance to get the operator list from given channel url.
create(BaseChannel.ChannelType, String) - Static method in class com.sendbird.android.PreviousMessageListQuery
Creates a query instance to get message list of a channel.
createApplicationUserListQuery() - Static method in class com.sendbird.android.SendBird
Creates a query instance to get the whole User list.
createBannedUserListQuery() - Method in class com.sendbird.android.GroupChannel
Creates a query instance to get the banned user list from this channel.
createBannedUserListQuery() - Method in class com.sendbird.android.OpenChannel
Creates a query instance to get the banned user list from this channel.
createBlockedUserListQuery() - Static method in class com.sendbird.android.SendBird
Creates a query instance to get only the blocked User (by me) list.
createChannel(List<User>, boolean, GroupChannel.GroupChannelCreateHandler) - Static method in class com.sendbird.android.GroupChannel
Creates GroupChannel with given Users.
createChannel(List<User>, boolean, String, Object, String, GroupChannel.GroupChannelCreateHandler) - Static method in class com.sendbird.android.GroupChannel
createChannel(List<User>, boolean, String, Object, String, String, GroupChannel.GroupChannelCreateHandler) - Static method in class com.sendbird.android.GroupChannel
Creates GroupChannel with given Users.
createChannel(GroupChannelParams, GroupChannel.GroupChannelCreateHandler) - Static method in class com.sendbird.android.GroupChannel
Creates GroupChannel with GroupChannelParams.
createChannel(OpenChannel.OpenChannelCreateHandler) - Static method in class com.sendbird.android.OpenChannel
Creates new OpenChannel.
createChannel(String, Object, String, OpenChannel.OpenChannelCreateHandler) - Static method in class com.sendbird.android.OpenChannel
createChannel(String, Object, String, List<User>, OpenChannel.OpenChannelCreateHandler) - Static method in class com.sendbird.android.OpenChannel
createChannel(String, Object, String, String, List<User>, OpenChannel.OpenChannelCreateHandler) - Static method in class com.sendbird.android.OpenChannel
Creates new OpenChannel with given information.
createChannel(OpenChannelParams, OpenChannel.OpenChannelCreateHandler) - Static method in class com.sendbird.android.OpenChannel
Creates new OpenChannel with OpenChannelParams.
createChannelWithOperatorUserIds(String, Object, String, List<String>, OpenChannel.OpenChannelCreateHandler) - Static method in class com.sendbird.android.OpenChannel
Creates new OpenChannel with given information.
createChannelWithOperatorUserIds(String, Object, String, String, List<String>, OpenChannel.OpenChannelCreateHandler) - Static method in class com.sendbird.android.OpenChannel
Creates new OpenChannel with given information.
createChannelWithOperatorUserIds(String, String, Object, String, String, List<String>, OpenChannel.OpenChannelCreateHandler) - Static method in class com.sendbird.android.OpenChannel
Creates new OpenChannel with given information.
createChannelWithUserIds(List<String>, boolean, GroupChannel.GroupChannelCreateHandler) - Static method in class com.sendbird.android.GroupChannel
Creates GroupChannel with given User IDs.
createChannelWithUserIds(List<String>, boolean, String, Object, String, GroupChannel.GroupChannelCreateHandler) - Static method in class com.sendbird.android.GroupChannel
createChannelWithUserIds(List<String>, boolean, String, Object, String, String, GroupChannel.GroupChannelCreateHandler) - Static method in class com.sendbird.android.GroupChannel
Creates GroupChannel with given User IDs.
created_at - Static variable in class com.sendbird.android.constant.StringSet
 
created_by - Static variable in class com.sendbird.android.constant.StringSet
 
createDistinctChannelIfNotExist(GroupChannelParams, GroupChannel.GroupChannelCreateDistinctChannelIfNotExistHandler) - Static method in class com.sendbird.android.GroupChannel
Creates distinct GroupChannel with GroupChannelParams.
createFriendListQuery() - Static method in class com.sendbird.android.SendBird
Creates a query instance to get friends.
createMemberListQuery() - Method in class com.sendbird.android.GroupChannel
Creates a query instance to get members.
createMessageListQuery() - Method in class com.sendbird.android.BaseChannel
createMessageMetaArrayKeys(BaseMessage, List<String>, BaseChannel.MessageMetaArrayHandler) - Method in class com.sendbird.android.BaseChannel
Creates message meta array keys.
createMetaCounters(Map<String, Integer>, BaseChannel.MetaCounterHandler) - Method in class com.sendbird.android.BaseChannel
Creates meta counters.
createMetaData(Map<String, String>, BaseChannel.MetaDataHandler) - Method in class com.sendbird.android.BaseChannel
Creates meta data.
createMetaData(Map<String, String>, User.MetaDataHandler) - Method in class com.sendbird.android.User
Creates meta data.
createMutedUserListQuery() - Method in class com.sendbird.android.OpenChannel
Creates a query instance to get the muted user (online and offline both) list of this channel.
createMyGroupChannelListQuery() - Static method in class com.sendbird.android.GroupChannel
Creates a query instance to get GroupChannels the current User has joined.
createOpenChannelListQuery() - Static method in class com.sendbird.android.OpenChannel
Creates a query instance to get OpenChannels.
createOperatorListQuery() - Method in class com.sendbird.android.BaseChannel
Creates a query instance to get the operator list from this channel.
createParticipantListQuery() - Method in class com.sendbird.android.OpenChannel
Creates a query instance to get the whole participant list (online only) of this channel.
createPreviousMessageListQuery() - Method in class com.sendbird.android.BaseChannel
Creates previous message list query for this channel.
createPublicGroupChannelListQuery() - Static method in class com.sendbird.android.GroupChannel
Creates a query instance to get public GroupChannels.
createUserListQuery() - Static method in class com.sendbird.android.SendBird
Deprecated.
createUserListQuery(List<String>) - Static method in class com.sendbird.android.SendBird
current_offset - Static variable in class com.sendbird.android.constant.StringSet
 
custom - Static variable in class com.sendbird.android.constant.StringSet
 
custom_type - Static variable in class com.sendbird.android.constant.StringSet
 
custom_type_starts_with - Static variable in class com.sendbird.android.constant.StringSet
 
custom_type_startswith - Static variable in class com.sendbird.android.constant.StringSet
 
custom_types - Static variable in class com.sendbird.android.constant.StringSet
 

D

d(String, Object...) - Static method in class com.sendbird.android.log.Logger
 
d(String) - Static method in class com.sendbird.android.log.Logger
 
d(Throwable) - Static method in class com.sendbird.android.log.Logger
 
d(String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
data - Static variable in class com.sendbird.android.constant.StringSet
 
DBInitHandler - Interface in com.sendbird.android.handlers
 
DEBUG - Static variable in class com.sendbird.android.log.Logger
 
declineInvitation(GroupChannel.GroupChannelDeclineInvitationHandler) - Method in class com.sendbird.android.GroupChannel
Declines the invitation sent to the current User.
decreaseMetaCounters(Map<String, Integer>, BaseChannel.MetaCounterHandler) - Method in class com.sendbird.android.BaseChannel
Decreases meta counters.
DEFAULT - Static variable in class com.sendbird.android.constant.StringSet
 
DEFAULT_VOLUME - Static variable in class com.sendbird.android.AppleCriticalAlertOptions
 
delete(String, String, String[]) - Method in class com.sendbird.android.ContentProvider
 
delete(String) - Method in interface com.sendbird.android.db.GroupChannelDao
 
delete(long) - Method in interface com.sendbird.android.db.MessageDao
 
delete(GroupChannel.GroupChannelDeleteHandler) - Method in class com.sendbird.android.GroupChannel
Deletes this GroupChannel.
delete(OpenChannel.OpenChannelDeleteHandler) - Method in class com.sendbird.android.OpenChannel
Deletes an OpenChannel.
delete_all - Static variable in class com.sendbird.android.constant.StringSet
 
deleteAll(List<String>) - Method in interface com.sendbird.android.db.GroupChannelDao
 
deleteAll(String) - Method in interface com.sendbird.android.db.MessageDao
 
deleteAll(List<String>) - Method in interface com.sendbird.android.db.MessageDao
 
deleteAllBefore(String, long) - Method in interface com.sendbird.android.db.MessageDao
 
deleteAllByIds(List<Long>) - Method in interface com.sendbird.android.db.MessageDao
 
deleteAllFailedMessages(BaseChannel) - Method in interface com.sendbird.android.db.MessageDao
 
deleteAllMetaCounters(BaseChannel.DeleteMetaCounterHandler) - Method in class com.sendbird.android.BaseChannel
Deletes all meta counters.
deleteAllMetaData(BaseChannel.DeleteMetaDataHandler) - Method in class com.sendbird.android.BaseChannel
Deletes all meta data.
deleteAllMetaData(User.DeleteMetaDataHandler) - Method in class com.sendbird.android.User
Deletes all meta data.
deleted - Static variable in class com.sendbird.android.constant.StringSet
 
deleted_at - Static variable in class com.sendbird.android.constant.StringSet
 
deleteFailedMessages(BaseChannel, List<BaseMessage>) - Method in interface com.sendbird.android.db.MessageDao
 
deleteFriend(String, SendBird.DeleteFriendHandler) - Static method in class com.sendbird.android.SendBird
Delete friend.
deleteFriendDiscoveries(List<String>, SendBird.DeleteFriendDiscoveriesHandler) - Static method in class com.sendbird.android.SendBird
Delete friend discoveries.
deleteFriendDiscovery(String, SendBird.DeleteFriendDiscoveryHandler) - Static method in class com.sendbird.android.SendBird
Delete friend discovery.
deleteFriends(List<String>, SendBird.DeleteFriendsHandler) - Static method in class com.sendbird.android.SendBird
Delete friends.
deleteInvalidAndLoadAllPendingMessages() - Method in interface com.sendbird.android.db.MessageDao
 
deleteLocalMessages(List<BaseMessage>) - Method in interface com.sendbird.android.db.MessageDao
 
deleteMessage(BaseMessage, BaseChannel.DeleteMessageHandler) - Method in class com.sendbird.android.BaseChannel
Deletes a message.
deleteMessageMetaArrayKeys(BaseMessage, List<String>, BaseChannel.MessageMetaArrayHandler) - Method in class com.sendbird.android.BaseChannel
Deletes message meta array keys.
deleteMetaCounter(String, BaseChannel.DeleteMetaCounterHandler) - Method in class com.sendbird.android.BaseChannel
Deletes a meta counter.
deleteMetaData(String, BaseChannel.DeleteMetaDataHandler) - Method in class com.sendbird.android.BaseChannel
Deletes a meta data.
deleteMetaData(String, User.DeleteMetaDataHandler) - Method in class com.sendbird.android.User
Deletes a meta data.
deleteReaction(BaseMessage, String, BaseChannel.ReactionHandler) - Method in class com.sendbird.android.BaseChannel
Deletes Reaction.
description - Static variable in class com.sendbird.android.constant.StringSet
 
detail - Static variable in class com.sendbird.android.constant.StringSet
 
dev(String, Object...) - Static method in class com.sendbird.android.log.Logger
 
dev(String) - Static method in class com.sendbird.android.log.Logger
 
dev(Throwable) - Static method in class com.sendbird.android.log.Logger
 
dev(String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
device_id - Static variable in class com.sendbird.android.constant.StringSet
 
device_tokens - Static variable in class com.sendbird.android.constant.StringSet
 
devt(Tag, Throwable) - Static method in class com.sendbird.android.log.Logger
 
devt(Tag, String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
devt(Tag, String) - Static method in class com.sendbird.android.log.Logger
 
disable_supergroup_mack - Static variable in class com.sendbird.android.constant.StringSet
 
disconnect(SendBird.DisconnectHandler) - Static method in class com.sendbird.android.SendBird
Disconnects from SendBird.
disconnectWebSocket(SendBird.DisconnectHandler) - Static method in class com.sendbird.android.SendBird
Disconnects the websocket connection only.
dispose() - Method in class com.sendbird.android.GroupChannelCollection
Disposes current GroupChannelCollection and stops all events from being received.
dispose() - Method in class com.sendbird.android.MessageCollection
Disposes current MessageCollection and stops all events from being received.
distinct_mode - Static variable in class com.sendbird.android.constant.StringSet
 
do_not_disturb - Static variable in class com.sendbird.android.constant.StringSet
 
dt(Tag, Throwable) - Static method in class com.sendbird.android.log.Logger
 
dt(Tag, String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
dt(Tag, String, Object...) - Static method in class com.sendbird.android.log.Logger
 
dt(Tag, String) - Static method in class com.sendbird.android.log.Logger
 

E

e(String, Object...) - Static method in class com.sendbird.android.log.Logger
 
e(String) - Static method in class com.sendbird.android.log.Logger
 
e(Throwable) - Static method in class com.sendbird.android.log.Logger
 
e(String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
ekey - Static variable in class com.sendbird.android.constant.StringSet
 
Emoji - Class in com.sendbird.android
Objects representing a emoji.
emoji_categories - Static variable in class com.sendbird.android.constant.StringSet
 
emoji_category_id - Static variable in class com.sendbird.android.constant.StringSet
 
emoji_hash - Static variable in class com.sendbird.android.constant.StringSet
 
EmojiCategory - Class in com.sendbird.android
Objects representing a category of emoji.
EmojiContainer - Class in com.sendbird.android
Objects representing emoji information.
emojis - Static variable in class com.sendbird.android.constant.StringSet
 
end_at - Static variable in class com.sendbird.android.constant.StringSet
 
end_cursor - Static variable in class com.sendbird.android.constant.StringSet
 
end_hour - Static variable in class com.sendbird.android.constant.StringSet
 
end_min - Static variable in class com.sendbird.android.constant.StringSet
 
endpoint - Static variable in class com.sendbird.android.constant.StringSet
 
endTyping() - Method in class com.sendbird.android.GroupChannel
Sends end typing event.
enter(OpenChannel.OpenChannelEnterHandler) - Method in class com.sendbird.android.OpenChannel
Enters this channel.
equals(Object) - Method in class com.sendbird.android.AppleCriticalAlertOptions
 
equals(Object) - Method in class com.sendbird.android.BaseChannel
 
equals(Object) - Method in class com.sendbird.android.BaseMessage
 
equals(Object) - Method in class com.sendbird.android.Emoji
 
equals(Object) - Method in class com.sendbird.android.EmojiCategory
 
equals(Object) - Method in class com.sendbird.android.EmojiContainer
 
equals(Object) - Method in class com.sendbird.android.FileMessage.Thumbnail
 
equals(Object) - Method in class com.sendbird.android.FileMessage.ThumbnailSize
 
equals(Object) - Method in class com.sendbird.android.MessageMetaArray
 
equals(Object) - Method in class com.sendbird.android.OGImage
 
equals(Object) - Method in class com.sendbird.android.OGMetaData
 
equals(Object) - Method in class com.sendbird.android.Reaction
 
equals(Object) - Method in class com.sendbird.android.ReadStatus
 
equals(Object) - Method in class com.sendbird.android.ScheduledUserMessage
 
equals(Object) - Method in class com.sendbird.android.ThreadInfo
 
equals(Object) - Method in class com.sendbird.android.User
 
error - Static variable in class com.sendbird.android.constant.StringSet
 
error_code - Static variable in class com.sendbird.android.constant.StringSet
 
error_description - Static variable in class com.sendbird.android.constant.StringSet
 
et(Tag, Throwable) - Static method in class com.sendbird.android.log.Logger
 
et(Tag, String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
et(Tag, String, Object...) - Static method in class com.sendbird.android.log.Logger
 
et(Tag, String) - Static method in class com.sendbird.android.log.Logger
 
exact_match - Static variable in class com.sendbird.android.constant.StringSet
 
exit(OpenChannel.OpenChannelExitHandler) - Method in class com.sendbird.android.OpenChannel
Exits from this channel.
expires_in - Static variable in class com.sendbird.android.constant.StringSet
 
expiring_session - Static variable in class com.sendbird.android.constant.StringSet
 

F

FEDI - Static variable in class com.sendbird.android.constant.StringSet
 
fetchAll() - Method in interface com.sendbird.android.db.GroupChannelDao
 
fetchFromQuery(GroupChannelListQuery, int) - Method in interface com.sendbird.android.db.GroupChannelDao
 
FILE - Static variable in class com.sendbird.android.constant.StringSet
 
file - Static variable in class com.sendbird.android.constant.StringSet
 
file_size - Static variable in class com.sendbird.android.constant.StringSet
 
file_upload_size_limit - Static variable in class com.sendbird.android.constant.StringSet
 
FileMessage - Class in com.sendbird.android
Object representing a file.
FileMessage.RequestState - Enum in com.sendbird.android
Deprecated.
As of 3.0.120, replaced by SendingStatus.
FileMessage.Thumbnail - Class in com.sendbird.android
Represents image thumbnail.
FileMessage.ThumbnailSize - Class in com.sendbird.android
Represents image thumbnail size.
FileMessageParams - Class in com.sendbird.android
Represents a file message params.
FileMessageParams() - Constructor for class com.sendbird.android.FileMessageParams
FileMessageParams constructor.
FileMessageParams(String) - Constructor for class com.sendbird.android.FileMessageParams
FileMessageParams constructor.
FileMessageParams(File) - Constructor for class com.sendbird.android.FileMessageParams
FileMessageParams constructor.
filter - Static variable in class com.sendbird.android.constant.StringSet
 
filter_mode - Static variable in class com.sendbird.android.constant.StringSet
 
force_update_last_message - Static variable in class com.sendbird.android.constant.StringSet
 
freeze(GroupChannel.GroupChannelFreezeHandler) - Method in class com.sendbird.android.GroupChannel
Freeze this GroupChannel.
FriendListQuery - Class in com.sendbird.android
A class representing query to retrieve lists related to friend.
FriendListQuery.FriendListQueryResultHandler - Interface in com.sendbird.android
FriendListQueryResult handler.
from(String) - Static method in enum com.sendbird.android.BaseMessageParams.MentionType
 
from(GroupChannelListQuery) - Static method in class com.sendbird.android.GroupChannelChangeLogsParams
from(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.HiddenChannelFilter
 
from(int) - Static method in enum com.sendbird.android.GroupChannelListQuery.Order
 
from(String) - Static method in enum com.sendbird.android.Member.MemberState
 
from(String, Member.MemberState) - Static method in enum com.sendbird.android.Member.MemberState
 
from(PreviousMessageListQuery) - Static method in class com.sendbird.android.MessageChangeLogsParams
from(MessageListParams) - Static method in class com.sendbird.android.MessageChangeLogsParams
Create MessageChangeLogsParams from a given MessageListParams instance.
from(ThreadMessageListParams) - Static method in class com.sendbird.android.MessageChangeLogsParams
Create MessageChangeLogsParams from a given ThreadMessageListParams instance.
from(String) - Static method in enum com.sendbird.android.SendBird.PushTokenType
 
from(String) - Static method in enum com.sendbird.android.SendBird.PushTriggerOption
 
fromValue(String) - Static method in enum com.sendbird.android.BaseChannel.ChannelType
 
fromValue(String) - Static method in enum com.sendbird.android.BaseChannel.MessageTypeFilter
 
fromValue(String) - Static method in enum com.sendbird.android.BaseMessage.SendingStatus
 
fromValue(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.SuperChannelFilter
 
fromValue(String) - Static method in enum com.sendbird.android.Member.Role
 
fromValue(String) - Static method in enum com.sendbird.android.MessageSearchQuery.Order
 

G

gcm - Static variable in class com.sendbird.android.constant.StringSet
 
gcm_reg_token - Static variable in class com.sendbird.android.constant.StringSet
 
get(String) - Method in interface com.sendbird.android.db.GroupChannelDao
 
get(long) - Method in interface com.sendbird.android.db.MessageDao
 
get() - Method in class com.sendbird.android.utils.AtomicLongEx
 
getAllEmoji(SendBird.GetAllEmojiHandler) - Static method in class com.sendbird.android.SendBird
Requests the all emoji.
getAllMetaArray() - Method in class com.sendbird.android.BaseMessage
Deprecated.
As of 3.0.99, replaced by BaseMessage.getAllMetaArrays().
getAllMetaArray() - Method in class com.sendbird.android.ScheduledUserMessage
Deprecated.
As of 3.0.99, replaced by ScheduledUserMessage.getAllMetaArrays().
getAllMetaArrays() - Method in class com.sendbird.android.BaseMessage
Returns all MessageMetaArrays.
getAllMetaArrays() - Method in class com.sendbird.android.ScheduledUserMessage
Returns all MessageMetaArrays.
getAllMetaCounters(BaseChannel.MetaCounterHandler) - Method in class com.sendbird.android.BaseChannel
Get all meta counters.
getAllMetaData(BaseChannel.MetaDataHandler) - Method in class com.sendbird.android.BaseChannel
Gets all meta data.
getAllowFriendDiscovery(GetAllowFriendDiscoveryHandler) - Static method in class com.sendbird.android.SendBird
Gets friend discoverability of current user.
getAlt() - Method in class com.sendbird.android.OGImage
A description of what is in the image (not a caption).
getAppInfo() - Static method in class com.sendbird.android.SendBird
Returns obtain information on the set application settings.
getAppleCriticalAlertOptions() - Method in class com.sendbird.android.BaseMessage
gets apple critical alert options of this instance.
getAppleCriticalAlertOptions() - Method in class com.sendbird.android.BaseMessageParams
Returns apple critical alert options.
getApplicationId() - Static method in class com.sendbird.android.SendBird
Returns current application ID.
getAttributesInUse() - Method in class com.sendbird.android.AppInfo
Returns all attributes lists that application is using.
getAutoBackgroundDetection() - Static method in class com.sendbird.android.SendBird
Gets SendBird auto background detection status.
getCachedDataSize(Context) - Static method in class com.sendbird.android.SendBird
Gets the size of cached data.
getCachedMetaData() - Method in class com.sendbird.android.BaseChannel
Returns all locally cached metadata as a map.
getCallerTraceInfo(Class) - Static method in class com.sendbird.android.log.Logger
 
getChannel(String, GroupChannel.GroupChannelGetHandler) - Static method in class com.sendbird.android.GroupChannel
Gets a GroupChannel with given channel URL.
getChannel() - Method in class com.sendbird.android.MessageCollection
Returns the GroupChannel tracked by MessageCollection
getChannel(String, OpenChannel.OpenChannelGetHandler) - Static method in class com.sendbird.android.OpenChannel
Gets a OpenChannel with given channel URL.
getChannel() - Method in class com.sendbird.android.PreviousMessageListQuery
Current channel.
getChannelCount(GroupChannel.MemberState, GroupChannel.GroupChannelChannelCountHandler) - Static method in class com.sendbird.android.GroupChannel
getChannelCount(GroupChannelListQuery.MemberStateFilter, GroupChannel.GroupChannelChannelCountHandler) - Static method in class com.sendbird.android.GroupChannel
getChannelCustomType() - Method in class com.sendbird.android.MessageSearchQuery
Returns the current custom type of channel set as the search scope.
getChannelInvitationPreference(SendBird.GetChannelInvitationPreferenceHandler) - Static method in class com.sendbird.android.SendBird
Gets the current User's preference for GroupChannel join.
getChannelList() - Method in class com.sendbird.android.GroupChannelCollection
Returns List of total channel list.
getChannelNameContainsFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns channel name filter.
getChannelNameContainsFilter() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns channel name filter.
getChannelSortOrder() - Method in enum com.sendbird.android.GroupChannelListQuery.Order
Channel's SortOrder depending on the query's GroupChannelListQuery.Order.
getChannelType() - Method in class com.sendbird.android.MessageRetrievalParams
getChannelType() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns the current channel type.
getChannelType() - Method in class com.sendbird.android.ThreadInfoUpdateEvent
Returns the type of the channel where threaded messages belong.
getChannelUrl() - Method in class com.sendbird.android.BaseMessage
Returns the channel URL of this message belongs to.
getChannelUrl() - Method in class com.sendbird.android.MessageRetrievalParams
Returns the channel url.
getChannelUrl() - Method in class com.sendbird.android.MessageSearchQuery
Returns the current channel url set as the search scope.
getChannelUrl() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns the current channel url.
getChannelUrl() - Method in class com.sendbird.android.ScheduledUserMessage
Returns the channel URL of this message belongs to.
getChannelUrl() - Method in class com.sendbird.android.ThreadInfoUpdateEvent
Returns the unique URL of the channel where threaded messages belong.
getChannelUrlsFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns list of channel URL filter.
getChannelUrlsFilter() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns list of channel URL filter.
getCode() - Method in exception com.sendbird.android.db.SendBirdDBException
Returns error code.
getCode() - Method in exception com.sendbird.android.SendBirdException
Returns error code.
getCollectionEventSource() - Method in class com.sendbird.android.handlers.GroupChannelContext
Returns the CollectionEventSource of current context.
getCollectionEventSource() - Method in class com.sendbird.android.handlers.MessageContext
Returns the CollectionEventSource of current context.
getComparator() - Method in class com.sendbird.android.GroupChannelCollection
Returns a new Comparator for sorting group channels using the GroupChannelListQuery.Order set in this collection.
getComparator() - Method in class com.sendbird.android.MessageCollection
Returns a new for sorting succeeded BaseMessage using the BaseMessageListParams.shouldReverse() set in this collection.
getConnectionState() - Static method in class com.sendbird.android.SendBird
Gets SDK connection state.
getConnectionStatus() - Method in class com.sendbird.android.User
Returns User connection status.
getCountInChunk(GroupChannel) - Method in interface com.sendbird.android.db.MessageDao
 
getCoverUrl() - Method in class com.sendbird.android.BaseChannel
Returns cover image URL.
getCreatedAt() - Method in class com.sendbird.android.BaseChannel
Returns channel creation time.
getCreatedAt() - Method in class com.sendbird.android.BaseMessage
Returns message creation time.
getCreatedAt() - Method in class com.sendbird.android.ScheduledUserMessage
Returns scheduled message creation time.
getCreator() - Method in class com.sendbird.android.GroupChannel
Retrieves the creator of this channel.
getCurrentUser() - Static method in class com.sendbird.android.SendBird
Gets the current User.
getCustomType() - Method in class com.sendbird.android.BaseMessage
Returns the custom type of message.
getCustomType() - Method in class com.sendbird.android.BaseMessageParams
Returns custom type.
getCustomType() - Method in class com.sendbird.android.GroupChannel
Gets the channel custom type.
getCustomType() - Method in class com.sendbird.android.OpenChannel
Gets channel custom type.
getCustomType() - Method in class com.sendbird.android.ScheduledUserMessage
Returns the custom type of the scheduled message.
getCustomTypeFilter() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns the custom type filter of message.
getCustomTypes() - Method in class com.sendbird.android.GroupChannelChangeLogsParams
Returns the custom type filter.
getCustomTypesFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns list of custom type filter.
getCustomTypesFilter() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns list of custom type filter.
getCustomTypeStartsWithFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns a filter to return channels that start with the specified Custom Type.
getCustomTypeStartsWithFilter() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns a filter to return channels that start with the specified Custom Type.
getData() - Method in class com.sendbird.android.BaseChannel
Returns channel data.
getData() - Method in class com.sendbird.android.BaseMessage
Returns message custom data.
getData() - Method in class com.sendbird.android.BaseMessageParams
Returns data.
getData() - Method in class com.sendbird.android.ScheduledUserMessage
Returns the custom data of the scheduled message.
getDefaultTimestamp() - Method in interface com.sendbird.android.handlers.TokenDataSource
 
getDeliveryReceipt(BaseMessage) - Method in class com.sendbird.android.GroupChannel
Deprecated.
getDescription() - Method in class com.sendbird.android.OGMetaData
A one to two sentence description of the object.
getDetail() - Method in class com.sendbird.android.Plugin
Returns the detail of this plugin.
getDoNotDisturb(SendBird.GetDoNotDisturbHandler) - Static method in class com.sendbird.android.SendBird
Gets Do-not-disturb option for the current User.
getDoNotDisturb(SendBird.GetDoNotDisturbHandler) - Static method in class com.sendbird.android.SendBird.HMS
Gets Do-not-disturb option for the current User.
getEkey() - Static method in class com.sendbird.android.SendBird
Gets the key to authenticate the url retrieved from FileMessage.getPlainUrl(), User.getPlainProfileImageUrl() and FileMessage.Thumbnail.getPlainUrl().
getEmoji(String, SendBird.GetEmojiHandler) - Static method in class com.sendbird.android.SendBird
Requests the emoji.
getEmojiCategories() - Method in class com.sendbird.android.EmojiContainer
Returns emoji category list.
getEmojiCategory(long, SendBird.GetEmojiCategoryHandler) - Static method in class com.sendbird.android.SendBird
Requests the emoji category.
getEmojiHash() - Method in class com.sendbird.android.AppInfo
Returns current registered emoji version hash.
getEmojiHash() - Method in class com.sendbird.android.EmojiContainer
Returns hash of emoji.
getEmojis() - Method in class com.sendbird.android.EmojiCategory
Returns emoji list.
getErrorCode() - Method in class com.sendbird.android.BaseMessage
Returns error code.
getErrorCode() - Method in class com.sendbird.android.ScheduledUserMessage
Returns error code.
getErrorMessage() - Method in class com.sendbird.android.ScheduledUserMessage
Returns error message.
getFailedMessages() - Method in class com.sendbird.android.MessageCollection
Return read-only failed message lists.
getFile() - Method in class com.sendbird.android.FileMessageParams
returns file.
getFileName() - Method in class com.sendbird.android.FileMessageParams
Returns file name.
getFileSize() - Method in class com.sendbird.android.FileMessageParams
Returns file size.
getFileUrl() - Method in class com.sendbird.android.FileMessageParams
returns file url.
getFriendChangeLogsByToken(String, SendBird.GetFriendChangeLogsByTokenHandler) - Static method in class com.sendbird.android.SendBird
Get friend changelogs by token.
getFriendDiscoveryKey() - Method in class com.sendbird.android.User
Returns friend discovery key.
getFriendName() - Method in class com.sendbird.android.User
Returns friend name.
getGroupChannelComparator(GroupChannelListQuery.Order) - Static method in class com.sendbird.android.GroupChannelCollection
Returns a new Comparator for sorting group channels using the GroupChannelListQuery.Order.
getGroupChannelCount(GroupChannelListQuery.MemberStateFilter, GroupChannel.GroupChannelChannelCountHandler) - Static method in class com.sendbird.android.SendBird
Gets the number of my GroupChannels.
getHeight() - Method in class com.sendbird.android.OGImage
The number of pixels high.
getHiddenChannelFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns hidden channel filter.
getHiddenState() - Method in class com.sendbird.android.GroupChannel
Gets hidden state of this channel.
getId() - Method in class com.sendbird.android.EmojiCategory
Returns id.
getInvitedAt() - Method in class com.sendbird.android.GroupChannel
Gets my invitation timestamp.
getInviter() - Method in class com.sendbird.android.GroupChannel
Gets the inviter of the current User to this channel.
getJoinedAt() - Method in class com.sendbird.android.GroupChannel
Gets the timestamp when the current user joined.
getJoinedMemberCount() - Method in class com.sendbird.android.GroupChannel
Gets the total joined member count for this channel.
getKey() - Method in class com.sendbird.android.Emoji
Returns key.
getKey() - Method in class com.sendbird.android.MessageMetaArray
Returns meta array key
getKey() - Method in class com.sendbird.android.Reaction
Returns key.
getKey() - Method in class com.sendbird.android.ReactionEvent
Returns reaction key.
getKeyword() - Method in class com.sendbird.android.MessageSearchQuery
Returns the current search keyword.
getLastConnectedAt() - Static method in class com.sendbird.android.SendBird
Gets the last connected timestamp.
getLastMessage() - Method in class com.sendbird.android.GroupChannel
Gets the last message.
getLastRepliedAt() - Method in class com.sendbird.android.ThreadInfo
The time that the last reply was created, in Unix milliseconds format.
getLastSeenAt() - Method in class com.sendbird.android.User
Returns the time this User has been last seen at.
getLastSeenAtBy(User) - Method in class com.sendbird.android.GroupChannel
Deprecated.
As of 3.0.49, this method is deprecated.
getLastSeenAtByWithUserId(String) - Method in class com.sendbird.android.GroupChannel
Deprecated.
As of 3.0.49, this method is deprecated.
getLatestChannel(GroupChannelListQuery.Order) - Method in interface com.sendbird.android.db.GroupChannelDao
 
getLatestPinnedMessage() - Method in class com.sendbird.android.GroupChannel
 
getLimit() - Method in class com.sendbird.android.GroupChannelListQuery
Returns the maximum number of GroupChannels per page.
getLimit() - Method in class com.sendbird.android.MessageSearchQuery
Returns the maximum number of BaseMessages per single query.
getLimit() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns the maximum number of messages per page.
getLimit() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns the maximum number of GroupChannels per page.
getLoggerLevel() - Static method in class com.sendbird.android.log.Logger
 
getMaxHeight() - Method in class com.sendbird.android.FileMessage.Thumbnail
Returns the maximum height of thumbnail.
getMaxHeight() - Method in class com.sendbird.android.FileMessage.ThumbnailSize
Returns the maximum height of thumbnail to be generated.
getMaxWidth() - Method in class com.sendbird.android.FileMessage.Thumbnail
Returns the maximum width of thumbnail.
getMaxWidth() - Method in class com.sendbird.android.FileMessage.ThumbnailSize
Returns the maximum width of thumbnail to be generated.
getMemberCount() - Method in class com.sendbird.android.GroupChannel
Gets the total member count for this channel.
getMembers() - Method in class com.sendbird.android.GroupChannel
Gets member list for this channel.
getMembershipFilter() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns membership filter.
getMemberState() - Method in class com.sendbird.android.Member
Returns Member invitation state.
getMemberStateFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns a filter to return channels with the current User state matching to GroupChannelListQuery.MemberStateFilter.
getMentionedMessageTemplate() - Method in class com.sendbird.android.BaseMessage
Returns the mentioned message template.
getMentionedMessageTemplate() - Method in class com.sendbird.android.UserMessageParams
Returns the message's mentioned message template.
getMentionedUserIds() - Method in class com.sendbird.android.BaseMessageParams
Returns mentioned user ids.
getMentionedUsers() - Method in class com.sendbird.android.BaseMessage
Returns mentioned users.
getMentionedUsers() - Method in class com.sendbird.android.BaseMessageParams
Returns mentioned users.
getMentionedUsers() - Method in class com.sendbird.android.ScheduledUserMessage
Returns mentioned users.
getMentionType() - Method in class com.sendbird.android.BaseMessage
Returns mention type.
getMentionType() - Method in class com.sendbird.android.BaseMessageParams
Returns mention type.
getMentionType() - Method in class com.sendbird.android.ScheduledUserMessage
Returns mention type.
getMessage(MessageRetrievalParams, BaseMessage.GetMessageHandler) - Static method in class com.sendbird.android.BaseMessage
Retrieves a BaseMessage object with a specified message ID.
getMessage() - Method in class com.sendbird.android.BaseMessage
Returns message text.
getMessage() - Method in class com.sendbird.android.FileMessage
Returns message text.
getMessage() - Method in class com.sendbird.android.ScheduledUserMessage
Returns message text.
getMessage() - Method in class com.sendbird.android.UserMessageParams
Returns message.
getMessageChangeLogsByTimestamp(long, BaseChannel.GetMessageChangeLogsHandler) - Method in class com.sendbird.android.BaseChannel
getMessageChangeLogsByTimestamp(long, boolean, BaseChannel.GetMessageChangeLogsHandler) - Method in class com.sendbird.android.BaseChannel
getMessageChangeLogsByTimestamp(long, boolean, boolean, BaseChannel.GetMessageChangeLogsHandler) - Method in class com.sendbird.android.BaseChannel
getMessageChangeLogsByToken(String, BaseChannel.GetMessageChangeLogsByTokenHandler) - Method in class com.sendbird.android.BaseChannel
getMessageChangeLogsByToken(String, boolean, BaseChannel.GetMessageChangeLogsByTokenHandler) - Method in class com.sendbird.android.BaseChannel
getMessageChangeLogsByToken(String, boolean, boolean, BaseChannel.GetMessageChangeLogsHandler) - Method in class com.sendbird.android.BaseChannel
getMessageChangeLogsSinceTimestamp(long, MessageChangeLogsParams, BaseChannel.GetMessageChangeLogsHandler) - Method in class com.sendbird.android.BaseChannel
Requests message change logs after given timestamp.
getMessageChangeLogsSinceToken(String, MessageChangeLogsParams, BaseChannel.GetMessageChangeLogsHandler) - Method in class com.sendbird.android.BaseChannel
Requests message change logs after given token.
getMessageId() - Method in class com.sendbird.android.BaseMessage
Returns message ID.
getMessageId() - Method in class com.sendbird.android.MessageRetrievalParams
Returns the message ID.
getMessageId() - Method in class com.sendbird.android.ReactionEvent
Returns message ID.
getMessageOffsetTimestamp() - Method in class com.sendbird.android.GroupChannel
getMessageParams() - Method in class com.sendbird.android.FileMessage
returns FileMessageParams object that used for sending this message It's not null when sendingStatus is SendingStatus#PENDING or SendingStatus#FAILED or SendingStatus#CANCELED If else, it will return null
getMessageParams() - Method in class com.sendbird.android.UserMessage
returns UserMessageParams object that used for sending this message It's not null when sendingStatus is SendingStatus#PENDING or SendingStatus#FAILED If else, it will return null
getMessagePayloadFilter() - Method in class com.sendbird.android.MessageChangeLogsParams
Returns the MessagePayloadFilter set in this param.
getMessagePayloadFilter() - Method in class com.sendbird.android.MessageRetrievalParams
Returns the MessagePayloadFilter set in this param.
getMessagePayloadFilter() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns the MessagePayloadFilter set in this param.
getMessagesByMessageId(long, MessageListParams, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
Retrieves previous or next messages based on the message ID in a specific channel.
getMessagesByTimestamp(long, MessageListParams, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
Retrieves previous or next messages based on the timestamp in a specific channel.
getMessagesSendingStatus() - Method in class com.sendbird.android.handlers.MessageContext
Returns the sending status of the messages that's sent out from MessageCollectionHandler with this context.
getMessageSurvivalSeconds() - Method in class com.sendbird.android.AdminMessage
Returns the message's survival seconds.
getMessageSurvivalSeconds() - Method in class com.sendbird.android.BaseMessage
Returns the message's survival seconds.
getMessageSurvivalSeconds() - Method in class com.sendbird.android.GroupChannel
Gets the message survival seconds in this channel.
getMessageTimestamp() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns the time of a request.
getMessageTimestampFrom() - Method in class com.sendbird.android.MessageSearchQuery
Returns the start message timestamp set as the search range.
getMessageTimestampTo() - Method in class com.sendbird.android.MessageSearchQuery
Returns the end message timestamp set as the search range.
getMessageTypeFilter() - Method in class com.sendbird.android.PreviousMessageListQuery
getMetaArray(Collection<String>) - Method in class com.sendbird.android.BaseMessage
Deprecated.
As of 3.0.99, replaced by BaseMessage.getMetaArrays(Collection).
getMetaArray(Collection<String>) - Method in class com.sendbird.android.ScheduledUserMessage
Deprecated.
getMetaArrays(Collection<String>) - Method in class com.sendbird.android.BaseMessage
Returns MessageMetaArray list which is filtered by given metaArrayKeys.
getMetaArrays() - Method in class com.sendbird.android.BaseMessageParams
Returns meta arrays.
getMetaArrays(Collection<String>) - Method in class com.sendbird.android.ScheduledUserMessage
Returns MessageMetaArray list which is filtered by given metaArrayKeys.
getMetaCounters(Collection<String>, BaseChannel.MetaCounterHandler) - Method in class com.sendbird.android.BaseChannel
Gets meta counters.
getMetaData(Collection<String>, BaseChannel.MetaDataHandler) - Method in class com.sendbird.android.BaseChannel
Gets meta data.
getMetaData(String) - Method in class com.sendbird.android.User
Gets meta data.
getMetaData() - Method in class com.sendbird.android.User
Gets all meta data.
getMetaDataKey() - Method in class com.sendbird.android.GroupChannelListQuery
 
getMetaDataKey() - Method in class com.sendbird.android.PublicGroupChannelListQuery
 
getMetaDataOrderKeyFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns meta data order key filter.
getMetaDataOrderKeyFilter() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns meta data order key filter.
getMetaDataValues() - Method in class com.sendbird.android.GroupChannelListQuery
 
getMetaDataValues() - Method in class com.sendbird.android.PublicGroupChannelListQuery
 
getMetaDataValueStartsWith() - Method in class com.sendbird.android.GroupChannelListQuery
 
getMetaDataValueStartsWith() - Method in class com.sendbird.android.PublicGroupChannelListQuery
 
getMimeType() - Method in class com.sendbird.android.FileMessageParams
Returns mime type.
getMostRepliedUsers() - Method in class com.sendbird.android.ThreadInfo
Users who left a reply in the thread, based on the time the reply was added.
getMyCountPreference() - Method in class com.sendbird.android.GroupChannel
Checks if unread message count is enabled for this channel.
getMyGroupChannelChangeLogsByTimestamp(long, List<String>, SendBird.GetMyGroupChannelChangeLogsHandler) - Static method in class com.sendbird.android.SendBird
getMyGroupChannelChangeLogsByTimestamp(long, List<String>, boolean, SendBird.GetMyGroupChannelChangeLogsHandler) - Static method in class com.sendbird.android.SendBird
getMyGroupChannelChangeLogsByTimestampWithParams(long, GroupChannelChangeLogsParams, SendBird.GetMyGroupChannelChangeLogsHandler) - Static method in class com.sendbird.android.SendBird
Requests the channel changelogs after given timestamp.
getMyGroupChannelChangeLogsByToken(String, List<String>, SendBird.GetMyGroupChannelChangeLogsHandler) - Static method in class com.sendbird.android.SendBird
getMyGroupChannelChangeLogsByToken(String, List<String>, boolean, SendBird.GetMyGroupChannelChangeLogsHandler) - Static method in class com.sendbird.android.SendBird
getMyGroupChannelChangeLogsByTokenWithParams(String, GroupChannelChangeLogsParams, SendBird.GetMyGroupChannelChangeLogsHandler) - Static method in class com.sendbird.android.SendBird
Requests the channel changelogs from given token.
getMyLastRead() - Method in class com.sendbird.android.GroupChannel
Returns current user's last read receipt timestamp in channel.
getMyMemberState() - Method in class com.sendbird.android.GroupChannel
Gets my member state.
getMyMutedInfo(BaseChannel.GetMyMutedInfoHandler) - Method in class com.sendbird.android.BaseChannel
Gets my muted information in this channel.
getMyMutedState() - Method in class com.sendbird.android.GroupChannel
Gets my muted state in this channel.
getMyPushTokensByToken(String, SendBird.PushTokenType, SendBird.GetPushTokensHandler) - Static method in class com.sendbird.android.SendBird
Requests push tokens of current user from given token.
getMyPushTokensByToken(String, SendBird.PushTokenType, SendBird.GetPushTokensHandler) - Static method in class com.sendbird.android.SendBird.HMS
Requests push tokens of current user from given token.
getMyPushTriggerOption() - Method in class com.sendbird.android.GroupChannel
Gets my push trigger option.
getMyPushTriggerOption(GroupChannel.GroupChannelGetMyPushTriggerOptionHandler) - Method in class com.sendbird.android.GroupChannel
Gets push trigger option of this channel.
getMyRole() - Method in class com.sendbird.android.GroupChannel
Gets my role in this channel.
getName() - Method in class com.sendbird.android.AppleCriticalAlertOptions
 
getName() - Method in class com.sendbird.android.BaseChannel
Returns topic or name of the channel.
getName() - Method in class com.sendbird.android.EmojiCategory
Returns name.
getName() - Method in class com.sendbird.android.FileMessage
Returns name of the file.
getNetworkAwarenessReconnection() - Static method in class com.sendbird.android.SendBird
Gets SendBird network awareness reconnection status.
getNextMessagesById(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getNextMessagesById(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getNextMessagesById(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getNextMessagesById(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getNextMessagesByTimestamp(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getNextMessagesByTimestamp(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getNextMessagesByTimestamp(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getNextMessagesByTimestamp(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getNickname() - Method in class com.sendbird.android.User
Returns User nickname.
getNicknameContainsFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns nickname filter.
getOGImage() - Method in class com.sendbird.android.OGMetaData
An OGImage object that contains information about the image that this Open Graph points to.
getOgMetaData() - Method in class com.sendbird.android.BaseMessage
Retrieve OGMetaData of the message.
getOldestMessage() - Method in interface com.sendbird.android.db.MessageDao
 
getOperation() - Method in class com.sendbird.android.ReactionEvent
Returns reaction event action.
getOperators() - Method in class com.sendbird.android.OpenChannel
Gets channel operators.
getOrder() - Method in class com.sendbird.android.GroupChannelListQuery
Returns result order of channels.
getOrder() - Method in class com.sendbird.android.MessageSearchQuery
Returns the current order method.
getOrder() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns result order of channels.
getOriginalProfileUrl() - Method in class com.sendbird.android.User
Returns User original profile URL.
getOSVersion() - Static method in class com.sendbird.android.SendBird
Returns current OS version.
getParentMessage() - Method in class com.sendbird.android.BaseMessage
Returns the parent message of this message.
getParentMessageId() - Method in class com.sendbird.android.BaseMessage
Returns the parent message's ID if this is a child message.
getParentMessageId() - Method in class com.sendbird.android.BaseMessageParams
Returns parent message id.
getParentMessageText() - Method in class com.sendbird.android.BaseMessage
Deprecated.
As of 3.0.173, replaced by BaseMessage.getParentMessage().
getParticipantCount() - Method in class com.sendbird.android.OpenChannel
Gets the total number of participants in this channel.
getPendingMessages() - Method in class com.sendbird.android.MessageCollection
Return read-only pending message lists.
getPendingPushToken() - Static method in class com.sendbird.android.SendBird
Gets the pending push token.
getPendingPushToken() - Static method in class com.sendbird.android.SendBird.HMS
Gets the pending HMS push token.
getPinnedMessageIds() - Method in class com.sendbird.android.GroupChannel
 
getPlainProfileImageUrl() - Method in class com.sendbird.android.User
Returns plain profile image URL, which does not contain SendBird.getEkey() as a parameter.
getPlainUrl() - Method in class com.sendbird.android.FileMessage
Returns the plain file URL, which does not contain SendBird.getEkey() as a parameter.
getPlainUrl() - Method in class com.sendbird.android.FileMessage.Thumbnail
Returns the plain thumbnail URL, which does not contain SendBird.getEkey() as a parameter.
getPlugins() - Method in class com.sendbird.android.UserMessage
Returns the plugin lists for this message.
getPreferredLanguages() - Method in class com.sendbird.android.User
Gets preferred languages.
getPremiumFeatureList() - Method in class com.sendbird.android.AppInfo
Returns all premium feature lists that application is using.
getPreviousAndNextMessagesById(long, int, int, boolean, BaseChannel.MessageTypeFilter, String, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousAndNextMessagesById(long, int, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousAndNextMessagesById(long, int, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousAndNextMessagesById(long, int, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousAndNextMessagesByTimestamp(long, int, int, boolean, BaseChannel.MessageTypeFilter, String, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousAndNextMessagesByTimestamp(long, int, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousAndNextMessagesByTimestamp(long, int, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousAndNextMessagesByTimestamp(long, int, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousMessagesById(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousMessagesById(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousMessagesById(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousMessagesById(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousMessagesByTimestamp(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousMessagesByTimestamp(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousMessagesByTimestamp(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getPreviousMessagesByTimestamp(long, boolean, int, boolean, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.BaseChannel
getProfileUrl() - Method in class com.sendbird.android.User
Returns the User profile URL.
getPublicChannelFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns public channel filter.
getPushNotificationDeliveryOption() - Method in class com.sendbird.android.BaseMessageParams
Returns push notification delivery option.
getPushNotificationDeliveryOption() - Method in class com.sendbird.android.ScheduledUserMessage
Returns push notification delivery option.
getPushPreference(GroupChannel.GroupChannelGetPushPreferenceHandler) - Method in class com.sendbird.android.GroupChannel
Deprecated.
As of 3.0.10, replaced by GroupChannel.isPushEnabled().
getPushSound(SendBird.GetPushSoundHandler) - Static method in class com.sendbird.android.SendBird
Gets push notification sound path for the current User.
getPushSound(SendBird.GetPushSoundHandler) - Static method in class com.sendbird.android.SendBird.HMS
Gets push notification sound path for the current User.
getPushTemplate(SendBird.GetPushTemplateHandler) - Static method in class com.sendbird.android.SendBird
Gets push template option for the current User.
getPushTemplate(SendBird.GetPushTemplateHandler) - Static method in class com.sendbird.android.SendBird.HMS
Gets push template option for the current User.
getPushToken(OnPushTokenReceiveListener) - Static method in class com.sendbird.android.SendBirdPushHelper
If you need to retrieve the current registration token you can call this.
getPushTriggerOption(SendBird.GetPushTriggerOptionHandler) - Static method in class com.sendbird.android.SendBird
Gets the current User's push trigger option.
getPushTriggerOption(SendBird.GetPushTriggerOptionHandler) - Static method in class com.sendbird.android.SendBird.HMS
Gets the current User's push trigger option.
getReactions() - Method in class com.sendbird.android.BaseMessage
Returns reactions.
getReader() - Method in class com.sendbird.android.ReadStatus
Returns reader.
getReadMembers(BaseMessage) - Method in class com.sendbird.android.GroupChannel
Deprecated.
getReadMembers(BaseMessage, boolean) - Method in class com.sendbird.android.GroupChannel
Gets the member list who have read the given message.
getReadReceipt(BaseMessage) - Method in class com.sendbird.android.GroupChannel
Deprecated.
getReadStatus() - Method in class com.sendbird.android.GroupChannel
Deprecated.
As of 3.0.75, replaced by GroupChannel.getReadStatus(boolean).
getReadStatus(boolean) - Method in class com.sendbird.android.GroupChannel
Gets ReadStatus for all members in this GroupChannel.
getRealHeight() - Method in class com.sendbird.android.FileMessage.Thumbnail
Returns the actual height of thumbnail.
getRealWidth() - Method in class com.sendbird.android.FileMessage.Thumbnail
Returns the actual width of thumbnail.
getReplyCount() - Method in class com.sendbird.android.ThreadInfo
The total number of replies in a specific thread.
getReplyToChannel() - Method in class com.sendbird.android.BaseMessageParams
Returns whether the message is replying to channel.
getReplyTypeFilter() - Method in class com.sendbird.android.MessageChangeLogsParams
Returns the ReplyTypeFilter which should be included in the results.
getReplyTypeFilter() - Method in class com.sendbird.android.MessageListParams
Returns the ReplyTypeFilter which should be included in the results.
getReplyTypeFilter() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns the reply type filter.
getRequestedMentionUserIds() - Method in class com.sendbird.android.FileMessage
Returns requested mention user ids.
getRequestedMentionUserIds() - Method in class com.sendbird.android.UserMessage
Returns requested mention user ids.
getRequestId() - Method in class com.sendbird.android.AdminMessage
Returns a message request ID.
getRequestId() - Method in class com.sendbird.android.BaseMessage
Returns a message request ID.
getRequestId() - Method in class com.sendbird.android.FileMessage
Returns a file request ID.
getRequestId() - Method in class com.sendbird.android.UserMessage
Returns a message request ID.
getRequestState() - Method in class com.sendbird.android.FileMessage
Deprecated.
As of 3.0.120, replaced by BaseMessage.getSendingStatus().
getRequestState() - Method in class com.sendbird.android.UserMessage
Deprecated.
As of 3.0.120, replaced by BaseMessage.getSendingStatus().
getRestrictionInfo() - Method in class com.sendbird.android.Member
Restriction information for the current member.
getRole() - Method in class com.sendbird.android.Member
Returns the role of this member in the channel.
getRole() - Method in class com.sendbird.android.Sender
Returns the role of this sender in the current channel.
getRootMessageId() - Method in class com.sendbird.android.BaseMessageParams
Returns root message id.
getScheduledDateTime() - Method in class com.sendbird.android.ScheduledUserMessage
Returns scheduled message date time.
getScheduledDateTime() - Method in class com.sendbird.android.ScheduledUserMessageParams
Returns scheduled message date time.
getScheduledId() - Method in class com.sendbird.android.ScheduledUserMessage
Returns scheduled message ID.
getScheduledTimezone() - Method in class com.sendbird.android.ScheduledUserMessage
Returns scheduled message timezone.
getScheduledTimezone() - Method in class com.sendbird.android.ScheduledUserMessageParams
Returns scheduled message timezone.
getSDKVersion() - Static method in class com.sendbird.android.SendBird
Returns current SDK version.
getSearchFields() - Method in class com.sendbird.android.GroupChannelListQuery
Returns search fields.
getSearchQuery() - Method in class com.sendbird.android.GroupChannelListQuery
Returns query string.
getSecureUrl() - Method in class com.sendbird.android.OGImage
An alternate url to use if the webpage requires HTTPS.
getSender() - Method in class com.sendbird.android.AdminMessage
Returns sender of message.
getSender() - Method in class com.sendbird.android.BaseMessage
Returns sender of message.
getSender() - Method in class com.sendbird.android.ScheduledUserMessage
Returns sender of message.
getSenderUserIdsFilter() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns the sender user ids filter.
getSendingStatus() - Method in class com.sendbird.android.AdminMessage
Returns message sending status.
getSendingStatus() - Method in class com.sendbird.android.BaseMessage
Returns message sending status.
getSize() - Method in class com.sendbird.android.FileMessage
Returns size of the file.
getSnoozePeriod(SendBird.GetSnoozePeriodHandler) - Static method in class com.sendbird.android.SendBird
Gets snooze period for the current User.
getSnoozePeriod(SendBird.GetSnoozePeriodHandler) - Static method in class com.sendbird.android.SendBird.HMS
Gets snooze period for the current User.
getStartingPoint() - Method in class com.sendbird.android.MessageCollection
Returns the starting point of the collection.
getState() - Method in class com.sendbird.android.Member
Deprecated.
As of 3.0.52, replaced by Member.getMemberState().
getStatus() - Method in class com.sendbird.android.ScheduledUserMessage
Returns scheduled message status.
getSubscribedCustomTypeTotalUnreadMessageCount() - Static method in class com.sendbird.android.SendBird
Gets the total number of unread message of GroupChannels with subscribed custom types.
getSubscribedCustomTypeUnreadMessageCount(String) - Static method in class com.sendbird.android.SendBird
Gets the number of unread message of GroupChannel with subscribed custom type.
getSubscribedTotalUnreadMessageCount() - Static method in class com.sendbird.android.SendBird
Gets the subscribed total number of unread message of all GroupChannels the current user has joined.
getSucceededMessages() - Method in class com.sendbird.android.MessageCollection
Returns list of succeeded message list in this collection.
getSuperChannelFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns super channel filter.
getSuperChannelFilter() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Returns super channel filter.
getTargetFields() - Method in class com.sendbird.android.MessageSearchQuery
Returns target fields of the current query as the search scope.
getTargetMessageId() - Method in class com.sendbird.android.ThreadInfoUpdateEvent
Returns the unique ID of the message that has threaded replies and holds thread information.
getThreadedMessagesByTimestamp(long, ThreadMessageListParams, BaseMessage.GetThreadedMessagesHandler) - Method in class com.sendbird.android.BaseMessage
Retrieves the threaded replies of the current message depending on the timestamp.
getThreadInfo() - Method in class com.sendbird.android.BaseMessage
The thread info that belongs to this message object.
getThreadInfo() - Method in class com.sendbird.android.ThreadInfoUpdateEvent
Returns the ThreadInfo that has information about threaded messages.
getThumbnails() - Method in class com.sendbird.android.FileMessage
Returns the thumbnail information of image file.
getThumbnailSizes() - Method in class com.sendbird.android.FileMessageParams
Returns thumbnail sizes.
getTimestamp() - Method in class com.sendbird.android.ReadStatus
Returns the read time of a reader (refer to ReadStatus.getReader()).
getTitle() - Method in class com.sendbird.android.OGMetaData
The title of the object as it should appear within the graph.
getToken() - Method in interface com.sendbird.android.handlers.TokenDataSource
 
getTotalCount() - Method in class com.sendbird.android.MessageSearchQuery
Returns the total count of results that matches the given search.
getTotalUnreadChannelCount(GroupChannel.GroupChannelTotalUnreadChannelCountHandler) - Static method in class com.sendbird.android.GroupChannel
getTotalUnreadChannelCount(GroupChannel.GroupChannelTotalUnreadChannelCountHandler) - Static method in class com.sendbird.android.SendBird
Gets the total number of unread GroupChannels the current user has joined.
getTotalUnreadChannelCount(GroupChannelTotalUnreadChannelCountParams, GroupChannel.GroupChannelTotalUnreadChannelCountHandler) - Static method in class com.sendbird.android.SendBird
Gets the total number of unread GroupChannels the current user has joined.
getTotalUnreadMessageCount(GroupChannel.GroupChannelTotalUnreadMessageCountHandler) - Static method in class com.sendbird.android.GroupChannel
getTotalUnreadMessageCount(List<String>, GroupChannel.GroupChannelTotalUnreadMessageCountHandler) - Static method in class com.sendbird.android.GroupChannel
getTotalUnreadMessageCount(GroupChannelTotalUnreadMessageCountParams, GroupChannel.GroupChannelTotalUnreadMessageCountHandler) - Static method in class com.sendbird.android.GroupChannel
getTotalUnreadMessageCount(GroupChannel.GroupChannelTotalUnreadMessageCountHandler) - Static method in class com.sendbird.android.SendBird
Gets the total number of unread message of all GroupChannels the current user has joined.
getTotalUnreadMessageCount(List<String>, GroupChannel.GroupChannelTotalUnreadMessageCountHandler) - Static method in class com.sendbird.android.SendBird
Gets the total number of unread message of GroupChannels with channel custom types filter.
getTotalUnreadMessageCount(GroupChannelTotalUnreadMessageCountParams, GroupChannel.GroupChannelTotalUnreadMessageCountHandler) - Static method in class com.sendbird.android.SendBird
Gets the total number of unread message of GroupChannels with GroupChannelTotalUnreadMessageCountParams filter.
getTraceName() - Method in class com.sendbird.android.handlers.GroupChannelContext
Returns the name of CollectionEventSource.
getTraceName() - Method in class com.sendbird.android.handlers.MessageContext
Returns the name of CollectionEventSource.
getTranslations() - Method in class com.sendbird.android.UserMessage
Returns the translated messages for the language codes in key.
getTranslationTargetLanguages() - Method in class com.sendbird.android.ScheduledUserMessage
Returns translation target languages.
getTranslationTargetLanguages() - Method in class com.sendbird.android.UserMessageParams
Returns translation target languages.
getType() - Method in class com.sendbird.android.FileMessage
Returns the type of the file.
getType() - Method in class com.sendbird.android.OGImage
A MIME type for this image.
getType() - Method in class com.sendbird.android.Plugin
Returns the type of this plugin.
getTypingMembers() - Method in class com.sendbird.android.GroupChannel
Deprecated.
As of 3.0.145, replaced by GroupChannel.getTypingUsers().
getTypingUsers() - Method in class com.sendbird.android.GroupChannel
Gets typing user list.
getUndeliveredMemberCount(BaseMessage) - Method in class com.sendbird.android.GroupChannel
Returns how many members haven't delivered the given message.
getUnreadChannelFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns unread channel filter.
getUnreadItemCount(Collection<GroupChannel.UnreadItemKey>, GroupChannel.GroupChannelGetUnreadItemCountHandler) - Static method in class com.sendbird.android.GroupChannel
getUnreadItemCount(Collection<GroupChannel.UnreadItemKey>, GroupChannel.GroupChannelGetUnreadItemCountHandler) - Static method in class com.sendbird.android.SendBird
Gets the unread item count of GroupChannels from keys.
getUnreadMemberCount(BaseMessage) - Method in class com.sendbird.android.GroupChannel
Returns how many members haven't read the given message.
getUnreadMembers(BaseMessage) - Method in class com.sendbird.android.GroupChannel
Deprecated.
getUnreadMembers(BaseMessage, boolean) - Method in class com.sendbird.android.GroupChannel
Gets the member list who haven't read the given message.
getUnreadMentionCount() - Method in class com.sendbird.android.GroupChannel
Gets the unread mention count for this channel for the current User.
getUnreadMessageCount() - Method in class com.sendbird.android.GroupChannel
Gets the unread message count for this channel for the current User.
getUpdatedAt() - Method in class com.sendbird.android.BaseMessage
Returns message updated time.
getUpdatedAt() - Method in class com.sendbird.android.Reaction
Returns message updated time.
getUpdatedAt() - Method in class com.sendbird.android.ReactionEvent
Returns message updated time.
getUpdatedAt() - Method in class com.sendbird.android.ScheduledUserMessage
Returns scheduled message updated time.
getUploadSizeLimit() - Method in class com.sendbird.android.AppInfo
Returns limits of uploadable file size.
getUrl() - Method in class com.sendbird.android.BaseChannel
Returns unique channel URL.
getUrl() - Method in class com.sendbird.android.Emoji
Returns url.
getUrl() - Method in class com.sendbird.android.EmojiCategory
Returns url.
getUrl() - Method in class com.sendbird.android.FileMessage
Returns the file URL.
getUrl() - Method in class com.sendbird.android.FileMessage.Thumbnail
Returns the URL of the generated thumbnail.
getUrl() - Method in class com.sendbird.android.OGImage
An image URL which represents the object within the Open Graph.
getUrl() - Method in class com.sendbird.android.OGMetaData
The canonical URL of the object that can be used as its permanent ID in the graph.
getUserId() - Method in class com.sendbird.android.ReactionEvent
Returns user ID.
getUserId() - Method in class com.sendbird.android.User
Returns User ID.
getUserIds() - Method in class com.sendbird.android.Reaction
Returns user ids.
getUserIdsExactFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns User IDs exact filter.
getUserIdsIncludeFilter() - Method in class com.sendbird.android.GroupChannelListQuery
Returns User IDs include filter.
getUserIdsIncludeFilterQueryType() - Method in class com.sendbird.android.GroupChannelListQuery
Returns QueryType of User IDs filter.
getValue() - Method in enum com.sendbird.android.BaseMessage.SendingStatus
 
getValue() - Method in enum com.sendbird.android.BaseMessageParams.MentionType
 
getValue() - Method in enum com.sendbird.android.GroupChannelListQuery.HiddenChannelFilter
 
getValue() - Method in enum com.sendbird.android.GroupChannelListQuery.Order
 
getValue() - Method in enum com.sendbird.android.GroupChannelMemberListQuery.OperatorFilter
 
getValue() - Method in enum com.sendbird.android.Member.MemberState
 
getValue() - Method in enum com.sendbird.android.Member.Role
 
getValue() - Method in class com.sendbird.android.MessageMetaArray
Returns meta array value
getValue() - Method in enum com.sendbird.android.MessageSearchQuery.Order
 
getValue() - Method in enum com.sendbird.android.SendBird.PushTokenType
 
getValue() - Method in enum com.sendbird.android.SendBird.PushTriggerOption
 
getVendor() - Method in class com.sendbird.android.Plugin
Returns the vendor of this plugin
getVolume() - Method in class com.sendbird.android.AppleCriticalAlertOptions
 
getWidth() - Method in class com.sendbird.android.OGImage
The number of pixels wide.
group_channels - Static variable in class com.sendbird.android.constant.StringSet
 
GroupChannel - Class in com.sendbird.android
Represents a group channel.
GroupChannel.CountPreference - Enum in com.sendbird.android
The count preference.
GroupChannel.GroupChannelAcceptInvitationHandler - Interface in com.sendbird.android
GroupChannelAcceptInvitation handler.
GroupChannel.GroupChannelBanHandler - Interface in com.sendbird.android
GroupChannelBan handler.
GroupChannel.GroupChannelChannelCountHandler - Interface in com.sendbird.android
GroupChannelChannelCount handler.
GroupChannel.GroupChannelCreateDistinctChannelIfNotExistHandler - Interface in com.sendbird.android
GroupChannelCreateDistinctChannelIfNotExist handler.
GroupChannel.GroupChannelCreateHandler - Interface in com.sendbird.android
GroupChannelCreate handler.
GroupChannel.GroupChannelDeclineInvitationHandler - Interface in com.sendbird.android
GroupChannelDeclineInvitation handler.
GroupChannel.GroupChannelDeleteHandler - Interface in com.sendbird.android
GroupChannelDelete handler.
GroupChannel.GroupChannelFreezeHandler - Interface in com.sendbird.android
GroupChannelFreeze handler.
GroupChannel.GroupChannelGetHandler - Interface in com.sendbird.android
GroupChannelGet handler.
GroupChannel.GroupChannelGetMyPushTriggerOptionHandler - Interface in com.sendbird.android
GroupChannelGetMyPushTriggerOptionHandler handler.
GroupChannel.GroupChannelGetPushPreferenceHandler - Interface in com.sendbird.android
Deprecated.
As of 3.0.10, refer to GroupChannel.isPushEnabled().
GroupChannel.GroupChannelGetUnreadItemCountHandler - Interface in com.sendbird.android
GroupChannelGetUnreadItemCountHandler handler.
GroupChannel.GroupChannelHideHandler - Interface in com.sendbird.android
GroupChannelHide handler.
GroupChannel.GroupChannelInviteHandler - Interface in com.sendbird.android
GroupChannelInvite handler.
GroupChannel.GroupChannelJoinHandler - Interface in com.sendbird.android
GroupChannelJoin handler.
GroupChannel.GroupChannelLeaveHandler - Interface in com.sendbird.android
GroupChannelLeave handler.
GroupChannel.GroupChannelMarkAsReadHandler - Interface in com.sendbird.android
Deprecated.
As of 3.0.48, replaced by SendBird.MarkAsReadHandler.
GroupChannel.GroupChannelMuteHandler - Interface in com.sendbird.android
GroupChannelMute handler.
GroupChannel.GroupChannelRefreshHandler - Interface in com.sendbird.android
GroupChannelRefresh handler.
GroupChannel.GroupChannelResetMyHistoryHandler - Interface in com.sendbird.android
GroupChannelResetMyHistory handler.
GroupChannel.GroupChannelSetMyCountPreferenceHandler - Interface in com.sendbird.android
GroupChannelSetMyCountPreference handler.
GroupChannel.GroupChannelSetMyPushTriggerOptionHandler - Interface in com.sendbird.android
GroupChannelSetMyPushTriggerOptionHandler handler.
GroupChannel.GroupChannelSetPushPreferenceHandler - Interface in com.sendbird.android
GroupChannelSetPushPreference handler.
GroupChannel.GroupChannelTotalUnreadChannelCountHandler - Interface in com.sendbird.android
GroupChannelTotalUnreadChannelCount handler.
GroupChannel.GroupChannelTotalUnreadMessageCountHandler - Interface in com.sendbird.android
GroupChannelTotalUnreadMessageCount handler.
GroupChannel.GroupChannelUnbanHandler - Interface in com.sendbird.android
GroupChannelUnban handler.
GroupChannel.GroupChannelUnfreezeHandler - Interface in com.sendbird.android
GroupChannelUnfreeze handler.
GroupChannel.GroupChannelUnhideHandler - Interface in com.sendbird.android
GroupChannelUnhide handler.
GroupChannel.GroupChannelUnmuteHandler - Interface in com.sendbird.android
GroupChannelUnmute handler.
GroupChannel.GroupChannelUpdateHandler - Interface in com.sendbird.android
GroupChannelUpdate handler.
GroupChannel.HiddenState - Enum in com.sendbird.android
The hidden state.
GroupChannel.MemberState - Enum in com.sendbird.android
Deprecated.
As of 3.0.52, replaced by GroupChannelListQuery.MemberStateFilter.
GroupChannel.PushTriggerOption - Enum in com.sendbird.android
The push trigger option.
GroupChannel.RegisterScheduledUserMessageHandler - Interface in com.sendbird.android
RegisterScheduledUserMessage handler.
GroupChannel.UnreadItemKey - Enum in com.sendbird.android
The unread item key.
GroupChannelChangeLogsParams - Class in com.sendbird.android
Represents a group channel change logs params.
GroupChannelChangeLogsParams() - Constructor for class com.sendbird.android.GroupChannelChangeLogsParams
 
GroupChannelChangeLogsParams(List<String>, boolean, boolean) - Constructor for class com.sendbird.android.GroupChannelChangeLogsParams
 
GroupChannelCollection - Class in com.sendbird.android
Collection that handles channel lists, also supporting local caching.
GroupChannelCollection.Builder - Class in com.sendbird.android
A builder to create the GroupChannelCollection.
GroupChannelContext - Class in com.sendbird.android.handlers
The context of a channel, used in GroupChannelCollectionHandler.
GroupChannelContext(CollectionEventSource) - Constructor for class com.sendbird.android.handlers.GroupChannelContext
 
GroupChannelDao - Interface in com.sendbird.android.db
 
GroupChannelListQuery - Class in com.sendbird.android
A class representing query to retrieve GroupChannel list for the current User.
GroupChannelListQuery.GroupChannelListQueryResultHandler - Interface in com.sendbird.android
GroupChannelListQuery handler.
GroupChannelListQuery.HiddenChannelFilter - Enum in com.sendbird.android
The hidden channel filter.
GroupChannelListQuery.MemberState - Enum in com.sendbird.android
Deprecated.
As of 3.0.37, replaced by GroupChannel.MemberState.
GroupChannelListQuery.MemberStateFilter - Enum in com.sendbird.android
The member state filter.
GroupChannelListQuery.Order - Enum in com.sendbird.android
The query result order type.
GroupChannelListQuery.PublicChannelFilter - Enum in com.sendbird.android
The public channel filter.
GroupChannelListQuery.QueryType - Enum in com.sendbird.android
The query type for currently supported only with GroupChannelListQuery.setUserIdsIncludeFilter(List, QueryType).
GroupChannelListQuery.SearchField - Enum in com.sendbird.android
Fields of GroupChannel that are used in search filter.
GroupChannelListQuery.SuperChannelFilter - Enum in com.sendbird.android
The super channel filter.
GroupChannelListQuery.UnreadChannelFilter - Enum in com.sendbird.android
The unread channel filter.
GroupChannelMemberListQuery - Class in com.sendbird.android
A class representing query to retrieve lists related to group channel member.
GroupChannelMemberListQuery.GroupChannelMemberListQueryResultHandler - Interface in com.sendbird.android
GroupChannelMemberListQueryResult handler.
GroupChannelMemberListQuery.MemberStateFilter - Enum in com.sendbird.android
The member state filter.
GroupChannelMemberListQuery.MutedMemberFilter - Enum in com.sendbird.android
The muted member filter.
GroupChannelMemberListQuery.OperatorFilter - Enum in com.sendbird.android
The operator filter.
GroupChannelMemberListQuery.Order - Enum in com.sendbird.android
GroupChannelParams - Class in com.sendbird.android
Represents a group channel params.
GroupChannelParams() - Constructor for class com.sendbird.android.GroupChannelParams
GroupChannelParams constructor.
GroupChannelTotalUnreadMessageCountParams - Class in com.sendbird.android
Represents a group channel total unread message count params.
GroupChannelTotalUnreadMessageCountParams() - Constructor for class com.sendbird.android.GroupChannelTotalUnreadMessageCountParams
GroupChannelTotalUnreadMessageCountParams constructor.
GroupChannelTotalUnreadMessageCountParams.SuperChannelFilter - Enum in com.sendbird.android
The super channel filter.
guest_id - Static variable in class com.sendbird.android.constant.StringSet
 

H

has_last_message - Static variable in class com.sendbird.android.constant.StringSet
 
has_more - Static variable in class com.sendbird.android.constant.StringSet
 
has_next - Static variable in class com.sendbird.android.constant.StringSet
 
hashCode() - Method in class com.sendbird.android.AppleCriticalAlertOptions
 
hashCode() - Method in class com.sendbird.android.BaseChannel
 
hashCode() - Method in class com.sendbird.android.BaseMessage
 
hashCode() - Method in class com.sendbird.android.Emoji
 
hashCode() - Method in class com.sendbird.android.EmojiCategory
 
hashCode() - Method in class com.sendbird.android.EmojiContainer
 
hashCode() - Method in class com.sendbird.android.FileMessage.Thumbnail
 
hashCode() - Method in class com.sendbird.android.FileMessage.ThumbnailSize
 
hashCode() - Method in class com.sendbird.android.MessageMetaArray
 
hashCode() - Method in class com.sendbird.android.OGImage
 
hashCode() - Method in class com.sendbird.android.OGMetaData
 
hashCode() - Method in class com.sendbird.android.Reaction
 
hashCode() - Method in class com.sendbird.android.ReadStatus
 
hashCode() - Method in class com.sendbird.android.ScheduledUserMessage
 
hashCode() - Method in class com.sendbird.android.ThreadInfo
 
hashCode() - Method in class com.sendbird.android.User
 
hasMore() - Method in class com.sendbird.android.GroupChannelCollection
Returns whether there's more data to load.
hasMore() - Method in class com.sendbird.android.PreviousMessageListQuery
Checks if there are more previous messages.
hasNext() - Method in class com.sendbird.android.FriendListQuery
Checks if there is a next page.
hasNext() - Method in class com.sendbird.android.GroupChannelListQuery
Checks if there is a next page.
hasNext() - Method in class com.sendbird.android.GroupChannelMemberListQuery
Checks if there is a next page.
hasNext() - Method in class com.sendbird.android.MessageCollection
Returns whether there's more data to load in next (latest) direction.
hasNext() - Method in class com.sendbird.android.MessageSearchQuery
Checks if there is a next page.
hasNext() - Method in class com.sendbird.android.OpenChannelListQuery
Checks if there is a next page.
hasNext() - Method in class com.sendbird.android.OperatorListQuery
Checks if there is a next page.
hasNext() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Checks if there is a next page.
hasNext() - Method in class com.sendbird.android.UserListQuery
Checks if there is a next page.
hasPrevious() - Method in class com.sendbird.android.MessageCollection
Returns whether there's more data to load in previous (oldest) direction.
height - Static variable in class com.sendbird.android.constant.StringSet
 
hidden - Static variable in class com.sendbird.android.constant.StringSet
 
hidden_allow_auto_unhide - Static variable in class com.sendbird.android.constant.StringSet
 
hidden_channel_filter - Static variable in class com.sendbird.android.constant.StringSet
 
hidden_mode - Static variable in class com.sendbird.android.constant.StringSet
 
hidden_only - Static variable in class com.sendbird.android.constant.StringSet
 
hidden_prevent_auto_unhide - Static variable in class com.sendbird.android.constant.StringSet
 
hide(GroupChannel.GroupChannelHideHandler) - Method in class com.sendbird.android.GroupChannel
Hides this channel from the current User's GroupChannel list.
hide(boolean, GroupChannel.GroupChannelHideHandler) - Method in class com.sendbird.android.GroupChannel
Hides this channel from the current User's GroupChannel list.
hide(boolean, boolean, GroupChannel.GroupChannelHideHandler) - Method in class com.sendbird.android.GroupChannel
Hides this channel from the current User's GroupChannel list.
HMS() - Constructor for class com.sendbird.android.SendBird.HMS
 
host_url - Static variable in class com.sendbird.android.constant.StringSet
 
huawei - Static variable in class com.sendbird.android.constant.StringSet
 
huawei_device_token - Static variable in class com.sendbird.android.constant.StringSet
 

I

i(String, Object...) - Static method in class com.sendbird.android.log.Logger
 
i(Throwable) - Static method in class com.sendbird.android.log.Logger
 
i(String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
id - Static variable in class com.sendbird.android.constant.StringSet
 
include - Static variable in class com.sendbird.android.constant.StringSet
 
include_empty - Static variable in class com.sendbird.android.constant.StringSet
 
include_frozen - Static variable in class com.sendbird.android.constant.StringSet
 
include_parent_message_info - Static variable in class com.sendbird.android.constant.StringSet
 
include_parent_message_text - Static variable in class com.sendbird.android.constant.StringSet
 
include_reactions - Static variable in class com.sendbird.android.constant.StringSet
 
include_replies - Static variable in class com.sendbird.android.constant.StringSet
 
include_reply_type - Static variable in class com.sendbird.android.constant.StringSet
 
include_thread_info - Static variable in class com.sendbird.android.constant.StringSet
 
include_ts - Static variable in class com.sendbird.android.constant.StringSet
 
increaseMetaCounters(Map<String, Integer>, BaseChannel.MetaCounterHandler) - Method in class com.sendbird.android.BaseChannel
Increases meta counters.
INFO - Static variable in class com.sendbird.android.log.Logger
 
init(String, Context, boolean, InitResultHandler) - Static method in class com.sendbird.android.SendBird
Initializes SendBird with given app ID.
init(String, Context) - Static method in class com.sendbird.android.SendBird
Deprecated.
initFromForeground(String, Context) - Static method in class com.sendbird.android.SendBird
initFromForeground(String, Context, boolean, InitResultHandler) - Static method in class com.sendbird.android.SendBird
Initializes SendBird with given app ID.
initialize(MessageCollectionInitPolicy, MessageCollectionInitHandler) - Method in class com.sendbird.android.MessageCollection
Initializes this collection from MessageCollection.startingPoint.
insert(String, ContentValues) - Method in class com.sendbird.android.ContentProvider
 
insertOrThrow(String, ContentValues) - Method in class com.sendbird.android.ContentProvider
 
interrupt() - Method in class com.sendbird.android.utils.CancelableThreadHolder
 
interrupt() - Method in class com.sendbird.android.utils.TimeoutLock
 
interval - Static variable in class com.sendbird.android.constant.StringSet
 
invalidateToken() - Method in interface com.sendbird.android.handlers.TokenDataSource
Called when changelog api returned error where token is invalid.
invite(User, GroupChannel.GroupChannelInviteHandler) - Method in class com.sendbird.android.GroupChannel
Invites a User to this channel.
invite(List<User>, GroupChannel.GroupChannelInviteHandler) - Method in class com.sendbird.android.GroupChannel
Invites Users to this channel.
invited - Static variable in class com.sendbird.android.constant.StringSet
 
invited_by_friend - Static variable in class com.sendbird.android.constant.StringSet
 
invited_by_non_friend - Static variable in class com.sendbird.android.constant.StringSet
 
invited_only - Static variable in class com.sendbird.android.constant.StringSet
 
inviteWithUserId(String, GroupChannel.GroupChannelInviteHandler) - Method in class com.sendbird.android.GroupChannel
Invites a User to this channel.
inviteWithUserIds(List<String>, GroupChannel.GroupChannelInviteHandler) - Method in class com.sendbird.android.GroupChannel
Invites Users top this channel.
is_broadcast - Static variable in class com.sendbird.android.constant.StringSet
 
is_frozen - Static variable in class com.sendbird.android.constant.StringSet
 
is_global_block - Static variable in class com.sendbird.android.constant.StringSet
 
is_huge_gap - Static variable in class com.sendbird.android.constant.StringSet
 
is_muted - Static variable in class com.sendbird.android.constant.StringSet
 
is_op_msg - Static variable in class com.sendbird.android.constant.StringSet
 
is_public - Static variable in class com.sendbird.android.constant.StringSet
 
is_reply_to_channel - Static variable in class com.sendbird.android.constant.StringSet
 
is_sdk - Static variable in class com.sendbird.android.constant.StringSet
 
is_super - Static variable in class com.sendbird.android.constant.StringSet
 
is_unique - Static variable in class com.sendbird.android.constant.StringSet
 
isAccessCodeRequired() - Method in class com.sendbird.android.GroupChannel
Checks if this channel requires access code to join.
isActive() - Method in class com.sendbird.android.User
Checks if this user is active.
isAdvancedQuery() - Method in class com.sendbird.android.MessageSearchQuery
Returns whether the current search query should be an advanced query or not.
isBlockedByMe() - Method in class com.sendbird.android.Member
Returns if the Member is blocked by the current logged-in User.
isBlockedByMe() - Method in class com.sendbird.android.Sender
Checks if this sender is blocked by me.
isBlockingMe() - Method in class com.sendbird.android.Member
Returns if the Member is blocking the current logged-in User.
isBroadcast() - Method in class com.sendbird.android.GroupChannel
Checks this channel is a broadcast GroupChannel.
isDiscoverable() - Method in class com.sendbird.android.GroupChannel
Checks this channel is discoverable in the result of PublicGroupChannelListQuery.
isDistinct() - Method in class com.sendbird.android.GroupChannel
Checks this channel is a distinct GroupChannel.
isDuplicateMessage(Object) - Static method in class com.sendbird.android.SendBirdPushHelper
When you received message you can call this and can figure out whether this message is duplicated.
isEphemeral() - Method in class com.sendbird.android.BaseChannel
Checks if this channel is ephemeral.
isExactMatch() - Method in class com.sendbird.android.MessageSearchQuery
Returns whether the current search query should be an exact match or not.
isFromEvent() - Method in enum com.sendbird.android.handlers.CollectionEventSource
Returns whether this source came from the real-time event.
isFromEvent() - Method in class com.sendbird.android.handlers.GroupChannelContext
Returns whether the CollectionEventSource of this context is from the real-time events.
isFromEvent() - Method in class com.sendbird.android.handlers.MessageContext
Returns whether the CollectionEventSource of this context is from the real-time events.
isFrozen() - Method in class com.sendbird.android.BaseChannel
Checks if this channel is frozen.
isGroupChannel() - Method in class com.sendbird.android.BaseChannel
Checks whether the instance is GroupChannel type.
isGroupChannel() - Method in class com.sendbird.android.BaseMessage
Checks if this message is from GroupChannel.
isGroupChannel() - Method in class com.sendbird.android.ScheduledUserMessage
Checks if this message is from GroupChannel.
isHidden() - Method in class com.sendbird.android.GroupChannel
Checks if this channel is hidden.
isIncludeEmpty() - Method in class com.sendbird.android.GroupChannelListQuery
Checks whether query result includes empty channels.
isIncludeEmpty() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Checks whether query result includes empty channels.
isIncludeFrozen() - Method in class com.sendbird.android.GroupChannelListQuery
Checks whether query result includes frozen channels.
isIncludeFrozen() - Method in class com.sendbird.android.OpenChannelListQuery
Checks whether query result includes frozen channels.
isIncludeFrozen() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Checks whether query result includes frozen channels.
isIncludeMetadata() - Method in class com.sendbird.android.GroupChannelListQuery
 
isIncludeMetadata() - Method in class com.sendbird.android.OpenChannelListQuery
 
isIncludeMetadata() - Method in class com.sendbird.android.PublicGroupChannelListQuery
 
isIncludeParentMessageText() - Method in class com.sendbird.android.MessageChangeLogsParams
isIncludeThreadInfo() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns whether to include the thread information of the returned messages in the results when the results contain parent messages.
isInterrupted() - Method in class com.sendbird.android.utils.CancelableThreadHolder
 
isLoading() - Method in class com.sendbird.android.FriendListQuery
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.GroupChannelListQuery
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.GroupChannelMemberListQuery
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.MessageListQuery
Deprecated.
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.MessageSearchQuery
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.OpenChannelListQuery
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.OperatorListQuery
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.PreviousMessageListQuery
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.PublicGroupChannelListQuery
Checks if the current query is in communication progress with server.
isLoading() - Method in class com.sendbird.android.UserListQuery
Checks if the current query is in communication progress with server.
isMuted() - Method in class com.sendbird.android.Member
Returns if the Member is muted or not.
isOpenChannel() - Method in class com.sendbird.android.BaseChannel
Checks whether the instance is OpenChannel type.
isOpenChannel() - Method in class com.sendbird.android.BaseMessage
Checks if this message is from OpenChannel.
isOpenChannel() - Method in class com.sendbird.android.ScheduledUserMessage
Checks if this message is from OpenChannel.
isOperator(User) - Method in class com.sendbird.android.OpenChannel
Checks if the given User is an operator of this channel.
isOperatorMessage() - Method in class com.sendbird.android.BaseMessage
Returns boolean value that can be used to test if the message was sent from an operator.
isOperatorWithUserId(String) - Method in class com.sendbird.android.OpenChannel
Checks if the given User is an operator of this channel.
isPublic() - Method in class com.sendbird.android.GroupChannel
Checks this channel is a public GroupChannel.
isPushEnabled() - Method in class com.sendbird.android.GroupChannel
Deprecated.
As of 3.0.86, replaced by GroupChannel.getMyPushTriggerOption().
isReplyToChannel() - Method in class com.sendbird.android.BaseMessage
Determines whether the current message is a replied message and also a message was replied to the channel.
isResendable() - Method in class com.sendbird.android.AdminMessage
Returns whether resend is possible.
isResendable() - Method in class com.sendbird.android.BaseMessage
Returns whether resend is possible.
isReverse() - Method in class com.sendbird.android.MessageSearchQuery
Returns whether the current search result is set to be reversed or not.
isSilent() - Method in class com.sendbird.android.BaseMessage
Checks whether the message is silent or not.
isSuper() - Method in class com.sendbird.android.GroupChannel
Checks this channel is a super GroupChannel.
isTyping() - Method in class com.sendbird.android.GroupChannel
Checks if one or more members are typing.
isUsingLocalCaching() - Static method in class com.sendbird.android.SendBird
Returns whether the app uses local caching.
it(Tag, Throwable) - Static method in class com.sendbird.android.log.Logger
 
it(Tag, String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
it(Tag, String, Object...) - Static method in class com.sendbird.android.log.Logger
 
it(Tag, String) - Static method in class com.sendbird.android.log.Logger
 

J

join(GroupChannel.GroupChannelJoinHandler) - Method in class com.sendbird.android.GroupChannel
Joins this channel if this channel is public.
join(String, GroupChannel.GroupChannelJoinHandler) - Method in class com.sendbird.android.GroupChannel
Joins this channel if this channel is public.
joined - Static variable in class com.sendbird.android.constant.StringSet
 
joined_member_count - Static variable in class com.sendbird.android.constant.StringSet
 
joined_only - Static variable in class com.sendbird.android.constant.StringSet
 

K

key - Static variable in class com.sendbird.android.constant.StringSet
 
KEY_CHANGELOG_BASE_TS - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_CHANNEL_SYNC_COMPLETE - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_CONNECTION_CONFIG - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_CURRENT_APP_INFO - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_CURRENT_APPID - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_CURRENT_USER - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_FASTEST_COMPLETED_ORDER - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_LAST_CHANNEL_CHANGELOGS_SYNC_TOKEN - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_LAST_CHANNEL_CHANGELOGS_SYNC_TOKEN_BY_ALPHABETICAL - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_LAST_CHANNEL_CHANGELOGS_SYNC_TOKEN_BY_CHRONOLOGICAL - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_LAST_CHANNEL_CHANGELOGS_SYNC_TOKEN_BY_LASTMESSAGE - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_LAST_CHANNEL_CHANGELOGS_SYNC_TS - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_LAST_CHANNEL_SYNCED_TOKEN_FROM_ALPHABETICAL - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_LAST_CHANNEL_SYNCED_TOKEN_FROM_CHRONOLOGICAL - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_LAST_CHANNEL_SYNCED_TOKEN_FROM_LASTMESSAGE - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_MESSAGE_STARTING_POINT - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_SYNCED_CHANNEL_URLS_BY_ALPHABETICAL - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_SYNCED_CHANNEL_URLS_BY_CHRONOLOGICAL - Static variable in class com.sendbird.android.constant.KeySet
 
KEY_SYNCED_CHANNEL_URLS_BY_LASTMESSAGE - Static variable in class com.sendbird.android.constant.KeySet
 
KeySet - Class in com.sendbird.android.constant
 
KeySet() - Constructor for class com.sendbird.android.constant.KeySet
 

L

last_message_ts - Static variable in class com.sendbird.android.constant.StringSet
 
last_replied_at - Static variable in class com.sendbird.android.constant.StringSet
 
last_synced_changelog_ts - Static variable in class com.sendbird.android.constant.StringSet
 
latency - Static variable in class com.sendbird.android.constant.StringSet
 
latest_last_message - Static variable in class com.sendbird.android.constant.StringSet
 
latest_pinned_message - Static variable in class com.sendbird.android.constant.StringSet
 
leave(GroupChannel.GroupChannelLeaveHandler) - Method in class com.sendbird.android.GroupChannel
Leaves this channel.
left - Static variable in class com.sendbird.android.constant.StringSet
 
limit - Static variable in class com.sendbird.android.constant.StringSet
 
load(long, int, int, boolean, MessageListQuery.MessageListQueryResult) - Method in class com.sendbird.android.MessageListQuery
Deprecated.
Requests query result for the previous and next messages given timestamp.
load(PreviousMessageListQuery.MessageListQueryResult) - Method in class com.sendbird.android.PreviousMessageListQuery
Requests query result for the previous messages.
load(int, boolean, PreviousMessageListQuery.MessageListQueryResult) - Method in class com.sendbird.android.PreviousMessageListQuery
Requests query result for the previous messages.
loadAllFailedMessages() - Method in interface com.sendbird.android.db.MessageDao
 
loadAllPendingMessages() - Method in interface com.sendbird.android.db.MessageDao
 
loadAutoResendRegisteredMessages() - Method in interface com.sendbird.android.db.MessageDao
 
loadFailedMessages(BaseChannel) - Method in interface com.sendbird.android.db.MessageDao
 
loadMessages(long, BaseChannel, MessageListParams) - Method in interface com.sendbird.android.db.MessageDao
 
loadMore(OnChannelLoadResultHandler) - Method in class com.sendbird.android.GroupChannelCollection
Loads next channel lists, depending on the GroupChannelListQuery.Order set in the current collection.
loadNext(BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.MessageCollection
Loads next (latest direction) message lists.
loadPendingMessages(BaseChannel) - Method in interface com.sendbird.android.db.MessageDao
 
loadPrevious(BaseChannel.GetMessagesHandler) - Method in class com.sendbird.android.MessageCollection
Loads previous (oldest direction) message lists.
log_entries - Static variable in class com.sendbird.android.constant.StringSet
 
Logger - Class in com.sendbird.android.log
 
LOGGER_INFO - Static variable in class com.sendbird.android.SendBird
 
LOGGER_NONE - Static variable in class com.sendbird.android.SendBird
 
login_ts - Static variable in class com.sendbird.android.constant.StringSet
 
LogLevel - Enum in com.sendbird.android
LogLevel for Sendbird.

M

markAsDelivered() - Method in class com.sendbird.android.GroupChannel
Deprecated.
As of 3.0.150, replaced by SendBird.markAsDelivered(Map).
markAsDelivered(String) - Static method in class com.sendbird.android.SendBird
Deprecated.
As of 3.0.150, replaced by SendBird.markAsDelivered(Map).
markAsDelivered(Map<String, String>) - Static method in class com.sendbird.android.SendBird
Sends mark as delivered to this channel when you received push message from us.
markAsRead() - Method in class com.sendbird.android.GroupChannel
Deprecated.
markAsRead(SendBird.MarkAsReadHandler) - Method in class com.sendbird.android.GroupChannel
Sends mark as read to this channel with a SendBird.MarkAsReadHandler.
markAsReadAll(GroupChannel.GroupChannelMarkAsReadHandler) - Static method in class com.sendbird.android.GroupChannel
Deprecated.
markAsReadAll(SendBird.MarkAsReadHandler) - Static method in class com.sendbird.android.SendBird
Sends mark as read to all joined GroupChannels.
markAsReadWithChannelUrls(List<String>, SendBird.MarkAsReadHandler) - Static method in class com.sendbird.android.SendBird
Sends mark as read to joined GroupChannels.
max_interval - Static variable in class com.sendbird.android.constant.StringSet
 
max_unread_cnt_on_super_group - Static variable in class com.sendbird.android.constant.StringSet
 
MEDI - Static variable in class com.sendbird.android.constant.StringSet
 
member - Static variable in class com.sendbird.android.constant.StringSet
 
Member - Class in com.sendbird.android
Represents a GroupChannel member.
Member.InvitationState - Enum in com.sendbird.android
Deprecated.
As of 3.0.52, replaced by Member.MemberState.
Member.MemberState - Enum in com.sendbird.android
The Member invitation state.
Member.MutedState - Enum in com.sendbird.android
The Member muted state.
Member.Role - Enum in com.sendbird.android
The role of member.
member_count - Static variable in class com.sendbird.android.constant.StringSet
 
member_nickname - Static variable in class com.sendbird.android.constant.StringSet
 
member_nickname_alphabetical - Static variable in class com.sendbird.android.constant.StringSet
 
member_state - Static variable in class com.sendbird.android.constant.StringSet
 
member_state_filter - Static variable in class com.sendbird.android.constant.StringSet
 
members - Static variable in class com.sendbird.android.constant.StringSet
 
members_exactly_in - Static variable in class com.sendbird.android.constant.StringSet
 
members_include_in - Static variable in class com.sendbird.android.constant.StringSet
 
members_nickname_contains - Static variable in class com.sendbird.android.constant.StringSet
 
mention_only - Static variable in class com.sendbird.android.constant.StringSet
 
mention_type - Static variable in class com.sendbird.android.constant.StringSet
 
mentioned_message_template - Static variable in class com.sendbird.android.constant.StringSet
 
mentioned_user_ids - Static variable in class com.sendbird.android.constant.StringSet
 
mentioned_users - Static variable in class com.sendbird.android.constant.StringSet
 
MESG - Static variable in class com.sendbird.android.constant.StringSet
 
message - Static variable in class com.sendbird.android.constant.StringSet
 
message_created_at - Static variable in class com.sendbird.android.constant.StringSet
 
message_events - Static variable in class com.sendbird.android.constant.StringSet
 
message_id - Static variable in class com.sendbird.android.constant.StringSet
 
message_survival_seconds - Static variable in class com.sendbird.android.constant.StringSet
 
message_ts - Static variable in class com.sendbird.android.constant.StringSet
 
message_ts_from - Static variable in class com.sendbird.android.constant.StringSet
 
message_ts_to - Static variable in class com.sendbird.android.constant.StringSet
 
message_type - Static variable in class com.sendbird.android.constant.StringSet
 
MessageChangeLogsParams - Class in com.sendbird.android
Represents a message list params.
MessageChangeLogsParams() - Constructor for class com.sendbird.android.MessageChangeLogsParams
 
MessageChangeLogsParams(MessagePayloadFilter, ReplyTypeFilter) - Constructor for class com.sendbird.android.MessageChangeLogsParams
 
MessageChangeLogsParams(boolean, boolean, boolean, boolean, boolean) - Constructor for class com.sendbird.android.MessageChangeLogsParams
 
MessageCollection - Class in com.sendbird.android
Collection that handles message lists, also supporting local caching.
MessageCollection.Builder - Class in com.sendbird.android
A builder to create the MessageCollection.
MessageCollectionHandler - Interface in com.sendbird.android.handlers
An interface used in MessageCollection.
MessageCollectionInitHandler - Interface in com.sendbird.android.handlers
MessageCollectionInitPolicy - Enum in com.sendbird.android.handlers
Init policy used in MessageCollection.
MessageContext - Class in com.sendbird.android.handlers
The context of a channel, used in MessageCollectionHandler.
MessageContext(CollectionEventSource, BaseMessage.SendingStatus) - Constructor for class com.sendbird.android.handlers.MessageContext
 
MessageDao - Interface in com.sendbird.android.db
 
MessageListParams - Class in com.sendbird.android
Represents a message list params.
MessageListParams() - Constructor for class com.sendbird.android.MessageListParams
 
MessageListParams(int, int, BaseChannel.MessageTypeFilter, Collection<String>, List<String>, boolean, boolean, MessagePayloadFilter, ReplyTypeFilter, boolean) - Constructor for class com.sendbird.android.MessageListParams
 
MessageListParams(int, int, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, MessagePayloadFilter, ReplyTypeFilter, boolean) - Constructor for class com.sendbird.android.MessageListParams
 
MessageListParams(int, int, BaseChannel.MessageTypeFilter, Collection<String>, List<String>, boolean, boolean, MessagePayloadFilter, ReplyTypeFilter) - Constructor for class com.sendbird.android.MessageListParams
 
MessageListParams(int, int, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, MessagePayloadFilter, boolean) - Constructor for class com.sendbird.android.MessageListParams
 
MessageListParams(int, int, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.sendbird.android.MessageListParams
 
MessageListParams(int, int, BaseChannel.MessageTypeFilter, Collection<String>, List<String>, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.sendbird.android.MessageListParams
 
MessageListQuery - Class in com.sendbird.android
MessageListQuery.MessageListQueryResult - Interface in com.sendbird.android
Deprecated.
MessageListQueryResult handler.
MessageMetaArray - Class in com.sendbird.android
Represents meta array of BaseMessage.
MessageMetaArray(String) - Constructor for class com.sendbird.android.MessageMetaArray
MessageMetaArray constructor.
MessageMetaArray(String, List<String>) - Constructor for class com.sendbird.android.MessageMetaArray
MessageMetaArray constructor.
MessagePayloadFilter - Class in com.sendbird.android
Represents a filter for BaseMessage's additional payload.
MessagePayloadFilter.Builder - Class in com.sendbird.android
A Builder class to build a MessagePayloadFilter
MessageRetrievalParams - Class in com.sendbird.android
Represents a message list params.
MessageRetrievalParams(String, BaseChannel.ChannelType, long) - Constructor for class com.sendbird.android.MessageRetrievalParams
messages - Static variable in class com.sendbird.android.constant.StringSet
 
MessageSearchQuery - Class in com.sendbird.android
A class representing query to retrieve list of BaseMessages that matches a given query with given filters.
MessageSearchQuery.Builder - Class in com.sendbird.android
A Builder class to build a MessageSearchQuery
MessageSearchQuery.MessageSearchQueryResultHandler - Interface in com.sendbird.android
MessageSearchQuery.Order - Enum in com.sendbird.android
The order in which the query result will be based on.
meta_data_order_key - Static variable in class com.sendbird.android.constant.StringSet
 
metaarray - Static variable in class com.sendbird.android.constant.StringSet
 
metaarray_key_order - Static variable in class com.sendbird.android.constant.StringSet
 
metadata - Static variable in class com.sendbird.android.constant.StringSet
 
metadata_key - Static variable in class com.sendbird.android.constant.StringSet
 
metadata_order_key - Static variable in class com.sendbird.android.constant.StringSet
 
metadata_value_alphabetical - Static variable in class com.sendbird.android.constant.StringSet
 
metadata_value_startswith - Static variable in class com.sendbird.android.constant.StringSet
 
metadata_values - Static variable in class com.sendbird.android.constant.StringSet
 
method - Static variable in class com.sendbird.android.constant.StringSet
 
most_replies - Static variable in class com.sendbird.android.constant.StringSet
 
msg_id - Static variable in class com.sendbird.android.constant.StringSet
 
MTHD - Static variable in class com.sendbird.android.constant.StringSet
 
mul - Static variable in class com.sendbird.android.constant.StringSet
 
muted - Static variable in class com.sendbird.android.constant.StringSet
 
muted_description - Static variable in class com.sendbird.android.constant.StringSet
 
muted_end_at - Static variable in class com.sendbird.android.constant.StringSet
 
MutedUserListQuery - Class in com.sendbird.android
A class representing query to retrieve lists related to muted User.
muteUser(User, GroupChannel.GroupChannelMuteHandler) - Method in class com.sendbird.android.GroupChannel
Mutes User.
muteUser(User, String, int, GroupChannel.GroupChannelMuteHandler) - Method in class com.sendbird.android.GroupChannel
Mutes User.
muteUser(User, OpenChannel.OpenChannelMuteHandler) - Method in class com.sendbird.android.OpenChannel
Mutes User.
muteUser(User, String, int, OpenChannel.OpenChannelMuteHandler) - Method in class com.sendbird.android.OpenChannel
Mutes User.
muteUserWithUserId(String, GroupChannel.GroupChannelMuteHandler) - Method in class com.sendbird.android.GroupChannel
Mutes User.
muteUserWithUserId(String, String, int, GroupChannel.GroupChannelMuteHandler) - Method in class com.sendbird.android.GroupChannel
Mutes User.
muteUserWithUserId(String, OpenChannel.OpenChannelMuteHandler) - Method in class com.sendbird.android.OpenChannel
Mutes User.
muteUserWithUserId(String, String, int, OpenChannel.OpenChannelMuteHandler) - Method in class com.sendbird.android.OpenChannel
Mutes User.

N

name - Static variable in class com.sendbird.android.constant.StringSet
 
name_contains - Static variable in class com.sendbird.android.constant.StringSet
 
needUpdateEmoji(String) - Method in class com.sendbird.android.AppInfo
Returns a result about if need to update all emoji list.
new_key - Static variable in class com.sendbird.android.constant.StringSet
 
next - Static variable in class com.sendbird.android.constant.StringSet
 
next(FriendListQuery.FriendListQueryResultHandler) - Method in class com.sendbird.android.FriendListQuery
Gets the list of friends.
next(GroupChannelListQuery.GroupChannelListQueryResultHandler) - Method in class com.sendbird.android.GroupChannelListQuery
Gets the list of GroupChannels.
next(GroupChannelMemberListQuery.GroupChannelMemberListQueryResultHandler) - Method in class com.sendbird.android.GroupChannelMemberListQuery
Gets the list of group channel members.
next(long, int, boolean, MessageListQuery.MessageListQueryResult) - Method in class com.sendbird.android.MessageListQuery
Deprecated.
Requests query result for the next messages from given timestamp.
next(MessageSearchQuery.MessageSearchQueryResultHandler) - Method in class com.sendbird.android.MessageSearchQuery
Gets the list of BaseMessages that matches the given search.
next(OpenChannelListQuery.OpenChannelListQueryResultHandler) - Method in class com.sendbird.android.OpenChannelListQuery
Gets the list of OpenChannels.
next(OperatorListQuery.OperatorListQueryResultHandler) - Method in class com.sendbird.android.OperatorListQuery
Gets the list of operators.
next(PublicGroupChannelListQuery.PublicGroupChannelListQueryResultHandler) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Gets the list of public GroupChannels.
next(UserListQuery.UserListQueryResultHandler) - Method in class com.sendbird.android.UserListQuery
Gets the list of Users.
next_cache_count - Static variable in class com.sendbird.android.constant.StringSet
 
next_end_ts - Static variable in class com.sendbird.android.constant.StringSet
 
next_hasmore - Static variable in class com.sendbird.android.constant.StringSet
 
next_limit - Static variable in class com.sendbird.android.constant.StringSet
 
next_messages - Static variable in class com.sendbird.android.constant.StringSet
 
next_start_ts - Static variable in class com.sendbird.android.constant.StringSet
 
nickname_startswith - Static variable in class com.sendbird.android.constant.StringSet
 
non_super_channel_only - Static variable in class com.sendbird.android.constant.StringSet
 
none - Static variable in class com.sendbird.android.constant.StringSet
 
NONE - Static variable in class com.sendbird.android.log.Logger
 
nonoperator - Static variable in class com.sendbird.android.constant.StringSet
 
nonsuper - Static variable in class com.sendbird.android.constant.StringSet
 
notifyActivityPausedForOldAndroids() - Static method in class com.sendbird.android.SendBird
Deprecated.
As of 3.0.136, if you set SendBird.setAutoBackgroundDetection(boolean) to true, you do not need to call this function manually.
notifyActivityResumedForOldAndroids() - Static method in class com.sendbird.android.SendBird
Deprecated.
As of 3.0.136, if you set SendBird.setAutoBackgroundDetection(boolean) to true, you do not need to call this function manually.

O

off - Static variable in class com.sendbird.android.constant.StringSet
 
og_description - Static variable in class com.sendbird.android.constant.StringSet
 
og_image - Static variable in class com.sendbird.android.constant.StringSet
 
og_tag - Static variable in class com.sendbird.android.constant.StringSet
 
og_title - Static variable in class com.sendbird.android.constant.StringSet
 
og_url - Static variable in class com.sendbird.android.constant.StringSet
 
OGImage - Class in com.sendbird.android
Represents a OGImage of OGMetaData.
OGMetaData - Class in com.sendbird.android
Represents a OGMetaData of a url.
old_values - Static variable in class com.sendbird.android.constant.StringSet
 
onApiResult(List<BaseMessage>, SendBirdException) - Method in interface com.sendbird.android.handlers.MessageCollectionInitHandler
This will give message lists loaded from the api.
onBlocked(User, SendBirdException) - Method in interface com.sendbird.android.SendBird.UserBlockHandler
A callback for when User is blocked.
onCacheResult(List<BaseMessage>, SendBirdException) - Method in interface com.sendbird.android.handlers.MessageCollectionInitHandler
This will give message lists loaded from the db.
onChannelChanged(BaseChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel property is changed.
onChannelDeleted(GroupChannelContext, String) - Method in interface com.sendbird.android.handlers.MessageCollectionHandler
Called when the GroupChannel this MessageCollection holds is deleted.
onChannelDeleted(String, BaseChannel.ChannelType) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel is deleted.
onChannelFrozen(BaseChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel is frozen (Users can't send messages).
onChannelHidden(GroupChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when GroupChannel is hidden.
onChannelMemberCountChanged(List<GroupChannel>) - Method in class com.sendbird.android.SendBird.ChannelHandler
Called when one or more broadcast channel's member counts are changed.
onChannelParticipantCountChanged(List<OpenChannel>) - Method in class com.sendbird.android.SendBird.ChannelHandler
Called when one or more open channel's member counts are changed.
onChannelUnfrozen(BaseChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel is unfrozen (Users can send messages).
onChannelUpdated(GroupChannelContext, GroupChannel) - Method in interface com.sendbird.android.handlers.MessageCollectionHandler
Called when there's a change in the GroupChannel this MessageCollection holds.
onComplete(SendBirdException) - Method in interface com.sendbird.android.handlers.AllowFriendDiscoveryHandler
Called when action is completed.
onComplete(boolean, String) - Method in interface com.sendbird.android.SendBirdPushHelper.OnPushRequestCompleteListener
A callback for when a sendbird push token registered at server.
onCompleted() - Method in interface com.sendbird.android.handlers.DBInitHandler
 
onConnected(User, SendBirdException) - Method in interface com.sendbird.android.SendBird.ConnectHandler
A callback for when SendBird is connected.
onCopied(FileMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.CopyFileMessageHandler
A callback for when FileMessage is forwarded to target channel.
onCopied(UserMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.CopyUserMessageHandler
A callback for when UserMessage is forwarded from the original channel to the target channel.
onCreate(SQLiteDatabase) - Method in interface com.sendbird.android.handlers.DBInitHandler
 
onDeliveryReceiptUpdated(GroupChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when delivered receipts are updated on GroupChannel.
To use the updated delivered receipt, refer to
GroupChannel.getDeliveryReceipt(BaseMessage)
onDisconnected() - Method in interface com.sendbird.android.SendBird.DisconnectHandler
A callback for when SendBird is disconnected.
onError(SendBirdException) - Method in interface com.sendbird.android.handlers.ChannelChangeLogsHandler
When error thrown from the changelog api.
onError(SendBirdException) - Method in interface com.sendbird.android.SendBirdPushHelper.OnPushRequestCompleteListener
A callback for when a sendbird push token registration was failed.
onFail() - Method in interface com.sendbird.android.handlers.SessionTokenRequester
Call this method when failed to retrieve a new token.
onFriendsDiscovered(List<User>) - Method in class com.sendbird.android.SendBird.UserEventHandler
A callback for when a message is received.
onHugeGapDetected() - Method in interface com.sendbird.android.handlers.MessageCollectionHandler
Called when the MessageCollection has detected a huge gap between current message list.
only_reply_to_channel - Static variable in class com.sendbird.android.constant.StringSet
 
onMentionReceived(BaseChannel, BaseMessage) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a mention is received.
onMessageDeleted(BaseChannel, long) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a message is deleted.
onMessageReceived(BaseChannel, BaseMessage) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a message is received.
onMessageReceived(RemoteMessage) - Method in class com.sendbird.android.SendBirdHmsMessagingService
 
onMessagesAdded(MessageContext, GroupChannel, List<BaseMessage>) - Method in interface com.sendbird.android.handlers.MessageCollectionHandler
Called when one or more BaseMessage is added to this MessageCollection.
onMessagesDeleted(MessageContext, GroupChannel, List<BaseMessage>) - Method in interface com.sendbird.android.handlers.MessageCollectionHandler
Called when one or more BaseMessage is deleted from this MessageCollection.
onMessagesUpdated(MessageContext, GroupChannel, List<BaseMessage>) - Method in interface com.sendbird.android.handlers.MessageCollectionHandler
Called when one or more BaseMessage is update in this MessageCollection.
onMessageUpdated(BaseChannel, BaseMessage) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a message is updated.
onMetaCountersCreated(BaseChannel, Map<String, Integer>) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel meta counters is created.
onMetaCountersDeleted(BaseChannel, List<String>) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel meta counters are deleted.
onMetaCountersUpdated(BaseChannel, Map<String, Integer>) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel meta counters is updated.
onMetaDataCreated(BaseChannel, Map<String, String>) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel meta data is created.
onMetaDataDeleted(BaseChannel, List<String>) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel meta data is deleted.
onMetaDataUpdated(BaseChannel, Map<String, String>) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when channel meta data is updated.
onNewToken(String) - Method in class com.sendbird.android.SendBirdHmsMessagingService
 
onOpened(SQLiteDatabase) - Method in interface com.sendbird.android.handlers.DBInitHandler
 
onOperatorUpdated(BaseChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when operators change in channel
onPinnedMessageUpdated(GroupChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when pinned message is changed.
onProgress(int, int, int) - Method in interface com.sendbird.android.BaseChannel.ResendFileMessageWithProgressHandler
A callback for while file is being uploaded.
onProgress(String, int, int, int) - Method in interface com.sendbird.android.BaseChannel.SendFileMessagesWithProgressHandler
A callback for while each file is being uploaded.
onProgress(int, int, int) - Method in interface com.sendbird.android.BaseChannel.SendFileMessageWithProgressHandler
A callback for while file is being uploaded.
OnPushTokenReceiveListener - Interface in com.sendbird.android
 
onReactionUpdated(BaseChannel, ReactionEvent) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a reactionEvent is updated.
onReadReceiptUpdated(GroupChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
onReceived(String, SendBirdException) - Method in interface com.sendbird.android.OnPushTokenReceiveListener
 
onReconnectFailed() - Method in interface com.sendbird.android.SendBird.ConnectionHandler
A callback for when reconnection is failed.
onReconnectStarted() - Method in interface com.sendbird.android.SendBird.ConnectionHandler
A callback for when SendBird tries to reconnect.
onReconnectSucceeded() - Method in interface com.sendbird.android.SendBird.ConnectionHandler
A callback for when connection is reestablished.
onRegistered(ScheduledUserMessage, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.RegisterScheduledUserMessageHandler
A callback for when scheduled ScheduledUserMessage is registered.
onRegistered(SendBirdException) - Method in interface com.sendbird.android.SendBird.RegisterPushTokenHandler
Deprecated.
onRegistered(SendBird.PushTokenRegistrationStatus, SendBirdException) - Method in interface com.sendbird.android.SendBird.RegisterPushTokenWithStatusHandler
A callback for when push token is registered.
onResult(SendBirdException) - Method in interface com.sendbird.android.BaseChannel.DeleteMessageHandler
A callback for when a message is deleted.
onResult(SendBirdException) - Method in interface com.sendbird.android.BaseChannel.DeleteMetaCounterHandler
A callback for when meta counter is deleted.
onResult(SendBirdException) - Method in interface com.sendbird.android.BaseChannel.DeleteMetaDataHandler
A callback for when meta data is deleted.
onResult(List<BaseMessage>, List<Long>, boolean, String, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.GetMessageChangeLogsByTokenHandler
A callback for getting message changelogs by token.
onResult(List<BaseMessage>, List<Long>, boolean, String, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.GetMessageChangeLogsHandler
A callback for getting message changelogs by token.
onResult(List<BaseMessage>, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.GetMessagesHandler
A callback for getting messages.
onResult(boolean, String, long, long, long, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.GetMyMutedInfoHandler
A callback for when my muted information is got.
onResult(BaseMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.MessageMetaArrayHandler
A callback for message meta array.
onResult(Map<String, Integer>, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.MetaCounterHandler
A callback for when meta counter is created, updated or read.
onResult(Map<String, String>, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.MetaDataHandler
A callback for when meta data is created, updated or read.
onResult(ReactionEvent, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.ReactionHandler
A callback for reaction response.
onResult(SendBirdException) - Method in interface com.sendbird.android.BaseChannel.ReportHandler
A callback for when this channel reporting is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.BaseChannel.ReportMessageHandler
A callback for when a message reporting is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.BaseChannel.ReportUserHandler
A callback for when a user reporting is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.BaseChannel.SendFileMessagesHandler
A callback for when all FileMessages are sent.
onResult(SendBirdException) - Method in interface com.sendbird.android.BaseChannel.SendFileMessagesWithProgressHandler
A callback for when all FileMessages are sent.
onResult(BaseMessage, SendBirdException) - Method in interface com.sendbird.android.BaseMessage.GetMessageHandler
A callback for getting a single message.
onResult(BaseMessage, List<BaseMessage>, SendBirdException) - Method in interface com.sendbird.android.BaseMessage.GetThreadedMessagesHandler
A callback for getting threaded messages.
onResult(List<User>, SendBirdException) - Method in interface com.sendbird.android.FriendListQuery.FriendListQueryResultHandler
Returns the queried list of friends if no error occurs.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelAcceptInvitationHandler
A callback for the invitation acceptance is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelBanHandler
A callback for when a User is banned.
onResult(int, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelChannelCountHandler
A callback for when my channel count is got.
onResult(GroupChannel, boolean, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelCreateDistinctChannelIfNotExistHandler
A callback for when channel creation is done.
onResult(GroupChannel, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelCreateHandler
A callback for when channel creation is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelDeclineInvitationHandler
A callback for the invitaion decline is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelDeleteHandler
A callback for when a GroupChannel is deleted.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelFreezeHandler
A callback for when GroupChannel is freezed.
onResult(GroupChannel, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelGetHandler
A callback for when channel information is read.
onResult(GroupChannel.PushTriggerOption, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelGetMyPushTriggerOptionHandler
A callback for when my push trigger setting is got.
onResult(boolean, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelGetPushPreferenceHandler
Deprecated.
As of 3.0.10, refer to GroupChannel.isPushEnabled().
onResult(Map<GroupChannel.UnreadItemKey, Integer>, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelGetUnreadItemCountHandler
A callback for when unread item key-value map is got.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelHideHandler
A callback for when channel is hidden.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelInviteHandler
A callback for when invitation is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelJoinHandler
A callback for when joining is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelLeaveHandler
A callback for when channel left is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelMarkAsReadHandler
Deprecated.
A callback for when mark as read process is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelMuteHandler
A callback for when a User is muted.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelRefreshHandler
A callback for when channel refresh is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelResetMyHistoryHandler
A callback for when reset my history process is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelSetMyCountPreferenceHandler
A callback for when my count preference setting is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelSetMyPushTriggerOptionHandler
A callback for when my push trigger setting is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelSetPushPreferenceHandler
A callback for when push preference setting is done.
onResult(int, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelTotalUnreadChannelCountHandler
A callback for when total unread channel count is got.
onResult(int, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelTotalUnreadMessageCountHandler
A callback for when total unread message count is got.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelUnbanHandler
A callback for when a User is unbanned.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelUnfreezeHandler
A callback for when GroupChannel is unfreezed.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelUnhideHandler
A callback for when channel is unhidden.
onResult(SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelUnmuteHandler
A callback for when a User is unmuted.
onResult(GroupChannel, SendBirdException) - Method in interface com.sendbird.android.GroupChannel.GroupChannelUpdateHandler
A callback for when channel update is done.
onResult(List<GroupChannel>, SendBirdException) - Method in interface com.sendbird.android.GroupChannelListQuery.GroupChannelListQueryResultHandler
Returns the queried list of GroupChannels if no error occurs.
onResult(List<Member>, SendBirdException) - Method in interface com.sendbird.android.GroupChannelMemberListQuery.GroupChannelMemberListQueryResultHandler
Returns the queried list of group channel members if no error occurs.
onResult(SendBirdException) - Method in interface com.sendbird.android.handlers.AddOperatorsHandler
Called when operation is done.
onResult(List<GroupChannel>, List<String>, String, boolean) - Method in interface com.sendbird.android.handlers.ChannelChangeLogsHandler
 
onResult(SendBirdException) - Method in interface com.sendbird.android.handlers.CompletionHandler
Returns a result for the job.
onResult(T, SendBirdException) - Method in interface com.sendbird.android.handlers.OnResultHandler
 
onResult(SendBirdException) - Method in interface com.sendbird.android.handlers.RemoveAllOperatorsHandler
Called when operation is done.
onResult(List<BaseMessage>, SendBirdException) - Method in interface com.sendbird.android.MessageListQuery.MessageListQueryResult
Deprecated.
A callback for when messages are loaded.
onResult(List<BaseMessage>, SendBirdException) - Method in interface com.sendbird.android.MessageSearchQuery.MessageSearchQueryResultHandler
Returns the queried list of BaseMessages if no error occurs.
onResult(SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelBanHandler
A callback for when a User is banned.
onResult(OpenChannel, SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelCreateHandler
A callback for when channel creation is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelDeleteHandler
A callback for when an OpenChannel is deleted.
onResult(SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelEnterHandler
A callback for when entering this channel is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelExitHandler
A callback for when exiting this channel is done.
onResult(OpenChannel, SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelGetHandler
A callback for when channel information is read.
onResult(SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelMuteHandler
A callback for when a User is muted.
onResult(SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelRefreshHandler
A callback for when channel refresh is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelUnbanHandler
A callback for when a User is unbanned.
onResult(SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelUnmuteHandler
A callback for when a User is unmuted.
onResult(OpenChannel, SendBirdException) - Method in interface com.sendbird.android.OpenChannel.OpenChannelUpdateHandler
A callback for when channel update is done.
onResult(List<OpenChannel>, SendBirdException) - Method in interface com.sendbird.android.OpenChannelListQuery.OpenChannelListQueryResultHandler
Returns the queried list of OpenChannels if no error occurs.
onResult(List<User>, SendBirdException) - Method in interface com.sendbird.android.OperatorListQuery.OperatorListQueryResultHandler
Returns the queried list of operators if no error occurs.
onResult(List<BaseMessage>, SendBirdException) - Method in interface com.sendbird.android.PreviousMessageListQuery.MessageListQueryResult
A callback for when the previous messages are loaded.
onResult(List<GroupChannel>, SendBirdException) - Method in interface com.sendbird.android.PublicGroupChannelListQuery.PublicGroupChannelListQueryResultHandler
Returns the queried list of public GroupChannels if no error occurs.
onResult(List<User>, SendBirdException) - Method in interface com.sendbird.android.SendBird.AddFriendsHandler
A callback for when friends are added.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.DeleteFriendDiscoveriesHandler
A callback for when friend discoveries are deleted.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.DeleteFriendDiscoveryHandler
A callback for when friend discovery is deleted.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.DeleteFriendHandler
A callback for when a friend is removed.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.DeleteFriendsHandler
A callback for when friends are removed.
onResult(EmojiContainer, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetAllEmojiHandler
A callback for when emoji information is got.
onResult(boolean, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetChannelInvitationPreferenceHandler
A callback for when preference of accepting GroupChannel invitation for the current User is got.
onResult(boolean, int, int, int, int, String, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetDoNotDisturbHandler
A callback for when Do-not-disturb option is got.
onResult(EmojiCategory, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetEmojiCategoryHandler
A callback for when emoji category is got.
onResult(Emoji, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetEmojiHandler
A callback for when emoji is got.
onResult(List<User>, List<String>, boolean, String, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetFriendChangeLogsByTokenHandler
A callback for when friends are added.
onResult(List<GroupChannel>, List<String>, boolean, String, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetMyGroupChannelChangeLogsHandler
A callback for getting channel changelogs.
onResult(String, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetPushSoundHandler
A callback for when push sound option is got.
onResult(String, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetPushTemplateHandler
A callback for when push template is got.
onResult(List<String>, SendBird.PushTokenType, boolean, String, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetPushTokensHandler
A callback for when push tokens are got.
onResult(SendBird.PushTriggerOption, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetPushTriggerOptionHandler
A callback for when push trigger option is got.
onResult(boolean, long, long, SendBirdException) - Method in interface com.sendbird.android.SendBird.GetSnoozePeriodHandler
A callback for when snooze period is got.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.MarkAsReadHandler
A callback for when mark as read process is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.SetChannelInvitationPreferenceHandler
A callback for when the preference of accepting GroupChannel invitation for the current User is set.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.SetDoNotDisturbHandler
A callback for when Do-not-disturb option is set.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.SetPushSoundHandler
A callback for when push sound option is set.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.SetPushTemplateHandler
A callback for when push template setting is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.SetPushTriggerOptionHandler
A callback for when push trigger option setting is done.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.SetSnoozePeriodHandler
A callback for when snooze period is set.
onResult(SendBirdException) - Method in interface com.sendbird.android.SendBird.UploadFriendDiscoveriesHandler
A callback for when friend discoveries are uploaded.
onResult(SendBirdException) - Method in interface com.sendbird.android.User.DeleteMetaDataHandler
A callback for when meta data is deleted.
onResult(Map<String, String>, SendBirdException) - Method in interface com.sendbird.android.User.MetaDataHandler
A callback for when meta data is created or updated.
onResult(List<User>, SendBirdException) - Method in interface com.sendbird.android.UserListQuery.UserListQueryResultHandler
Returns the queried list of Users if no error occurs.
OnResultHandler<T> - Interface in com.sendbird.android.handlers
The handler is using for getting results.
onSent(FileMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.BaseSendFileMessageHandler
A callback for when FileMessage is sent.
onSent(FileMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.ResendFileMessageHandler
A callback for when FileMessage is sent.
onSent(FileMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.ResendFileMessageWithProgressHandler
A callback for when FileMessage is sent.
onSent(UserMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.ResendUserMessageHandler
A callback for when UserMessage is sent.
onSent(UserMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.SendUserMessageHandler
A callback for when UserMessage is sent.
onStarted() - Method in interface com.sendbird.android.handlers.DBInitHandler
 
onSuccess(String) - Method in interface com.sendbird.android.handlers.SessionTokenRequester
Call this method after retrieving a new token.
onThreadInfoUpdated(BaseChannel, ThreadInfoUpdateEvent) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when the thread information is updated.
onTotalUnreadMessageCountChanged(int, Map<String, Integer>) - Method in class com.sendbird.android.SendBird.UserEventHandler
Gets the subscribed total number of unread message of all GroupChannels the current user has joined, and number of unread message of GroupChannel for all subscribed custom type.
onTranslated(UserMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.TranslateUserMessageHandler
A callback for when UserMessage is translated.
onTypingStatusUpdated(GroupChannel) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when Users send typing status for GroupChannel.
To use the typing status, refer to GroupChannel.isTyping() and GroupChannel.getTypingMembers().
onUnblocked(SendBirdException) - Method in interface com.sendbird.android.SendBird.UserUnblockHandler
A callback for when User is unblocked.
onUnregistered(SendBirdException) - Method in interface com.sendbird.android.SendBird.UnregisterPushTokenHandler
A callback for when push token is unregistered.
onUpdated(FileMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.UpdateFileMessageHandler
Called when a response is returned from the message update request.
onUpdated(UserMessage, SendBirdException) - Method in interface com.sendbird.android.BaseChannel.UpdateUserMessageHandler
Called when a response is returned from the message update request.
onUpdated(SendBirdException) - Method in interface com.sendbird.android.SendBird.UserInfoUpdateHandler
A callback for when User information is updated.
onUpgrade(SQLiteDatabase, int, int) - Method in interface com.sendbird.android.handlers.DBInitHandler
 
onUserBanned(BaseChannel, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when user is banned from channel.
onUserDeclinedInvitation(GroupChannel, User, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when the newly invited member has declined the invitation for the GroupChannel.
onUserEntered(OpenChannel, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a User has entered OpenChannel.
onUserExited(OpenChannel, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a User has exited OpenChannel.
onUserJoined(GroupChannel, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a new member has joined GroupChannel.
onUserLeft(GroupChannel, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when an existing member has left GroupChannel.
onUserMuted(BaseChannel, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a User is muted from channel.
onUserReceivedInvitation(GroupChannel, User, List<User>) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when a new member has been invited to GroupChannel.
onUserUnbanned(BaseChannel, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when user is unbanned from channel.
onUserUnmuted(BaseChannel, User) - Method in class com.sendbird.android.SendBird.ChannelHandler
A callback for when User is unmuted from channel.
open_channels - Static variable in class com.sendbird.android.constant.StringSet
 
OpenChannel - Class in com.sendbird.android
Represents an open channel.
OpenChannel.OpenChannelBanHandler - Interface in com.sendbird.android
OpenChannelBan handler.
OpenChannel.OpenChannelCreateHandler - Interface in com.sendbird.android
OpenChannelCreate handler.
OpenChannel.OpenChannelDeleteHandler - Interface in com.sendbird.android
 
OpenChannel.OpenChannelEnterHandler - Interface in com.sendbird.android
OpenChannelEnter handler.
OpenChannel.OpenChannelExitHandler - Interface in com.sendbird.android
OpenChannelExit handler.
OpenChannel.OpenChannelGetHandler - Interface in com.sendbird.android
OpenChannelGet handler.
OpenChannel.OpenChannelMuteHandler - Interface in com.sendbird.android
OpenChannelMute handler.
OpenChannel.OpenChannelRefreshHandler - Interface in com.sendbird.android
OpenChannelRefresh handler.
OpenChannel.OpenChannelUnbanHandler - Interface in com.sendbird.android
OpenChannelUnban handler.
OpenChannel.OpenChannelUnmuteHandler - Interface in com.sendbird.android
OpenChannelUnmute handler.
OpenChannel.OpenChannelUpdateHandler - Interface in com.sendbird.android
OpenChannelUpdate handler.
OpenChannelListQuery - Class in com.sendbird.android
A class representing query to retrieve OpenChannel list.
OpenChannelListQuery.OpenChannelListQueryResultHandler - Interface in com.sendbird.android
OpenChannelListQuery handler.
OpenChannelParams - Class in com.sendbird.android
Represents a open channel params.
OpenChannelParams() - Constructor for class com.sendbird.android.OpenChannelParams
OpenChannelParams constructor.
OpenChannelParams(String) - Constructor for class com.sendbird.android.OpenChannelParams
OpenChannelParams constructor.
operator - Static variable in class com.sendbird.android.constant.StringSet
 
operator_filter - Static variable in class com.sendbird.android.constant.StringSet
 
operator_ids - Static variable in class com.sendbird.android.constant.StringSet
 
operator_then_member_alphabetical - Static variable in class com.sendbird.android.constant.StringSet
 
OperatorListQuery - Class in com.sendbird.android
A class representing query to retrieve operator lists related to User.
OperatorListQuery.OperatorListQueryResultHandler - Interface in com.sendbird.android
OperatorListQueryResult handler.
Options() - Constructor for class com.sendbird.android.SendBird.Options
 
or - Static variable in class com.sendbird.android.constant.StringSet
 
OR - Static variable in class com.sendbird.android.constant.StringSet
 
order - Static variable in class com.sendbird.android.constant.StringSet
 

P

params - Static variable in class com.sendbird.android.constant.StringSet
 
parent_message_id - Static variable in class com.sendbird.android.constant.StringSet
 
parent_message_info - Static variable in class com.sendbird.android.constant.StringSet
 
parent_message_text - Static variable in class com.sendbird.android.constant.StringSet
 
participant_count - Static variable in class com.sendbird.android.constant.StringSet
 
path - Static variable in class com.sendbird.android.constant.StringSet
 
ping_interval - Static variable in class com.sendbird.android.constant.StringSet
 
pinned_message_ids - Static variable in class com.sendbird.android.constant.StringSet
 
Plugin - Class in com.sendbird.android
Contains plugin information of a UserMessage.
plugins - Static variable in class com.sendbird.android.constant.StringSet
 
poll_id - Static variable in class com.sendbird.android.constant.StringSet
 
pong_timeout - Static variable in class com.sendbird.android.constant.StringSet
 
premium_feature_list - Static variable in class com.sendbird.android.constant.StringSet
 
prev(long, int, boolean, MessageListQuery.MessageListQueryResult) - Method in class com.sendbird.android.MessageListQuery
Deprecated.
Requests query result for the previous messages from given timestamp.
prev_cache_count - Static variable in class com.sendbird.android.constant.StringSet
 
prev_end_ts - Static variable in class com.sendbird.android.constant.StringSet
 
prev_hasmore - Static variable in class com.sendbird.android.constant.StringSet
 
prev_limit - Static variable in class com.sendbird.android.constant.StringSet
 
prev_messages - Static variable in class com.sendbird.android.constant.StringSet
 
prev_start_ts - Static variable in class com.sendbird.android.constant.StringSet
 
PreviousMessageListQuery - Class in com.sendbird.android
A class representing query to retrieve previous message list for channels.
PreviousMessageListQuery.MessageListQueryResult - Interface in com.sendbird.android
MessageListQueryResult handler.
PRIVATE - Static variable in class com.sendbird.android.constant.StringSet
 
profile_image_encryption - Static variable in class com.sendbird.android.constant.StringSet
 
PUBLIC - Static variable in class com.sendbird.android.constant.StringSet
 
public_channel_filter - Static variable in class com.sendbird.android.constant.StringSet
 
public_membership_mode - Static variable in class com.sendbird.android.constant.StringSet
 
public_mode - Static variable in class com.sendbird.android.constant.StringSet
 
PublicGroupChannelListQuery - Class in com.sendbird.android
A class representing query to retrieve GroupChannel list for the current User.
PublicGroupChannelListQuery.MembershipFilter - Enum in com.sendbird.android
The public channel membership filter.
PublicGroupChannelListQuery.Order - Enum in com.sendbird.android
The query result order type.
PublicGroupChannelListQuery.PublicGroupChannelListQueryResultHandler - Interface in com.sendbird.android
GroupChannelListQuery handler.
PublicGroupChannelListQuery.SuperChannelFilter - Enum in com.sendbird.android
The super channel filter.
push_sound - Static variable in class com.sendbird.android.constant.StringSet
 
PUSH_TEMPLATE_ALTERNATIVE - Static variable in class com.sendbird.android.SendBird
PUSH_TEMPLATE_DEFAULT - Static variable in class com.sendbird.android.SendBird
push_trigger_option - Static variable in class com.sendbird.android.constant.StringSet
 

Q

query - Static variable in class com.sendbird.android.constant.StringSet
 
query(String, String[], String, String[], String) - Method in class com.sendbird.android.ContentProvider
 
query(String, String[], String, String[], String, String) - Method in class com.sendbird.android.ContentProvider
 
query(String, String[], String, String[], String, String, String, String) - Method in class com.sendbird.android.ContentProvider
 
query_type - Static variable in class com.sendbird.android.constant.StringSet
 

R

Reaction - Class in com.sendbird.android
Objects representing a reaction.
ReactionEvent - Class in com.sendbird.android
Objects representing a reaction event.
ReactionEvent.ReactionEventAction - Enum in com.sendbird.android
The ReactionEvent action state.
reactions - Static variable in class com.sendbird.android.constant.StringSet
 
ReadStatus - Class in com.sendbird.android
Object representing read status.
reason - Static variable in class com.sendbird.android.constant.StringSet
 
reconnect - Static variable in class com.sendbird.android.constant.StringSet
 
reconnect() - Static method in class com.sendbird.android.SendBird
Tries reconnection with previously and successfully connected user information.
refresh(GroupChannel.GroupChannelRefreshHandler) - Method in class com.sendbird.android.GroupChannel
Refreshes all the data of this channel.
refresh(OpenChannel.OpenChannelRefreshHandler) - Method in class com.sendbird.android.OpenChannel
Refreshes all the data of this channel.
registerPushHandler(T) - Static method in class com.sendbird.android.SendBirdPushHelper
Registers push handler for receiving FCM/HMS push notifications.
registerPushTokenForCurrentUser(String, SendBird.RegisterPushTokenWithStatusHandler) - Static method in class com.sendbird.android.SendBird.HMS
Registers push token for the current User to receive push notification.
registerPushTokenForCurrentUser(String, boolean, SendBird.RegisterPushTokenWithStatusHandler) - Static method in class com.sendbird.android.SendBird.HMS
Registers push token for the current User to receive push notification.
registerPushTokenForCurrentUser(String, SendBird.RegisterPushTokenHandler) - Static method in class com.sendbird.android.SendBird
registerPushTokenForCurrentUser(String, SendBird.RegisterPushTokenWithStatusHandler) - Static method in class com.sendbird.android.SendBird
Registers push token for the current User to receive push notification.
registerPushTokenForCurrentUser(String, boolean, SendBird.RegisterPushTokenWithStatusHandler) - Static method in class com.sendbird.android.SendBird
Registers push token for the current User to receive push notification.
registerScheduledUserMessage(ScheduledUserMessageParams, GroupChannel.RegisterScheduledUserMessageHandler) - Method in class com.sendbird.android.GroupChannel
This method registers a user message to be sent at the specified time.
release() - Method in class com.sendbird.android.utils.TimeoutLock
 
removeAllChannelHandlers() - Static method in class com.sendbird.android.SendBird
Removes all channel handlers added by SendBird.addChannelHandler(String, ChannelHandler).
removeAllConnectionHandlers() - Static method in class com.sendbird.android.SendBird
Removes all connection handlers added by SendBird.addConnectionHandler(String, ConnectionHandler).
removeAllFailedMessages(RemoveAllFailedMessagesHandler) - Method in class com.sendbird.android.MessageCollection
Remove all failed messages of this MessageCollection
removeAllOperators(RemoveAllOperatorsHandler) - Method in class com.sendbird.android.BaseChannel
Remove all operators from the channel.
RemoveAllOperatorsHandler - Interface in com.sendbird.android.handlers
removeAllUserEventHandlers() - Static method in class com.sendbird.android.SendBird
Removes all user event handlers added by SendBird.addUserEventHandler(String, UserEventHandler).
removeChannelHandler(String) - Static method in class com.sendbird.android.SendBird
Removes a channel handler.
removeConnectionHandler(String) - Static method in class com.sendbird.android.SendBird
Removes a connection handler.
removeFailedMessages(List<BaseMessage>, RemoveFailedMessagesHandler) - Method in class com.sendbird.android.MessageCollection
Remove specific failed messages of this MessageCollection
removeMessageMetaArrayValues(BaseMessage, Map<String, List<String>>, BaseChannel.MessageMetaArrayHandler) - Method in class com.sendbird.android.BaseChannel
removeMessageMetaArrayValues(BaseMessage, List<MessageMetaArray>, BaseChannel.MessageMetaArrayHandler) - Method in class com.sendbird.android.BaseChannel
Removes message meta array values.
removeOperators(Collection<String>, RemoveOperatorsHandler) - Method in class com.sendbird.android.BaseChannel
Remove operators from the channel.
removeUserEventHandler(String) - Static method in class com.sendbird.android.SendBird
Removes a user event handler.
removeValue(String) - Method in class com.sendbird.android.MessageMetaArray
Remove value from meta array.
reply_count - Static variable in class com.sendbird.android.constant.StringSet
 
reply_to_channel - Static variable in class com.sendbird.android.constant.StringSet
 
report(BaseChannel.ReportCategory, String, BaseChannel.ReportHandler) - Method in class com.sendbird.android.BaseChannel
Reports this channel of inappropriate activities.
reportMessage(BaseMessage, BaseChannel.ReportCategory, String, BaseChannel.ReportMessageHandler) - Method in class com.sendbird.android.BaseChannel
Reports a malicious message.
reportUser(User, BaseChannel.ReportCategory, String, BaseChannel.ReportUserHandler) - Method in class com.sendbird.android.BaseChannel
Reports a user of suspicious activities.
req_id - Static variable in class com.sendbird.android.constant.StringSet
 
request_id - Static variable in class com.sendbird.android.constant.StringSet
 
request_state - Static variable in class com.sendbird.android.constant.StringSet
 
RequestSentTimestamp - Static variable in class com.sendbird.android.constant.StringSet
 
require_auth - Static variable in class com.sendbird.android.constant.StringSet
 
require_auth_for_profile_image - Static variable in class com.sendbird.android.constant.StringSet
 
resendFileMessage(FileMessage, File, BaseChannel.ResendFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Resends a file with given file information.
resendFileMessage(FileMessage, File, BaseChannel.ResendFileMessageWithProgressHandler) - Method in class com.sendbird.android.BaseChannel
Resends a file with given file information and gets callback for uploading progress.
resendMessage(UserMessage, BaseChannel.ResendUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Resends a failed user message.
resendMessage(FileMessage, File, BaseChannel.ResendFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Resends a file with given file information.
resendMessage(FileMessage, File, BaseChannel.ResendFileMessageWithProgressHandler) - Method in class com.sendbird.android.BaseChannel
Resends a file with given file information and gets callback for uploading progress.
resendUserMessage(UserMessage, BaseChannel.ResendUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Resends a failed user message.
resetMyHistory(GroupChannel.GroupChannelResetMyHistoryHandler) - Method in class com.sendbird.android.GroupChannel
Resets the chat history of this channel for the current User.
restriction_type - Static variable in class com.sendbird.android.constant.StringSet
 
retry_cnt - Static variable in class com.sendbird.android.constant.StringSet
 
reverse - Static variable in class com.sendbird.android.constant.StringSet
 
role - Static variable in class com.sendbird.android.constant.StringSet
 
root_message_id - Static variable in class com.sendbird.android.constant.StringSet
 
runOnUIThread(Runnable) - Static method in class com.sendbird.android.SendBird
 

S

s - Static variable in class com.sendbird.android.constant.StringSet
 
sb_syncmanager - Static variable in class com.sendbird.android.constant.StringSet
 
sb_uikit - Static variable in class com.sendbird.android.constant.StringSet
 
SBUserAgent - Static variable in class com.sendbird.android.constant.StringSet
 
ScheduledUserMessage - Class in com.sendbird.android
Object representing a scheduled user message.
ScheduledUserMessage.Status - Enum in com.sendbird.android
Represents scheduled message status.
ScheduledUserMessageParams - Class in com.sendbird.android
Represents a scheduled user message params.
ScheduledUserMessageParams(String, int, int, int, int, int, String) - Constructor for class com.sendbird.android.ScheduledUserMessageParams
ScheduledUserMessageParams constructor.
search_fields - Static variable in class com.sendbird.android.constant.StringSet
 
search_query - Static variable in class com.sendbird.android.constant.StringSet
 
seconds - Static variable in class com.sendbird.android.constant.StringSet
 
secure_url - Static variable in class com.sendbird.android.constant.StringSet
 
send_push_notification - Static variable in class com.sendbird.android.constant.StringSet
 
sendbird - Static variable in class com.sendbird.android.constant.StringSet
 
SendBird - Static variable in class com.sendbird.android.constant.StringSet
 
Sendbird - Static variable in class com.sendbird.android.constant.StringSet
 
SendBird - Class in com.sendbird.android
SendBird Main Class.
SendBird.AddFriendsHandler - Interface in com.sendbird.android
AddFriendsHandler handler.
SendBird.ChannelHandler - Class in com.sendbird.android
Channel handler.
SendBird.ConnectHandler - Interface in com.sendbird.android
Connect handler.
SendBird.ConnectionHandler - Interface in com.sendbird.android
Connection handler.
SendBird.ConnectionState - Enum in com.sendbird.android
SDK connection state.
SendBird.DeleteFriendDiscoveriesHandler - Interface in com.sendbird.android
DeleteFriendDiscoveriesHandler handler.
SendBird.DeleteFriendDiscoveryHandler - Interface in com.sendbird.android
DeleteFriendDiscoveryHandler handler.
SendBird.DeleteFriendHandler - Interface in com.sendbird.android
DeleteFriendHandler handler.
SendBird.DeleteFriendsHandler - Interface in com.sendbird.android
DeleteFriendsHandler handler.
SendBird.DisconnectHandler - Interface in com.sendbird.android
Disconnect handler.
SendBird.GetAllEmojiHandler - Interface in com.sendbird.android
getAllEmoji handler.
SendBird.GetChannelInvitationPreferenceHandler - Interface in com.sendbird.android
GetAutoAcceptInvitation handler.
SendBird.GetDoNotDisturbHandler - Interface in com.sendbird.android
GetDoNotDisturb handler.
SendBird.GetEmojiCategoryHandler - Interface in com.sendbird.android
getEmojiCategory handler.
SendBird.GetEmojiHandler - Interface in com.sendbird.android
getEmoji handler.
SendBird.GetFriendChangeLogsByTokenHandler - Interface in com.sendbird.android
GetFriendChangeLogsByTokenHandler handler.
SendBird.GetMyGroupChannelChangeLogsHandler - Interface in com.sendbird.android
GetMyGroupChannelChangeLogsHandler handler.
SendBird.GetPushSoundHandler - Interface in com.sendbird.android
GetPushSound handler.
SendBird.GetPushTemplateHandler - Interface in com.sendbird.android
GetPushTemplate handler.
SendBird.GetPushTokensHandler - Interface in com.sendbird.android
GetPushTokens handler.
SendBird.GetPushTriggerOptionHandler - Interface in com.sendbird.android
GetPushTriggerOptionHandler handler.
SendBird.GetSnoozePeriodHandler - Interface in com.sendbird.android
GetSnoozePeriodHandler handler.
SendBird.HMS - Class in com.sendbird.android
Push token related class specifically for Huawei Message Service, HMS.
SendBird.MarkAsReadHandler - Interface in com.sendbird.android
GroupChannelMarkAsRead handler.
SendBird.Options - Class in com.sendbird.android
Represents operation options.
SendBird.Options.ThreadOption - Enum in com.sendbird.android
ThreadOption determines how SendBird will manage or create threads when callbacks or events are called.
SendBird.PushTokenRegistrationStatus - Enum in com.sendbird.android
Status of push token registration.
SendBird.PushTokenType - Enum in com.sendbird.android
PushTokenType.
SendBird.PushTriggerOption - Enum in com.sendbird.android
PushTriggerOption of the current User.
SendBird.RegisterPushTokenHandler - Interface in com.sendbird.android
Deprecated.
SendBird.RegisterPushTokenWithStatusHandler - Interface in com.sendbird.android
RegisterPushTokenWithStatus handler.
SendBird.SetChannelInvitationPreferenceHandler - Interface in com.sendbird.android
SetAutoAcceptInvitation handler.
SendBird.SetDoNotDisturbHandler - Interface in com.sendbird.android
SetDoNotDisturb handler.
SendBird.SetPushSoundHandler - Interface in com.sendbird.android
SetPushSound handler.
SendBird.SetPushTemplateHandler - Interface in com.sendbird.android
SetPushTemplate handler.
SendBird.SetPushTriggerOptionHandler - Interface in com.sendbird.android
SetPushTriggerOptionHandler handler.
SendBird.SetSnoozePeriodHandler - Interface in com.sendbird.android
SetSnoozePeriodHandler handler.
SendBird.UnregisterPushTokenHandler - Interface in com.sendbird.android
UnregisterPushToken handler.
SendBird.UploadFriendDiscoveriesHandler - Interface in com.sendbird.android
UploadFriendDiscoveriesHandler handler.
SendBird.UserBlockHandler - Interface in com.sendbird.android
UserBlock handler.
SendBird.UserEventHandler - Class in com.sendbird.android
User event handler.
SendBird.UserInfoUpdateHandler - Interface in com.sendbird.android
UserInfoUpdate handler.
SendBird.UserUnblockHandler - Interface in com.sendbird.android
UserUnblock handler.
sendbird_channel_table - Static variable in class com.sendbird.android.constant.StringSet
 
sendbird_message_table - Static variable in class com.sendbird.android.constant.StringSet
 
sendbird_poll_table - Static variable in class com.sendbird.android.constant.StringSet
 
SendBirdDBException - Exception in com.sendbird.android.db
 
SendBirdDBException(String) - Constructor for exception com.sendbird.android.db.SendBirdDBException
 
SendBirdDBException(Exception) - Constructor for exception com.sendbird.android.db.SendBirdDBException
 
SendBirdException - Exception in com.sendbird.android
SendBird custom exception class.
SendBirdException(String) - Constructor for exception com.sendbird.android.SendBirdException
SendBirdException constructor.
SendBirdException(Throwable) - Constructor for exception com.sendbird.android.SendBirdException
 
SendBirdException(Exception, int) - Constructor for exception com.sendbird.android.SendBirdException
 
SendBirdException(String, Throwable, int) - Constructor for exception com.sendbird.android.SendBirdException
 
SendBirdException(String, int) - Constructor for exception com.sendbird.android.SendBirdException
SendBirdException constructor.
SendBirdHmsMessagingService - Class in com.sendbird.android
 
SendBirdHmsMessagingService() - Constructor for class com.sendbird.android.SendBirdHmsMessagingService
 
SendBirdHmsPushHandler - Class in com.sendbird.android
SendBirdHmsPushHandler.
SendBirdHmsPushHandler() - Constructor for class com.sendbird.android.SendBirdHmsPushHandler
 
SendBirdPushHandler - Class in com.sendbird.android
SendBirdPushHandler.
SendBirdPushHandler() - Constructor for class com.sendbird.android.SendBirdPushHandler
 
SendBirdPushHelper - Class in com.sendbird.android
 
SendBirdPushHelper() - Constructor for class com.sendbird.android.SendBirdPushHelper
 
SendBirdPushHelper.OnPushRequestCompleteListener - Interface in com.sendbird.android
SendBird push token registration event callback.
Sender - Class in com.sendbird.android
Represents a sender.
sender_id - Static variable in class com.sendbird.android.constant.StringSet
 
sender_ids - Static variable in class com.sendbird.android.constant.StringSet
 
sender_user_id - Static variable in class com.sendbird.android.constant.StringSet
 
sendFileMessage(String, String, String, int, String, BaseChannel.SendFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Sends a file with given file information.
sendFileMessage(String, String, String, int, String, String, BaseChannel.SendFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Sends a file with given file information.
sendFileMessage(File, String, String, int, String, BaseChannel.SendFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Sends a file with given file information.
sendFileMessage(File, String, String, int, String, String, BaseChannel.SendFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
sendFileMessage(File, String, String, int, String, String, List<FileMessage.ThumbnailSize>, BaseChannel.SendFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Sends a file with given file information.
sendFileMessage(File, String, String, int, String, BaseChannel.SendFileMessageWithProgressHandler) - Method in class com.sendbird.android.BaseChannel
Sends a file with given file information and gets callback for uploading progress.
sendFileMessage(File, String, String, int, String, String, BaseChannel.SendFileMessageWithProgressHandler) - Method in class com.sendbird.android.BaseChannel
sendFileMessage(File, String, String, int, String, String, List<FileMessage.ThumbnailSize>, BaseChannel.SendFileMessageWithProgressHandler) - Method in class com.sendbird.android.BaseChannel
Sends a file with given file information and gets callback for uploading progress.
sendFileMessage(FileMessageParams, BaseChannel.SendFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Sends a file with given file information.
sendFileMessage(FileMessageParams, BaseChannel.SendFileMessageWithProgressHandler) - Method in class com.sendbird.android.BaseChannel
Sends a file with given file information and gets callback for uploading progress.
sendFileMessages(List<FileMessageParams>, BaseChannel.SendFileMessagesHandler) - Method in class com.sendbird.android.BaseChannel
Sends files with given files information.
sendFileMessages(List<FileMessageParams>, BaseChannel.SendFileMessagesWithProgressHandler) - Method in class com.sendbird.android.BaseChannel
Sends files with given files information and gets callback for uploading progress.
sending_status - Static variable in class com.sendbird.android.constant.StringSet
 
sendUserMessage(String, BaseChannel.SendUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Sends a user message.
sendUserMessage(String, String, BaseChannel.SendUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
sendUserMessage(String, String, String, BaseChannel.SendUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
sendUserMessage(String, String, String, List<String>, BaseChannel.SendUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Sends a user message.
sendUserMessage(UserMessageParams, BaseChannel.SendUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Sends a user message.
serialize() - Method in class com.sendbird.android.BaseChannel
Serializes the GroupChannel or OpenChannel instance.
serialize() - Method in class com.sendbird.android.BaseMessage
Serializes the UserMessage, FileMessage or AdminMessage instance.
serialize() - Method in class com.sendbird.android.Emoji
Serializes the Emoji instance.
serialize() - Method in class com.sendbird.android.EmojiCategory
Serializes the EmojiCategory instance.
serialize() - Method in class com.sendbird.android.EmojiContainer
Serializes the EmojiContainer instance.
serialize() - Method in class com.sendbird.android.GroupChannelListQuery
Serializes the GroupChannelListQuery instance.
serialize() - Method in class com.sendbird.android.Member
Serializes the Member instance.
serialize() - Method in class com.sendbird.android.MessageSearchQuery
Serializes the MessageSearchQuery instance.
serialize() - Method in class com.sendbird.android.OGImage
Serializes the OGImage instance.
serialize() - Method in class com.sendbird.android.OGMetaData
Serializes the OGMetaData instance.
serialize() - Method in class com.sendbird.android.Plugin
Serializes the Plugin instance.
serialize() - Method in class com.sendbird.android.Reaction
Serializes the Reaction instance.
serialize() - Method in class com.sendbird.android.Sender
Serializes the Sender instance.
serialize() - Method in class com.sendbird.android.ThreadInfo
Serializes the ThreadInfo instance.
serialize() - Method in class com.sendbird.android.User
Serializes the User instance.
serialized_data - Static variable in class com.sendbird.android.constant.StringSet
 
session_key - Static variable in class com.sendbird.android.constant.StringSet
 
SessionKey - Static variable in class com.sendbird.android.constant.StringSet
 
SessionTokenRequester - Interface in com.sendbird.android.handlers
Interface that is passed on to SessionHandler#onSessionTokenRequired(SessionTokenRequester).
set(long) - Method in class com.sendbird.android.utils.AtomicLongEx
 
setAccessCode(String) - Method in class com.sendbird.android.GroupChannelParams
Sets access code for public group channel.
setAdvancedQuery(boolean) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets whether to search the keyword as a advanced phrase or not.
setAppleCriticalAlertOptions(AppleCriticalAlertOptions) - Method in class com.sendbird.android.BaseMessage
sets apple critical alert options for this instance.
setAppleCriticalAlertOptions(AppleCriticalAlertOptions) - Method in class com.sendbird.android.BaseMessageParams
set apple critical alert options for this instance.
setAppleCriticalAlertOptions(AppleCriticalAlertOptions) - Method in class com.sendbird.android.FileMessageParams
 
setAppleCriticalAlertOptions(AppleCriticalAlertOptions) - Method in class com.sendbird.android.ScheduledUserMessageParams
 
setAppleCriticalAlertOptions(AppleCriticalAlertOptions) - Method in class com.sendbird.android.UserMessageParams
 
setAppVersion(String) - Static method in class com.sendbird.android.SendBird
Sets the app version.
setAuthenticationTimeout(int) - Static method in class com.sendbird.android.SendBird.Options
Deprecated.
Deprecated as of 3.1.6. ConnectionManager is deprecated. Please refer to ConnectionManager
setAutoBackgroundDetection(boolean) - Static method in class com.sendbird.android.SendBird
Sets SendBird to detect if the Application is in background automatically.
setBroadcast(boolean) - Method in class com.sendbird.android.GroupChannelParams
Sets broadcast mode channel.
setChannelCustomType(String) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets the scope of the search to channels with the given channel custom type.
setChannelCustomTypesFilter(List<String>) - Method in class com.sendbird.android.GroupChannelTotalUnreadMessageCountParams
Set channel custom types.
setChannelInvitationPreference(boolean, SendBird.SetChannelInvitationPreferenceHandler) - Static method in class com.sendbird.android.SendBird
Sets the current User's preference for GroupChannel join.
setChannelNameContainsFilter(String) - Method in class com.sendbird.android.GroupChannelListQuery
Sets channel name filter.
setChannelNameContainsFilter(String) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets channel name filter.
setChannelUrl(String) - Method in class com.sendbird.android.GroupChannelParams
Sets channel url.
setChannelUrl(String) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets the scope of search to a single channel with given channel url.
setChannelUrl(String) - Method in class com.sendbird.android.OpenChannelParams
Sets channel url.
setChannelUrlsFilter(List<String>) - Method in class com.sendbird.android.GroupChannelListQuery
Sets with given channel URLs.
setChannelUrlsFilter(List<String>) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets with given channel URLs.
setCode(int) - Method in exception com.sendbird.android.SendBirdException
Sets the error code.
setConnectionTimeout(int) - Static method in class com.sendbird.android.SendBird.Options
setCoverImage(File) - Method in class com.sendbird.android.GroupChannelParams
Sets cover image file.
setCoverImage(File) - Method in class com.sendbird.android.OpenChannelParams
Sets cover image file.
setCoverUrl(String) - Method in class com.sendbird.android.GroupChannelParams
Sets cover url.
setCoverUrl(String) - Method in class com.sendbird.android.OpenChannelParams
Sets cover url.
setCustomType(String) - Method in class com.sendbird.android.FileMessageParams
Sets custom type.
setCustomType(String) - Method in class com.sendbird.android.GroupChannelParams
Sets custom type.
setCustomType(String) - Method in class com.sendbird.android.OpenChannelParams
Sets custom type.
setCustomType(String) - Method in class com.sendbird.android.UserMessageParams
Sets custom type.
setCustomTypeFilter(String) - Method in class com.sendbird.android.GroupChannelListQuery
Deprecated.
setCustomTypeFilter(String) - Method in class com.sendbird.android.OpenChannelListQuery
Sets a filter to return only channels with the specified Custom Type.
setCustomTypeFilter(String) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets custom type filter.
setCustomTypes(List<String>) - Method in class com.sendbird.android.GroupChannelChangeLogsParams
Sets custom types filter.
setCustomTypesFilter(List<String>) - Method in class com.sendbird.android.GroupChannelListQuery
Sets with given channel custom types.
setCustomTypesFilter(Collection<String>) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets custom type filter.
setCustomTypesFilter(List<String>) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets with given channel custom types.
setCustomTypeStartsWithFilter(String) - Method in class com.sendbird.android.GroupChannelListQuery
Sets a filter to return channels that start with the specified Custom Type.
setCustomTypeStartsWithFilter(String) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets a filter to return channels that start with the specified Custom Type.
setData(String) - Method in class com.sendbird.android.FileMessageParams
Sets data.
setData(String) - Method in class com.sendbird.android.GroupChannelParams
Sets data.
setData(String) - Method in class com.sendbird.android.OpenChannelParams
Sets data.
setData(String) - Method in class com.sendbird.android.UserMessageParams
Sets data.
setDiscoverable(boolean) - Method in class com.sendbird.android.GroupChannelParams
Sets discoverable channel for public group channel.
setDistinct(boolean) - Method in class com.sendbird.android.GroupChannelParams
Sets distinct mode.
setDoNotDisturb(boolean, int, int, int, int, String, SendBird.SetDoNotDisturbHandler) - Static method in class com.sendbird.android.SendBird.HMS
Sets Do-not-disturb option for the current User.
setDoNotDisturb(boolean, int, int, int, int, String, SendBird.SetDoNotDisturbHandler) - Static method in class com.sendbird.android.SendBird
Sets Do-not-disturb option for the current User.
setEphemeral(boolean) - Method in class com.sendbird.android.GroupChannelParams
Sets ephemeral mode channel.
setExactMatch(boolean) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets whether to search the keyword as a complete, exact phrase or not.
setFile(File) - Method in class com.sendbird.android.FileMessageParams
Sets file.
setFileName(String) - Method in class com.sendbird.android.FileMessageParams
Sets file name.
setFileSize(int) - Method in class com.sendbird.android.FileMessageParams
Sets the file size.
setFileUrl(String) - Method in class com.sendbird.android.FileMessageParams
Sets fileUrl.
setGroupChannelCollectionHandler(GroupChannelCollectionHandler) - Method in class com.sendbird.android.GroupChannelCollection.Builder
Sets the channel collection handler to be used for this GroupChannelCollection.
setGroupChannelCollectionHandler(GroupChannelCollectionHandler) - Method in class com.sendbird.android.GroupChannelCollection
Sets the channel collection handler to be used for this GroupChannelCollection.
setHandlerForCallbacks(Handler) - Static method in class com.sendbird.android.SendBird.Options
Deprecated.
setHiddenChannelFilter(GroupChannelListQuery.HiddenChannelFilter) - Method in class com.sendbird.android.GroupChannelListQuery
Sets hidden channel filter.
setIfBigger(long) - Method in class com.sendbird.android.utils.AtomicLongEx
 
setIfSmaller(long) - Method in class com.sendbird.android.utils.AtomicLongEx
 
setIfSmallerOrHasInitialValue(long) - Method in class com.sendbird.android.utils.AtomicLongEx
 
setIncludeEmpty(boolean) - Method in class com.sendbird.android.GroupChannelChangeLogsParams
Sets true/false to include empty channels or not (channels without messages).
setIncludeEmpty(boolean) - Method in class com.sendbird.android.GroupChannelListQuery
Sets true/false to include empty channels or not (channels without messages).
setIncludeEmpty(boolean) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets true/false to include empty channels or not (channels without messages).
setIncludeFrozen(boolean) - Method in class com.sendbird.android.GroupChannelChangeLogsParams
Sets true/false to include frozen channels or not.
setIncludeFrozen(boolean) - Method in class com.sendbird.android.GroupChannelListQuery
Sets true/false to include frozen channels or not.
setIncludeFrozen(boolean) - Method in class com.sendbird.android.OpenChannelListQuery
Sets true/false to include frozen channels or not.
setIncludeFrozen(boolean) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets true/false to include frozen channels or not.
setIncludeMetaArray(boolean) - Method in class com.sendbird.android.MessageChangeLogsParams
Determines whether to include the meta array information of the updated messages in the results.
setIncludeMetaArray(boolean) - Method in class com.sendbird.android.MessagePayloadFilter.Builder
Determines whether to include the meta array information of the updated messages in the results.
setIncludeMetaArray(boolean) - Method in class com.sendbird.android.MessageRetrievalParams
Determines whether a meta array of the message is included in the results.
setIncludeMetaArray(boolean) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets message meta array.
setIncludeMetadata(boolean) - Method in class com.sendbird.android.GroupChannelListQuery
Sets whether to include channel metadata on fetch.
setIncludeMetadata(boolean) - Method in class com.sendbird.android.OpenChannelListQuery
Sets whether to include channel metadata on fetch.
setIncludeMetadata(boolean) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets whether to include channel metadata on fetch.
setIncludeParentMessageInfo(boolean) - Method in class com.sendbird.android.MessagePayloadFilter.Builder
Determines whether to include the parent message's information in the results when the updated messages are replies in a thread.
setIncludeParentMessageText(boolean) - Method in class com.sendbird.android.MessageChangeLogsParams
setIncludeParentMessageText(boolean) - Method in class com.sendbird.android.MessagePayloadFilter.Builder
setIncludeParentMessageText(boolean) - Method in class com.sendbird.android.MessageRetrievalParams
setIncludeParentMessageText(boolean) - Method in class com.sendbird.android.PreviousMessageListQuery
setIncludeReactions(boolean) - Method in class com.sendbird.android.MessageChangeLogsParams
Determines whether to include the reactions of the updated messages in the results.
setIncludeReactions(boolean) - Method in class com.sendbird.android.MessagePayloadFilter.Builder
Determines whether to include the reactions to the updated messages in the results.
setIncludeReactions(boolean) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets message reactions.
setIncludeReplies(boolean) - Method in class com.sendbird.android.MessageChangeLogsParams
Deprecated.
setIncludeReplies(boolean) - Method in class com.sendbird.android.MessageListParams
Deprecated.
setIncludeReplies(boolean) - Method in class com.sendbird.android.PreviousMessageListQuery
Deprecated.
setIncludeThreadInfo(boolean) - Method in class com.sendbird.android.MessageChangeLogsParams
Determines whether to include the thread information of the updated messages in the results when the results contain parent messages.
setIncludeThreadInfo(boolean) - Method in class com.sendbird.android.MessageListParams
Determines whether to include the thread information of the updated messages in the results when the results contain parent messages.
setIncludeThreadInfo(boolean) - Method in class com.sendbird.android.MessagePayloadFilter.Builder
Determines whether to include the thread information of the updated messages in the results when the results contain parent messages.
setIncludeThreadInfo(boolean) - Method in class com.sendbird.android.MessageRetrievalParams
Determines whether the thread information is included in the results set when the returned message is a parent message.
setIncludeThreadInfo(boolean) - Method in class com.sendbird.android.PreviousMessageListQuery
Determines whether to include the thread information of the returned messages in the results when the results contain parent messages.
setKeyword(String) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets the query keyword to search for.
setLimit(int) - Method in class com.sendbird.android.FriendListQuery
Sets the maximum number of friends per queried page.
setLimit(int) - Method in class com.sendbird.android.GroupChannelListQuery
Sets the maximum number of GroupChannels per queried page.
setLimit(int) - Method in class com.sendbird.android.GroupChannelMemberListQuery
Sets the maximum number of group channel members per queried page.
setLimit(int) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets the maximum number of BaseMessages per queried page.
setLimit(int) - Method in class com.sendbird.android.OpenChannelListQuery
Sets the maximum number of OpenChannels per queried page.
setLimit(int) - Method in class com.sendbird.android.OperatorListQuery
Sets the maximum number of operators per queried page.
setLimit(int) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets the maximum number of messages per queried page.
setLimit(int) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets the maximum number of public GroupChannels per queried page.
setLimit(int) - Method in class com.sendbird.android.UserListQuery
Sets the maximum number of Users per queried page.
setLoggerLevel(int) - Static method in class com.sendbird.android.log.Logger
 
setLoggerLevel(int) - Static method in class com.sendbird.android.SendBird
Sets logger level.
setLoggerLevel(LogLevel) - Static method in class com.sendbird.android.SendBird
As of 3.0.153, Sets the logger level for server request/response related logs.
setMembershipFilter(PublicGroupChannelListQuery.MembershipFilter) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets membership filter.
setMemberStateFilter(GroupChannelListQuery.MemberState) - Method in class com.sendbird.android.GroupChannelListQuery
setMemberStateFilter(GroupChannel.MemberState) - Method in class com.sendbird.android.GroupChannelListQuery
setMemberStateFilter(GroupChannelListQuery.MemberStateFilter) - Method in class com.sendbird.android.GroupChannelListQuery
Sets a filter to return channels with the current User state matching to GroupChannelListQuery.MemberStateFilter.
setMemberStateFilter(GroupChannelMemberListQuery.MemberStateFilter) - Method in class com.sendbird.android.GroupChannelMemberListQuery
Sets a filter to return members with the member state matching to GroupChannelMemberListQuery.MemberStateFilter.
setMentionedMessageTemplate(String) - Method in class com.sendbird.android.UserMessageParams
Set the message's mentioned message template.
setMentionedUserIds(List<String>) - Method in class com.sendbird.android.FileMessageParams
Set mentioned users ids.
setMentionedUserIds(List<String>) - Method in class com.sendbird.android.UserMessageParams
Set mentioned users ids.
setMentionedUsers(List<User>) - Method in class com.sendbird.android.FileMessageParams
Set mentioned users.
setMentionedUsers(List<User>) - Method in class com.sendbird.android.UserMessageParams
Set mentioned users.
setMentionType(BaseMessageParams.MentionType) - Method in class com.sendbird.android.FileMessageParams
Sets mention type.
setMentionType(BaseMessageParams.MentionType) - Method in class com.sendbird.android.UserMessageParams
Sets mention type.
setMessage(String) - Method in class com.sendbird.android.UserMessageParams
Sets message.
setMessageCollectionHandler(MessageCollectionHandler) - Method in class com.sendbird.android.MessageCollection.Builder
Sets the message collection handler to be used for this MessageCollection.
setMessageCollectionHandler(MessageCollectionHandler) - Method in class com.sendbird.android.MessageCollection
Sets the message collection handler to be used for this MessageCollection.
setMessagePayloadFilter(MessagePayloadFilter) - Method in class com.sendbird.android.MessageChangeLogsParams
Sets the MessagePayloadFilter to be used in retrieving message lists.
setMessagePayloadFilter(MessagePayloadFilter) - Method in class com.sendbird.android.MessageRetrievalParams
Sets the MessagePayloadFilter to be used in retrieving message.
setMessagePayloadFilter(MessagePayloadFilter) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets the MessagePayloadFilter to be used in retrieving message lists.
setMessageSurvivalSeconds(int) - Method in class com.sendbird.android.GroupChannelParams
Sets the message survival seconds.
setMessageTimestampFrom(long) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets the start range of searched messages to search for messages created after the given timestamp.
setMessageTimestampTo(long) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets the end range of searched messages to messages search for created before the given timestamp.
setMessageTypeFilter(BaseChannel.MessageTypeFilter) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets message type filter.
setMetaArrayKeys(List<String>) - Method in class com.sendbird.android.FileMessageParams
Deprecated.
As of 3.0.129, replaced by FileMessageParams.setMetaArrays(List).
setMetaArrayKeys(List<String>) - Method in class com.sendbird.android.UserMessageParams
Deprecated.
As of 3.0.129, replaced by UserMessageParams.setMetaArrays(List).
setMetaArrays(List<MessageMetaArray>) - Method in class com.sendbird.android.FileMessageParams
Sets meta arrays.
setMetaArrays(List<MessageMetaArray>) - Method in class com.sendbird.android.UserMessageParams
Sets meta arrays.
setMetaDataFilter(String, List<String>) - Method in class com.sendbird.android.ApplicationUserListQuery
Sets User meta data filter.
setMetaDataFilter(String, List<String>) - Method in class com.sendbird.android.UserListQuery
Deprecated.
setMetaDataOrderKeyFilter(String) - Method in class com.sendbird.android.GroupChannelListQuery
Sets meta data order key filter.
setMetaDataOrderKeyFilter(String) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets meta data order key filter.
setMetaDataValuesFilter(String, List<String>) - Method in class com.sendbird.android.GroupChannelListQuery
Sets Channel meta data filter.
setMetaDataValuesFilter(String, List<String>) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets Channel meta data filter.
setMetaDataValueStartsWithFilter(String, String) - Method in class com.sendbird.android.GroupChannelListQuery
Sets Channel meta data filter.
setMetaDataValueStartsWithFilter(String, String) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets Channel meta data filter.
setMimeType(String) - Method in class com.sendbird.android.FileMessageParams
Sets mime type.
setMutedMemberFilter(GroupChannelMemberListQuery.MutedMemberFilter) - Method in class com.sendbird.android.GroupChannelMemberListQuery
Sets muted member filter.
setMyCountPreference(GroupChannel.CountPreference, GroupChannel.GroupChannelSetMyCountPreferenceHandler) - Method in class com.sendbird.android.GroupChannel
Sets my count preference for this channel.
setMyPushTriggerOption(GroupChannel.PushTriggerOption, GroupChannel.GroupChannelSetMyPushTriggerOptionHandler) - Method in class com.sendbird.android.GroupChannel
Sets push trigger option of this channel.
setName(String) - Method in class com.sendbird.android.GroupChannelParams
Sets channel name.
setName(String) - Method in class com.sendbird.android.OpenChannelParams
Sets channel name.
setNameKeyword(String) - Method in class com.sendbird.android.OpenChannelListQuery
Sets search keyword for channel name.
setNetworkAwarenessReconnection(boolean) - Static method in class com.sendbird.android.SendBird
Sets SendBird to reconnect automatically by network awareness.
setNicknameContainsFilter(String) - Method in class com.sendbird.android.GroupChannelListQuery
Sets nickname filter.
setNicknameStartsWithFilter(String) - Method in class com.sendbird.android.ApplicationUserListQuery
Sets a filter to return users whose nicknames start with the specified string.
setNicknameStartsWithFilter(String) - Method in class com.sendbird.android.GroupChannelMemberListQuery
Sets a filter to return members whose nicknames start with the specified string.
setOperatorFilter(GroupChannelMemberListQuery.OperatorFilter) - Method in class com.sendbird.android.GroupChannelMemberListQuery
Sets operator filter.
setOperators(List<User>) - Method in class com.sendbird.android.GroupChannelParams
Add operators.
setOperators(List<User>) - Method in class com.sendbird.android.OpenChannelParams
Sets operators.
setOperatorUserIds(List<String>) - Method in class com.sendbird.android.GroupChannelParams
Add operator user ids.
setOperatorUserIds(List<String>) - Method in class com.sendbird.android.OpenChannelParams
Sets operator user ids.
setOrder(GroupChannelListQuery.Order) - Method in class com.sendbird.android.GroupChannelListQuery
Sets result order of channels.
setOrder(GroupChannelMemberListQuery.Order) - Method in class com.sendbird.android.GroupChannelMemberListQuery
Sets how the query result should be ordered.
setOrder(MessageSearchQuery.Order) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets the search order.
setOrder(PublicGroupChannelListQuery.Order) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets result order of channels.
setParentMessageId(long) - Method in class com.sendbird.android.FileMessageParams
Sets the parent message's id to create a child message.
setParentMessageId(long) - Method in class com.sendbird.android.UserMessageParams
Sets the parent message's id to create a child message.
setPublic(boolean) - Method in class com.sendbird.android.GroupChannelParams
Sets public mode channel.
setPublicChannelFilter(GroupChannelListQuery.PublicChannelFilter) - Method in class com.sendbird.android.GroupChannelListQuery
Sets public channel filter.
setPushNotificationDeliveryOption(BaseMessageParams.PushNotificationDeliveryOption) - Method in class com.sendbird.android.FileMessageParams
Sets push notification delivery option.
setPushNotificationDeliveryOption(BaseMessageParams.PushNotificationDeliveryOption) - Method in class com.sendbird.android.UserMessageParams
Sets push notification delivery option.
setPushPreference(boolean, GroupChannel.GroupChannelSetPushPreferenceHandler) - Method in class com.sendbird.android.GroupChannel
setPushSound(String, SendBird.SetPushSoundHandler) - Static method in class com.sendbird.android.SendBird.HMS
Sets the push notification sound file path for the current User.
setPushSound(String, SendBird.SetPushSoundHandler) - Static method in class com.sendbird.android.SendBird
Sets the push notification sound file path for the current User.
setPushTemplate(String, SendBird.SetPushTemplateHandler) - Static method in class com.sendbird.android.SendBird.HMS
Sets push template option for the current User.
setPushTemplate(String, SendBird.SetPushTemplateHandler) - Static method in class com.sendbird.android.SendBird
Sets push template option for the current User.
setPushTriggerOption(SendBird.PushTriggerOption, SendBird.SetPushTriggerOptionHandler) - Static method in class com.sendbird.android.SendBird.HMS
Sets the current User's push trigger option.
setPushTriggerOption(SendBird.PushTriggerOption, SendBird.SetPushTriggerOptionHandler) - Static method in class com.sendbird.android.SendBird
Sets the current User's push trigger option.
setReplyToChannel(boolean) - Method in class com.sendbird.android.BaseMessageParams
Set whether to send the thread message to the channel as well.
setReplyToChannel(boolean) - Method in class com.sendbird.android.FileMessageParams
Set whether to send the thread message to the channel as well.
setReplyToChannel(boolean) - Method in class com.sendbird.android.UserMessageParams
Set whether to send the thread message to the channel as well.
setReplyTypeFilter(ReplyTypeFilter) - Method in class com.sendbird.android.MessageChangeLogsParams
Determines the reply types to include in the results.
setReplyTypeFilter(ReplyTypeFilter) - Method in class com.sendbird.android.MessageListParams
Determines the reply types to include in the results.
setReplyTypeFilter(ReplyTypeFilter) - Method in class com.sendbird.android.PreviousMessageListQuery
Determines the reply types to include in the results.
setReverse(boolean) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets whether to reverse the queried result list.
setReverse(boolean) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets reverse.
setSchedule(int, int, int, int, int, String) - Method in class com.sendbird.android.ScheduledUserMessageParams
Sets schedule.
setSearchFilter(List<GroupChannelListQuery.SearchField>, String) - Method in class com.sendbird.android.GroupChannelListQuery
Sets 'Search' filter.
setSenderUserIdsFilter(List<String>) - Method in class com.sendbird.android.PreviousMessageListQuery
Sets sender user ids filter.
setSessionHandler(SessionHandler) - Static method in class com.sendbird.android.SendBird
Set a SessionHandler which is required for SDK refresh the session when the current session expires.
setShowSubchannelMessagesOnly(boolean) - Method in class com.sendbird.android.MessageListParams
If set to true, only messages that belong to current user's subchannel is fetched.
setShowSubchannelMessagesOnly(boolean) - Method in class com.sendbird.android.PreviousMessageListQuery
If set to true, only messages that belong to current user's subchannel is fetched.
setSnoozePeriod(boolean, long, long, SendBird.SetSnoozePeriodHandler) - Static method in class com.sendbird.android.SendBird.HMS
Sets snooze period for the current User.
setSnoozePeriod(boolean, long, long, SendBird.SetSnoozePeriodHandler) - Static method in class com.sendbird.android.SendBird
Sets snooze period for the current User.
setStartingPoint(long) - Method in class com.sendbird.android.MessageCollection.Builder
Sets the starting point of which to load messages from.
setStrict(boolean) - Method in class com.sendbird.android.GroupChannelParams
Sets strict mode.
setSuper(boolean) - Method in class com.sendbird.android.GroupChannelParams
Sets super mode channel.
setSuperChannelFilter(GroupChannelListQuery.SuperChannelFilter) - Method in class com.sendbird.android.GroupChannelListQuery
Sets super channel filter.
setSuperChannelFilter(GroupChannelTotalUnreadMessageCountParams.SuperChannelFilter) - Method in class com.sendbird.android.GroupChannelTotalUnreadMessageCountParams
Set super channel filter.
setSuperChannelFilter(PublicGroupChannelListQuery.SuperChannelFilter) - Method in class com.sendbird.android.PublicGroupChannelListQuery
Sets super channel filter.
setTargetFields(List<String>) - Method in class com.sendbird.android.MessageSearchQuery.Builder
Sets the scope of the search to message fields with the given target fields.
setTargetLanguages(List<String>) - Method in class com.sendbird.android.UserMessageParams
Deprecated.
setThreadOption(SendBird.Options.ThreadOption, Handler) - Static method in class com.sendbird.android.SendBird.Options
Sets ThreadOption.
setThumbnailSizes(List<FileMessage.ThumbnailSize>) - Method in class com.sendbird.android.FileMessageParams
Sets thumbnailSizes.
setTranslationTargetLanguages(List<String>) - Method in class com.sendbird.android.UserMessageParams
Sets translation target languages.
setTypingIndicatorThrottle(int) - Static method in class com.sendbird.android.SendBird.Options
Sets typing indicator throttle.
setUnreadChannelFilter(GroupChannelListQuery.UnreadChannelFilter) - Method in class com.sendbird.android.GroupChannelListQuery
Sets unread channel filter.
setUrlKeyword(String) - Method in class com.sendbird.android.OpenChannelListQuery
Sets search keyword for channel URL.
setUserIdsExactFilter(List<String>) - Method in class com.sendbird.android.GroupChannelListQuery
Sets User IDs filter.
setUserIdsFilter(List<String>) - Method in class com.sendbird.android.ApplicationUserListQuery
Sets User IDs filter.
setUserIdsFilter(List<String>) - Method in class com.sendbird.android.BlockedUserListQuery
Sets User IDs filter.
setUserIdsFilter(List<String>, boolean) - Method in class com.sendbird.android.GroupChannelListQuery
setUserIdsIncludeFilter(List<String>, GroupChannelListQuery.QueryType) - Method in class com.sendbird.android.GroupChannelListQuery
Sets User IDs filter.
setWebSocketResponseTimeout(int) - Static method in class com.sendbird.android.SendBird.Options
Sets the websocket response timeout used in sending/receiving commmands by websocket.
shouldIncludeEmpty() - Method in class com.sendbird.android.GroupChannelChangeLogsParams
Returns whether to include empty channels or not (channels without messages).
shouldIncludeFrozen() - Method in class com.sendbird.android.GroupChannelChangeLogsParams
Returns whether to include frozen channels or not.
shouldIncludeMetaArray() - Method in class com.sendbird.android.MessageChangeLogsParams
Returns whether to include the meta array information of the updated messages in the results.
shouldIncludeMetaArray() - Method in class com.sendbird.android.MessagePayloadFilter
Returns whether the meta arrays should be included in the results.
shouldIncludeMetaArray() - Method in class com.sendbird.android.MessageRetrievalParams
Returns whether the result message should include meta array.
shouldIncludeMetaArray() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns whether the meta array should be included in the results.
shouldIncludeParentMessageInfo() - Method in class com.sendbird.android.MessagePayloadFilter
Returns whether the information of a parent message should be included in the reply messages included in the results.
shouldIncludeParentMessageText() - Method in class com.sendbird.android.MessagePayloadFilter
Deprecated.
shouldIncludeParentMessageText() - Method in class com.sendbird.android.MessageRetrievalParams
shouldIncludeParentMessageText() - Method in class com.sendbird.android.PreviousMessageListQuery
shouldIncludeReactions() - Method in class com.sendbird.android.MessageChangeLogsParams
Returns whether to include the reactions of the updated messages in the results.
shouldIncludeReactions() - Method in class com.sendbird.android.MessagePayloadFilter
Returns whether the reaction data should be included in the results.
shouldIncludeReactions() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns whether the reaction data should be included in the results.
shouldIncludeReplies() - Method in class com.sendbird.android.MessageChangeLogsParams
Deprecated.
shouldIncludeReplies() - Method in class com.sendbird.android.MessageListParams
Deprecated.
As of 3.0.173, replaced by MessageListParams.getReplyTypeFilter().
shouldIncludeReplies() - Method in class com.sendbird.android.PreviousMessageListQuery
Deprecated.
shouldIncludeThreadInfo() - Method in class com.sendbird.android.MessageChangeLogsParams
Returns whether to include the thread information of the updated messages in the results when the results contain parent messages.
shouldIncludeThreadInfo() - Method in class com.sendbird.android.MessageListParams
Returns whether the thread information should be included in the results.
shouldIncludeThreadInfo() - Method in class com.sendbird.android.MessagePayloadFilter
Returns whether the thread information should be included in the results.
shouldIncludeThreadInfo() - Method in class com.sendbird.android.MessageRetrievalParams
Returns whether the thread information is included in the results set when the returned message is a parent message.
shouldReverse() - Method in class com.sendbird.android.PreviousMessageListQuery
Returns whether the results should be reversed.
shouldShowSubchannelMessagesOnly() - Method in class com.sendbird.android.MessageListParams
If true, only messages that belong to current user's subchannel is fetched.
shouldShowSubchannelMessagesOnly() - Method in class com.sendbird.android.PreviousMessageListQuery
If set to true, only messages that belong to current user's subchannel is fetched.
show_delivery_receipt - Static variable in class com.sendbird.android.constant.StringSet
 
show_empty - Static variable in class com.sendbird.android.constant.StringSet
 
show_frozen - Static variable in class com.sendbird.android.constant.StringSet
 
show_member - Static variable in class com.sendbird.android.constant.StringSet
 
show_member_is_muted - Static variable in class com.sendbird.android.constant.StringSet
 
show_metadata - Static variable in class com.sendbird.android.constant.StringSet
 
show_read_receipt - Static variable in class com.sendbird.android.constant.StringSet
 
show_subchannel_messages_only - Static variable in class com.sendbird.android.constant.StringSet
 
shutdown() - Method in class com.sendbird.android.utils.CancelableThreadHolder
 
shutdown() - Method in class com.sendbird.android.utils.TimeoutLock
 
silent - Static variable in class com.sendbird.android.constant.StringSet
 
size - Static variable in class com.sendbird.android.constant.StringSet
 
sleep(long) - Method in class com.sendbird.android.utils.CancelableThreadHolder
 
snooze_enabled - Static variable in class com.sendbird.android.constant.StringSet
 
snooze_end_ts - Static variable in class com.sendbird.android.constant.StringSet
 
snooze_start_ts - Static variable in class com.sendbird.android.constant.StringSet
 
sort_field - Static variable in class com.sendbird.android.constant.StringSet
 
sorted_metaarray - Static variable in class com.sendbird.android.constant.StringSet
 
start_hour - Static variable in class com.sendbird.android.constant.StringSet
 
start_min - Static variable in class com.sendbird.android.constant.StringSet
 
startTyping() - Method in class com.sendbird.android.GroupChannel
Sends start typing event.
stat_type - Static variable in class com.sendbird.android.constant.StringSet
 
StringSet - Class in com.sendbird.android.constant
 
StringSet() - Constructor for class com.sendbird.android.constant.StringSet
 
success - Static variable in class com.sendbird.android.constant.StringSet
 
SUPER - Static variable in class com.sendbird.android.constant.StringSet
 
super_channel_filter - Static variable in class com.sendbird.android.constant.StringSet
 
super_channel_only - Static variable in class com.sendbird.android.constant.StringSet
 
super_mode - Static variable in class com.sendbird.android.constant.StringSet
 
synced_range_latest - Static variable in class com.sendbird.android.constant.StringSet
 
synced_range_oldest - Static variable in class com.sendbird.android.constant.StringSet
 
synced_range_prev_done - Static variable in class com.sendbird.android.constant.StringSet
 

T

target_fields - Static variable in class com.sendbird.android.constant.StringSet
 
thread_info - Static variable in class com.sendbird.android.constant.StringSet
 
ThreadInfo - Class in com.sendbird.android
Represents a thread info of a message.
ThreadInfoUpdateEvent - Class in com.sendbird.android
Objects representing a thread info event.
ThreadMessageListParams - Class in com.sendbird.android
Represents a message list params.
ThreadMessageListParams() - Constructor for class com.sendbird.android.ThreadMessageListParams
 
ThreadMessageListParams(int, int, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, MessagePayloadFilter) - Constructor for class com.sendbird.android.ThreadMessageListParams
 
ThreadMessageListParams(int, int, BaseChannel.MessageTypeFilter, Collection<String>, List<String>, boolean, boolean, MessagePayloadFilter) - Constructor for class com.sendbird.android.ThreadMessageListParams
 
ThreadMessageListParams(int, int, BaseChannel.MessageTypeFilter, String, List<String>, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.sendbird.android.ThreadMessageListParams
 
ThreadMessageListParams(int, int, BaseChannel.MessageTypeFilter, Collection<String>, List<String>, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.sendbird.android.ThreadMessageListParams
 
ThreadMessageListParams(int, int, BaseChannel.MessageTypeFilter, String, Collection<String>, List<String>, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.sendbird.android.ThreadMessageListParams
thumbnails - Static variable in class com.sendbird.android.constant.StringSet
 
ThumbnailSize(int, int) - Constructor for class com.sendbird.android.FileMessage.ThumbnailSize
Constructor with maximum width and height of to-be-made thumbnail.
TimeoutLock - Class in com.sendbird.android.utils
 
TimeoutLock(String, long, TimeUnit) - Constructor for class com.sendbird.android.utils.TimeoutLock
 
TimeoutLock.TimeoutException - Exception in com.sendbird.android.utils
 
timezone - Static variable in class com.sendbird.android.constant.StringSet
 
title - Static variable in class com.sendbird.android.constant.StringSet
 
toJson() - Method in class com.sendbird.android.AppInfo
 
toJson() - Method in class com.sendbird.android.AppleCriticalAlertOptions
 
toJson() - Method in class com.sendbird.android.Member
 
token - Static variable in class com.sendbird.android.constant.StringSet
 
TokenDataSource - Interface in com.sendbird.android.handlers
This interface exists to obtain data that can be changed.
toString() - Method in class com.sendbird.android.AdminMessage
 
toString() - Method in class com.sendbird.android.AppInfo
 
toString() - Method in class com.sendbird.android.AppleCriticalAlertOptions
 
toString() - Method in class com.sendbird.android.BaseChannel
 
toString() - Method in class com.sendbird.android.BaseMessage
 
toString() - Method in class com.sendbird.android.BaseMessageParams
 
toString() - Method in exception com.sendbird.android.db.SendBirdDBException
 
toString() - Method in class com.sendbird.android.Emoji
 
toString() - Method in class com.sendbird.android.EmojiCategory
 
toString() - Method in class com.sendbird.android.EmojiContainer
 
toString() - Method in class com.sendbird.android.FileMessage.Thumbnail
 
toString() - Method in class com.sendbird.android.FileMessage.ThumbnailSize
 
toString() - Method in class com.sendbird.android.FileMessage
 
toString() - Method in class com.sendbird.android.FileMessageParams
 
toString() - Method in class com.sendbird.android.GroupChannel
 
toString() - Method in class com.sendbird.android.GroupChannelChangeLogsParams
 
toString() - Method in class com.sendbird.android.GroupChannelParams
 
toString() - Method in class com.sendbird.android.GroupChannelTotalUnreadMessageCountParams
 
toString() - Method in class com.sendbird.android.handlers.GroupChannelContext
 
toString() - Method in class com.sendbird.android.handlers.MessageContext
 
toString() - Method in class com.sendbird.android.Member
 
toString() - Method in class com.sendbird.android.MessageChangeLogsParams
 
toString() - Method in class com.sendbird.android.MessageListParams
 
toString() - Method in class com.sendbird.android.MessageMetaArray
 
toString() - Method in class com.sendbird.android.MessagePayloadFilter
 
toString() - Method in class com.sendbird.android.MessageRetrievalParams
 
toString() - Method in class com.sendbird.android.OGImage
 
toString() - Method in class com.sendbird.android.OGMetaData
 
toString() - Method in class com.sendbird.android.OpenChannel
 
toString() - Method in class com.sendbird.android.OpenChannelParams
 
toString() - Method in class com.sendbird.android.Plugin
 
toString() - Method in class com.sendbird.android.Reaction
 
toString() - Method in class com.sendbird.android.ReactionEvent
 
toString() - Method in class com.sendbird.android.ReadStatus
 
toString() - Method in class com.sendbird.android.ScheduledUserMessage
 
toString() - Method in class com.sendbird.android.ScheduledUserMessageParams
 
toString() - Method in exception com.sendbird.android.SendBirdException
 
toString() - Method in class com.sendbird.android.Sender
 
toString() - Method in class com.sendbird.android.ThreadInfo
 
toString() - Method in class com.sendbird.android.ThreadInfoUpdateEvent
 
toString() - Method in class com.sendbird.android.ThreadMessageListParams
 
toString() - Method in class com.sendbird.android.User
 
toString() - Method in class com.sendbird.android.UserMessage
 
toString() - Method in class com.sendbird.android.UserMessageParams
 
total_count - Static variable in class com.sendbird.android.constant.StringSet
 
translateUserMessage(UserMessage, List<String>, BaseChannel.TranslateUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Translates a user message.
translations - Static variable in class com.sendbird.android.constant.StringSet
 
ts - Static variable in class com.sendbird.android.constant.StringSet
 
type - Static variable in class com.sendbird.android.constant.StringSet
 

U

u - Static variable in class com.sendbird.android.constant.StringSet
 
unbanUser(User, GroupChannel.GroupChannelUnbanHandler) - Method in class com.sendbird.android.GroupChannel
Unbans User.
unbanUser(User, OpenChannel.OpenChannelUnbanHandler) - Method in class com.sendbird.android.OpenChannel
Unbans User.
unbanUserWithUserId(String, GroupChannel.GroupChannelUnbanHandler) - Method in class com.sendbird.android.GroupChannel
Unbans User.
unbanUserWithUserId(String, OpenChannel.OpenChannelUnbanHandler) - Method in class com.sendbird.android.OpenChannel
Unbans User.
unblockUser(User, SendBird.UserUnblockHandler) - Static method in class com.sendbird.android.SendBird
Unblocks the specified User.
unblockUserWithUserId(String, SendBird.UserUnblockHandler) - Static method in class com.sendbird.android.SendBird
Unblocks the specified User ID.
unfreeze(GroupChannel.GroupChannelUnfreezeHandler) - Method in class com.sendbird.android.GroupChannel
Unfreeze this GroupChannel.
unhidden - Static variable in class com.sendbird.android.constant.StringSet
 
unhidden_only - Static variable in class com.sendbird.android.constant.StringSet
 
unhide(GroupChannel.GroupChannelUnhideHandler) - Method in class com.sendbird.android.GroupChannel
Unhides this channel from the current User's GroupChannel list.
unmuteUser(User, GroupChannel.GroupChannelUnmuteHandler) - Method in class com.sendbird.android.GroupChannel
Unmutes User.
unmuteUser(User, OpenChannel.OpenChannelUnmuteHandler) - Method in class com.sendbird.android.OpenChannel
Unmutes User.
unmuteUserWithUserId(String, GroupChannel.GroupChannelUnmuteHandler) - Method in class com.sendbird.android.GroupChannel
Unmutes User.
unmuteUserWithUserId(String, OpenChannel.OpenChannelUnmuteHandler) - Method in class com.sendbird.android.OpenChannel
Unmutes User.
unread_channel_filter - Static variable in class com.sendbird.android.constant.StringSet
 
unread_cnt - Static variable in class com.sendbird.android.constant.StringSet
 
unread_filter - Static variable in class com.sendbird.android.constant.StringSet
 
unread_message - Static variable in class com.sendbird.android.constant.StringSet
 
unregisterPushHandler(SendBirdPushHelper.OnPushRequestCompleteListener) - Static method in class com.sendbird.android.SendBirdPushHelper
Unregisters push handler for not receiving FCM/HMS push notifications.
unregisterPushHandler(boolean, SendBirdPushHelper.OnPushRequestCompleteListener) - Static method in class com.sendbird.android.SendBirdPushHelper
Unregisters push handler for not receiving FCM/HMS push notifications.
unregisterPushTokenAllForCurrentUser(SendBird.UnregisterPushTokenHandler) - Static method in class com.sendbird.android.SendBird.HMS
Unregisters all push token bound to the current User.
unregisterPushTokenAllForCurrentUser(SendBird.UnregisterPushTokenHandler) - Static method in class com.sendbird.android.SendBird
Unregisters all push token bound to the current User.
unregisterPushTokenForCurrentUser(String, SendBird.UnregisterPushTokenHandler) - Static method in class com.sendbird.android.SendBird.HMS
Unregisters push token for the current User.
unregisterPushTokenForCurrentUser(String, SendBird.UnregisterPushTokenHandler) - Static method in class com.sendbird.android.SendBird
Unregisters push token for the current User.
update(String, ContentValues, String, String[]) - Method in class com.sendbird.android.ContentProvider
 
update(GroupChannel) - Method in interface com.sendbird.android.db.GroupChannelDao
 
update(BaseMessage) - Method in interface com.sendbird.android.db.MessageDao
 
update_last_message - Static variable in class com.sendbird.android.constant.StringSet
 
update_unread_count - Static variable in class com.sendbird.android.constant.StringSet
 
updateChannel(String, Object, String, GroupChannel.GroupChannelUpdateHandler) - Method in class com.sendbird.android.GroupChannel
Update this channel.
updateChannel(boolean, String, Object, String, GroupChannel.GroupChannelUpdateHandler) - Method in class com.sendbird.android.GroupChannel
updateChannel(boolean, String, Object, String, String, GroupChannel.GroupChannelUpdateHandler) - Method in class com.sendbird.android.GroupChannel
Update this channel.
updateChannel(GroupChannelParams, GroupChannel.GroupChannelUpdateHandler) - Method in class com.sendbird.android.GroupChannel
Update this channel with GroupChannelParams.
updateChannel(String, Object, String, OpenChannel.OpenChannelUpdateHandler) - Method in class com.sendbird.android.OpenChannel
Updates this channel.
updateChannel(String, Object, String, List<User>, OpenChannel.OpenChannelUpdateHandler) - Method in class com.sendbird.android.OpenChannel
updateChannel(String, Object, String, String, List<User>, OpenChannel.OpenChannelUpdateHandler) - Method in class com.sendbird.android.OpenChannel
Updates this channel.
updateChannel(OpenChannelParams, OpenChannel.OpenChannelUpdateHandler) - Method in class com.sendbird.android.OpenChannel
Update this channel with OpenChannelParams.
updateChannelWithOperatorUserIds(String, Object, String, List<String>, OpenChannel.OpenChannelUpdateHandler) - Method in class com.sendbird.android.OpenChannel
Updates this channel.
updateChannelWithOperatorUserIds(String, Object, String, String, List<String>, OpenChannel.OpenChannelUpdateHandler) - Method in class com.sendbird.android.OpenChannel
Updates this channel.
updateCurrentUserInfo(String, String, SendBird.UserInfoUpdateHandler) - Static method in class com.sendbird.android.SendBird
Updates current User's information.
updateCurrentUserInfo(List<String>, SendBird.UserInfoUpdateHandler) - Static method in class com.sendbird.android.SendBird
Updates current User's information.
updateCurrentUserInfoWithProfileImage(String, File, SendBird.UserInfoUpdateHandler) - Static method in class com.sendbird.android.SendBird
Updates current User's information.
updated - Static variable in class com.sendbird.android.constant.StringSet
 
updated_at - Static variable in class com.sendbird.android.constant.StringSet
 
updateFileMessage(long, String, String, BaseChannel.UpdateFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Updates a FileMessage that was previously sent in the channel.
updateFileMessage(long, FileMessageParams, BaseChannel.UpdateFileMessageHandler) - Method in class com.sendbird.android.BaseChannel
Updates a FileMessage that was previously sent in the channel.
updateMetaCounters(Map<String, Integer>, BaseChannel.MetaCounterHandler) - Method in class com.sendbird.android.BaseChannel
Updates meta counters.
updateMetaData(Map<String, String>, BaseChannel.MetaDataHandler) - Method in class com.sendbird.android.BaseChannel
Updates meta data.
updateMetaData(Map<String, String>, User.MetaDataHandler) - Method in class com.sendbird.android.User
Updates meta data.
updateUserMessage(long, String, String, String, BaseChannel.UpdateUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Updates a UserMessage that was previously sent in the channel.
updateUserMessage(long, UserMessageParams, BaseChannel.UpdateUserMessageHandler) - Method in class com.sendbird.android.BaseChannel
Updates a UserMessage that was previously sent in the channel.
uploadFriendDiscoveries(Map<String, String>, SendBird.UploadFriendDiscoveriesHandler) - Static method in class com.sendbird.android.SendBird
Upload friend discoveries.
upsert(String, ContentValues) - Method in class com.sendbird.android.ContentProvider
 
upsert(GroupChannel) - Method in interface com.sendbird.android.db.GroupChannelDao
 
upsert(BaseMessage) - Method in interface com.sendbird.android.db.MessageDao
 
upsertAll(Collection<GroupChannel>) - Method in interface com.sendbird.android.db.GroupChannelDao
 
upsertAll(List<? extends BaseMessage>) - Method in interface com.sendbird.android.db.MessageDao
 
url - Static variable in class com.sendbird.android.constant.StringSet
 
url_contains - Static variable in class com.sendbird.android.constant.StringSet
 
use_local_cache - Static variable in class com.sendbird.android.constant.StringSet
 
use_reaction - Static variable in class com.sendbird.android.constant.StringSet
 
useMemberAsMessageSender(boolean) - Static method in class com.sendbird.android.SendBird.Options
If set true, the sender information of BaseMessage.getSender() or BaseMessage.getSender() such as nickname and profile url will be returned as the same with channel members'.
user - Static variable in class com.sendbird.android.constant.StringSet
 
User - Class in com.sendbird.android
Represents a user.
User.ConnectionStatus - Enum in com.sendbird.android
The user connection status type.
User.DeleteMetaDataHandler - Interface in com.sendbird.android
DeleteMetaData handler.
User.MetaDataHandler - Interface in com.sendbird.android
MetaData handler.
user_auth_key - Static variable in class com.sendbird.android.constant.StringSet
 
user_id - Static variable in class com.sendbird.android.constant.StringSet
 
user_ids - Static variable in class com.sendbird.android.constant.StringSet
 
UserAgent - Static variable in class com.sendbird.android.constant.StringSet
 
useReaction() - Method in class com.sendbird.android.AppInfo
Returns a value whether an application is using the reaction feature.
UserEventHandler() - Constructor for class com.sendbird.android.SendBird.UserEventHandler
 
UserListQuery - Class in com.sendbird.android
A class representing query to retrieve lists related to User.
UserListQuery.UserListQueryResultHandler - Interface in com.sendbird.android
UserListQueryResult handler.
UserMessage - Class in com.sendbird.android
Object representing a user message.
UserMessage.RequestState - Enum in com.sendbird.android
Deprecated.
As of 3.0.120, replaced by SendingStatus.
UserMessageParams - Class in com.sendbird.android
Represents a user message params.
UserMessageParams() - Constructor for class com.sendbird.android.UserMessageParams
UserMessageParams constructor.
UserMessageParams(String) - Constructor for class com.sendbird.android.UserMessageParams
UserMessageParams constructor.
users - Static variable in class com.sendbird.android.constant.StringSet
 
useUiThreadForCallbacks(boolean) - Static method in class com.sendbird.android.SendBird.Options
Deprecated.

V

v(String, Object...) - Static method in class com.sendbird.android.log.Logger
 
v(Throwable) - Static method in class com.sendbird.android.log.Logger
 
v(String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
value() - Method in enum com.sendbird.android.BaseChannel.ChannelType
 
value() - Method in enum com.sendbird.android.BaseChannel.MessageTypeFilter
 
value - Static variable in class com.sendbird.android.constant.StringSet
 
value - Variable in enum com.sendbird.android.GroupChannelListQuery.SuperChannelFilter
 
value - Variable in enum com.sendbird.android.GroupChannelTotalUnreadMessageCountParams.SuperChannelFilter
 
value - Variable in enum com.sendbird.android.PublicGroupChannelListQuery.SuperChannelFilter
 
valueOf(String) - Static method in enum com.sendbird.android.BaseChannel.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.BaseChannel.MessageTypeFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.BaseChannel.ReportCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.BaseMessage.SendingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.BaseMessageParams.MentionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.BaseMessageParams.PushNotificationDeliveryOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.FileMessage.RequestState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannel.CountPreference
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannel.HiddenState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannel.MemberState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannel.PushTriggerOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannel.UnreadItemKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.HiddenChannelFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.MemberState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.MemberStateFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.PublicChannelFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.SearchField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.SuperChannelFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelListQuery.UnreadChannelFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelMemberListQuery.MemberStateFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelMemberListQuery.MutedMemberFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelMemberListQuery.OperatorFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelMemberListQuery.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.GroupChannelTotalUnreadMessageCountParams.SuperChannelFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.handlers.CollectionEventSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.handlers.MessageCollectionInitPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.Member.InvitationState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.Member.MemberState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.Member.MutedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.Member.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.MessageSearchQuery.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.PublicGroupChannelListQuery.MembershipFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.PublicGroupChannelListQuery.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.PublicGroupChannelListQuery.SuperChannelFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.ReactionEvent.ReactionEventAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.ScheduledUserMessage.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.SendBird.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.SendBird.Options.ThreadOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.SendBird.PushTokenRegistrationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.SendBird.PushTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.SendBird.PushTriggerOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.User.ConnectionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sendbird.android.UserMessage.RequestState
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sendbird.android.BaseChannel.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.BaseChannel.MessageTypeFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.BaseChannel.ReportCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.BaseMessage.SendingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.BaseMessageParams.MentionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.BaseMessageParams.PushNotificationDeliveryOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.FileMessage.RequestState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannel.CountPreference
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannel.HiddenState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannel.MemberState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannel.PushTriggerOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannel.UnreadItemKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.HiddenChannelFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.MemberState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.MemberStateFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.PublicChannelFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.SearchField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.SuperChannelFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelListQuery.UnreadChannelFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelMemberListQuery.MemberStateFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelMemberListQuery.MutedMemberFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelMemberListQuery.OperatorFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelMemberListQuery.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.GroupChannelTotalUnreadMessageCountParams.SuperChannelFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.handlers.CollectionEventSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.handlers.MessageCollectionInitPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.Member.InvitationState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.Member.MemberState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.Member.MutedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.Member.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.MessageSearchQuery.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.PublicGroupChannelListQuery.MembershipFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.PublicGroupChannelListQuery.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.PublicGroupChannelListQuery.SuperChannelFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.ReactionEvent.ReactionEventAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.ScheduledUserMessage.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.SendBird.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.SendBird.Options.ThreadOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.SendBird.PushTokenRegistrationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.SendBird.PushTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.SendBird.PushTriggerOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.User.ConnectionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sendbird.android.UserMessage.RequestState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
vendor - Static variable in class com.sendbird.android.constant.StringSet
 
version - Static variable in class com.sendbird.android.constant.StringSet
 
visible - Static variable in class com.sendbird.android.constant.StringSet
 
volume - Static variable in class com.sendbird.android.constant.StringSet
 
vt(Tag, Throwable) - Static method in class com.sendbird.android.log.Logger
 
vt(Tag, String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
vt(Tag, String) - Static method in class com.sendbird.android.log.Logger
 

W

w(String, Object...) - Static method in class com.sendbird.android.log.Logger
 
w(String) - Static method in class com.sendbird.android.log.Logger
 
w(Throwable) - Static method in class com.sendbird.android.log.Logger
 
w(String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
width - Static variable in class com.sendbird.android.constant.StringSet
 
with_sorted_meta_array - Static variable in class com.sendbird.android.constant.StringSet
 
wt(Tag, Throwable) - Static method in class com.sendbird.android.log.Logger
 
wt(Tag, String, Throwable) - Static method in class com.sendbird.android.log.Logger
 
wt(Tag, String, Object...) - Static method in class com.sendbird.android.log.Logger
 
wt(Tag, String) - Static method in class com.sendbird.android.log.Logger
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Sendbird Chat SDK for Android reference

 
 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.

   Copyright © 2021, Sendbird or its affiliates. All rights reserved.