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 - class in com.sendbird.android
 
acceptInvitation(GroupChannel.GroupChannelAcceptInvitationHandler) - function in com.sendbird.android.GroupChannel
Accepts the invitation sent to the current User.
acceptInvitation(String,GroupChannel.GroupChannelAcceptInvitationHandler) - function in com.sendbird.android.GroupChannel
Accepts the invitation sent to the current User.
ADD - enum entry in com.sendbird.android.ReactionEvent.ReactionEventAction
 
addChannelHandler(String,SendBird.ChannelHandler) - function in com.sendbird.android.SendBird
Adds a channel handler.
addConnectionHandler(String,SendBird.ConnectionHandler) - function in com.sendbird.android.SendBird
Adds a connection handler.
addExtension(String,String) - function in com.sendbird.android.SendBird
To send additional User-Agent information please set the version information.This will be set pre-defined keys only.
addFriends(List,SendBird.AddFriendsHandler) - function in com.sendbird.android.SendBird
Add friends.
addMessageMetaArrayValues(BaseMessage,Map,BaseChannel.MessageMetaArrayHandler) - function in com.sendbird.android.GroupChannel
Adds message meta array values.
addMessageMetaArrayValues(BaseMessage,List,BaseChannel.MessageMetaArrayHandler) - function in com.sendbird.android.GroupChannel
Adds message meta array values.
addMessageMetaArrayValues(BaseMessage,Map,BaseChannel.MessageMetaArrayHandler) - function in com.sendbird.android.BaseChannel
Adds message meta array values.
addMessageMetaArrayValues(BaseMessage,List,BaseChannel.MessageMetaArrayHandler) - function in com.sendbird.android.BaseChannel
Adds message meta array values.
addMessageMetaArrayValues(BaseMessage,Map,BaseChannel.MessageMetaArrayHandler) - function in com.sendbird.android.OpenChannel
Adds message meta array values.
addMessageMetaArrayValues(BaseMessage,List,BaseChannel.MessageMetaArrayHandler) - function in com.sendbird.android.OpenChannel
Adds message meta array values.
addNetworkHandler(String,ConnectionManager.NetworkHandler) - function in com.sendbird.android.ConnectionManager
Adds a network handler.
addOperator(User) - function in com.sendbird.android.OpenChannelParams
Adds user.
addOperatorId(String) - function in com.sendbird.android.OpenChannelParams
Adds operator user id.
addOperatorIds(List) - function in com.sendbird.android.OpenChannelParams
Adds operator user ids.
addOperators(Collection,AddOperatorsHandler) - function in com.sendbird.android.GroupChannel
Add operators to the channel.
addOperators(Collection,AddOperatorsHandler) - function in com.sendbird.android.BaseChannel
Add operators to the channel.
addOperators(List) - function in com.sendbird.android.OpenChannelParams
Adds operators.
addOperators(Collection,AddOperatorsHandler) - function in com.sendbird.android.OpenChannel
Add operators to the channel.
AddOperatorsHandler - class in com.sendbird.android.handlers
interface for the handler of addOperators method.
addReaction(BaseMessage,String,BaseChannel.ReactionHandler) - function in com.sendbird.android.GroupChannel
Adds Reaction.
addReaction(BaseMessage,String,BaseChannel.ReactionHandler) - function in com.sendbird.android.BaseChannel
Adds Reaction.
addReaction(BaseMessage,String,BaseChannel.ReactionHandler) - function in com.sendbird.android.OpenChannel
Adds Reaction.
addSuppressed(Throwable) - function in java.lang.SendBirdException
 
addSuppressed(Throwable) - function in java.lang.TimeoutLock.TimeoutException
 
addSuppressed(Throwable) - function in java.lang.SendBirdDBException
 
addUser(User) - function in com.sendbird.android.GroupChannelParams
Add user.
addUserEventHandler(String,SendBird.UserEventHandler) - function in com.sendbird.android.SendBird
Adds a user event handler.
addUserId(String) - function in com.sendbird.android.GroupChannelParams
Add user id.
addUserIds(List) - function in com.sendbird.android.GroupChannelParams
Add user ids.
addUsers(List) - function in com.sendbird.android.GroupChannelParams
Add users.
addValue(String) - function in com.sendbird.android.MessageMetaArray
Add new value to meta array value.If meta array value contains given data, it will be ignored.
addValue(List) - function in com.sendbird.android.MessageMetaArray
Add new value list to meta array value.If meta array value contains given data, it will be ignored.
ADMIN - enum entry in com.sendbird.android.BaseChannel.MessageTypeFilter
 
AdminMessage - class in com.sendbird.android
Object representing an admin message.
ALL - enum entry in com.sendbird.android.SendBird.PushTriggerOption
 
ALL - enum entry in com.sendbird.android.GroupChannelTotalUnreadMessageCountParams.SuperChannelFilter

When this filter is set, all channels will be retrieved whether it is a super or not.

ALL - enum entry in com.sendbird.android.GroupChannel.MemberState
 
ALL - enum entry in com.sendbird.android.GroupChannel.CountPreference
 
ALL - enum entry in com.sendbird.android.GroupChannel.PushTriggerOption
 
ALL - enum entry in com.sendbird.android.GroupChannelMemberListQuery.OperatorFilter
 
ALL - enum entry in com.sendbird.android.GroupChannelMemberListQuery.MutedMemberFilter
 
ALL - enum entry in com.sendbird.android.GroupChannelMemberListQuery.MemberStateFilter
 
ALL - enum entry in com.sendbird.android.GroupChannelListQuery.MemberState
 
ALL - enum entry in com.sendbird.android.GroupChannelListQuery.MemberStateFilter
 
ALL - enum entry in com.sendbird.android.GroupChannelListQuery.SuperChannelFilter

When this filter is set, all channels will be retrieved whether it is a super or not.

ALL - enum entry in com.sendbird.android.GroupChannelListQuery.PublicChannelFilter
 
ALL - enum entry in com.sendbird.android.GroupChannelListQuery.UnreadChannelFilter
 
ALL - enum entry in com.sendbird.android.GroupChannelListQuery.HiddenChannelFilter
 
ALL - enum entry in com.sendbird.android.BaseChannel.MessageTypeFilter
 
ALL - enum entry in com.sendbird.android.PublicGroupChannelListQuery.SuperChannelFilter

When this filter is set, all channels will be retrieved whether it is a super or not.

ALL - enum entry in com.sendbird.android.PublicGroupChannelListQuery.MembershipFilter
 
ALL - enum entry in com.sendbird.android.GroupChannelTotalUnreadChannelCountParams.SuperChannelFilter

When this filter is set, all channels will be retrieved whether it is a super or not.

ALL - enum entry in com.sendbird.android.ReplyTypeFilter

Include all replies.

allowFriendDiscovery(boolean,AllowFriendDiscoveryHandler) - function in com.sendbird.android.SendBird
Sets friend discoverability of current user.
AllowFriendDiscoveryHandler - class in com.sendbird.android.handlers
Handler for allowFriendDiscovery
AND - enum entry in com.sendbird.android.GroupChannelListQuery.QueryType
 
APNS - enum entry in com.sendbird.android.SendBird.PushTokenType
 
APNS_VOIP - enum entry in com.sendbird.android.SendBird.PushTokenType
 
AppInfo - class in com.sendbird.android
Represents information obtained from the application settings.
AppleCriticalAlertOptions - class in com.sendbird.android
A class that can be used to send apple's critical alert.
ApplicationUserListQuery - class in com.sendbird.android
A class representing query to retrieve lists related to User.
applyParentMessage(BaseMessage) - function in com.sendbird.android.BaseMessage
When parent message is updated, you can update the child message's parent message through this methodIf you use MessageCollection, messages in the collection are automatically updated, so don't need to call it
applyParentMessage(BaseMessage) - function in com.sendbird.android.UserMessage
When parent message is updated, you can update the child message's parent message through this methodIf you use MessageCollection, messages in the collection are automatically updated, so don't need to call it
applyParentMessage(BaseMessage) - function in com.sendbird.android.AdminMessage
When parent message is updated, you can update the child message's parent message through this methodIf you use MessageCollection, messages in the collection are automatically updated, so don't need to call it
applyParentMessage(BaseMessage) - function in com.sendbird.android.FileMessage
When parent message is updated, you can update the child message's parent message through this methodIf you use MessageCollection, messages in the collection are automatically updated, so don't need to call it
applyReactionEvent(ReactionEvent) - function in com.sendbird.android.BaseMessage
Applies ReactionEvent to message.
applyReactionEvent(ReactionEvent) - function in com.sendbird.android.UserMessage
Applies ReactionEvent to message.
applyReactionEvent(ReactionEvent) - function in com.sendbird.android.AdminMessage
Applies ReactionEvent to message.
applyReactionEvent(ReactionEvent) - function in com.sendbird.android.FileMessage
Applies ReactionEvent to message.
applyThreadInfoUpdateEvent(ThreadInfoUpdateEvent) - function in com.sendbird.android.BaseMessage
Applies ThreadInfoUpdateEvent to a message.
applyThreadInfoUpdateEvent(ThreadInfoUpdateEvent) - function in com.sendbird.android.UserMessage
Applies ThreadInfoUpdateEvent to a message.
applyThreadInfoUpdateEvent(ThreadInfoUpdateEvent) - function in com.sendbird.android.AdminMessage
Applies ThreadInfoUpdateEvent to a message.
applyThreadInfoUpdateEvent(ThreadInfoUpdateEvent) - function in com.sendbird.android.FileMessage
Applies ThreadInfoUpdateEvent to a message.
ASC - enum entry in com.sendbird.android.SortOrder
 
AtomicLongEx - class in com.sendbird.android.utils
 
attachBaseContext(Context) - function in android.app.SendBirdFirebaseInstanceIDService
 
attachBaseContext(Context) - function in android.app.SendBirdFirebaseMessagingService
 
authenticate(ConnectionManager.AuthInfoRequestHandler,ConnectionManager.AuthenticateHandler) - function in com.sendbird.android.ConnectionManager
Authenticate AuthInfoRequester.setAuthInfo or AuthInfoRequester.setAuthInfoWithHostInfo must be called before authentication timeout.
AUTO_RESENDER - enum entry in com.sendbird.android.log.Tag
 
await() - function in com.sendbird.android.utils.TimeoutLock
 
awake() - function in com.sendbird.android.utils.CancelableThreadHolder
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W