A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W 

U

UI_THREAD - enum entry in com.sendbird.android.SendBird.Options.ThreadOption

All callbacks or events will be called in the default Android UI thread.

unbanUser(User,GroupChannel.GroupChannelUnbanHandler) - function in com.sendbird.android.GroupChannel
Unbans User.
unbanUser(User,OpenChannel.OpenChannelUnbanHandler) - function in com.sendbird.android.OpenChannel
Unbans User.
unbanUserWithUserId(String,GroupChannel.GroupChannelUnbanHandler) - function in com.sendbird.android.GroupChannel
Unbans User.
unbanUserWithUserId(String,OpenChannel.OpenChannelUnbanHandler) - function in com.sendbird.android.OpenChannel
Unbans User.
unbindService(ServiceConnection) - function in android.content.SendBirdHmsMessagingService
 
unbindService(ServiceConnection) - function in android.content.SendBirdFirebaseInstanceIDService
 
unbindService(ServiceConnection) - function in android.content.SendBirdFirebaseMessagingService
 
unblockUser(User,SendBird.UserUnblockHandler) - function in com.sendbird.android.SendBird
Unblocks the specified User.
unblockUserWithUserId(String,SendBird.UserUnblockHandler) - function in com.sendbird.android.SendBird
Unblocks the specified User ID.
unfreeze(GroupChannel.GroupChannelUnfreezeHandler) - function in com.sendbird.android.GroupChannel
Unfreeze this GroupChannel.
UNHIDDEN - enum entry in com.sendbird.android.GroupChannel.HiddenState
 
UNHIDDEN - enum entry in com.sendbird.android.GroupChannelListQuery.HiddenChannelFilter
 
unhide(GroupChannel.GroupChannelUnhideHandler) - function in com.sendbird.android.GroupChannel
Unhides this channel from the current User's GroupChannel list.
UNMUTED - enum entry in com.sendbird.android.GroupChannelMemberListQuery.MutedMemberFilter
 
UNMUTED - enum entry in com.sendbird.android.Member.MutedState
 
unmuteUser(User,GroupChannel.GroupChannelUnmuteHandler) - function in com.sendbird.android.GroupChannel
Unmutes User.
unmuteUser(User,OpenChannel.OpenChannelUnmuteHandler) - function in com.sendbird.android.OpenChannel
Unmutes User.
unmuteUserWithUserId(String,GroupChannel.GroupChannelUnmuteHandler) - function in com.sendbird.android.GroupChannel
Unmutes User.
unmuteUserWithUserId(String,OpenChannel.OpenChannelUnmuteHandler) - function in com.sendbird.android.OpenChannel
Unmutes User.
UNREAD_MENTION_COUNT_ONLY - enum entry in com.sendbird.android.GroupChannel.CountPreference
 
UNREAD_MESSAGE - enum entry in com.sendbird.android.GroupChannelListQuery.UnreadChannelFilter
 
UNREAD_MESSAGE_COUNT_ONLY - enum entry in com.sendbird.android.GroupChannel.CountPreference
 
unregisterComponentCallbacks(ComponentCallbacks) - function in android.content.SendBirdHmsMessagingService
 
unregisterComponentCallbacks(ComponentCallbacks) - function in android.content.SendBirdFirebaseInstanceIDService
 
unregisterComponentCallbacks(ComponentCallbacks) - function in android.content.SendBirdFirebaseMessagingService
 
unregisterPushHandler(SendBirdPushHelper.OnPushRequestCompleteListener) - function in com.sendbird.android.SendBirdPushHelper
Unregisters push handler for not receiving FCM/HMS push notifications.When you call this we will request at the server to remove FCM/HMS push token.
unregisterPushHandler(boolean,SendBirdPushHelper.OnPushRequestCompleteListener) - function in com.sendbird.android.SendBirdPushHelper
Unregisters push handler for not receiving FCM/HMS push notifications.When you call this we will request at the server to remove FCM/HMS push token.
unregisterPushTokenAllForCurrentUser(SendBird.UnregisterPushTokenHandler) - function in com.sendbird.android.SendBird
Unregisters all push token bound to the current User.
unregisterPushTokenAllForCurrentUser(SendBird.UnregisterPushTokenHandler) - function in com.sendbird.android.SendBird.HMS
Unregisters all push token bound to the current User.
unregisterPushTokenForCurrentUser(String,SendBird.UnregisterPushTokenHandler) - function in com.sendbird.android.SendBird
Unregisters push token for the current User.
unregisterPushTokenForCurrentUser(String,SendBird.UnregisterPushTokenHandler) - function in com.sendbird.android.SendBird.HMS
Unregisters push token for the current User.
unregisterReceiver(BroadcastReceiver) - function in android.content.SendBirdHmsMessagingService
 
unregisterReceiver(BroadcastReceiver) - function in android.content.SendBirdFirebaseInstanceIDService
 
unregisterReceiver(BroadcastReceiver) - function in android.content.SendBirdFirebaseMessagingService
 
update(String,ContentValues,String,Array) - function in com.sendbird.android.ContentProvider
 
update(GroupChannel) - function in com.sendbird.android.GroupChannelDaoImpl
 
update(String,ContentValues,String,Array) - function in com.sendbird.android.GroupChannelDaoImpl
 
update(GroupChannel) - function in com.sendbird.android.db.GroupChannelDao
 
update(BaseMessage) - function in com.sendbird.android.db.MessageDao
 
updateChannel(String,Object,String,GroupChannel.GroupChannelUpdateHandler) - function in com.sendbird.android.GroupChannel
Update this channel.
updateChannel(boolean,String,Object,String,GroupChannel.GroupChannelUpdateHandler) - function in com.sendbird.android.GroupChannel
Update this channel.
updateChannel(boolean,String,Object,String,String,GroupChannel.GroupChannelUpdateHandler) - function in com.sendbird.android.GroupChannel
Update this channel.
updateChannel(GroupChannelParams,GroupChannel.GroupChannelUpdateHandler) - function in com.sendbird.android.GroupChannel
Update this channel with GroupChannelParams.
updateChannel(String,Object,String,OpenChannel.OpenChannelUpdateHandler) - function in com.sendbird.android.OpenChannel
Updates this channel.
updateChannel(String,Object,String,List,OpenChannel.OpenChannelUpdateHandler) - function in com.sendbird.android.OpenChannel
Updates this channel.
updateChannel(String,Object,String,String,List,OpenChannel.OpenChannelUpdateHandler) - function in com.sendbird.android.OpenChannel
Updates this channel.
updateChannel(OpenChannelParams,OpenChannel.OpenChannelUpdateHandler) - function in com.sendbird.android.OpenChannel
Update this channel with OpenChannelParams.
updateChannelWithOperatorUserIds(String,Object,String,List,OpenChannel.OpenChannelUpdateHandler) - function in com.sendbird.android.OpenChannel
Updates this channel.
updateChannelWithOperatorUserIds(String,Object,String,String,List,OpenChannel.OpenChannelUpdateHandler) - function in com.sendbird.android.OpenChannel
Updates this channel.
updateCurrentUserInfo(String,String,SendBird.UserInfoUpdateHandler) - function in com.sendbird.android.SendBird
Updates current User's information.
updateCurrentUserInfo(List,SendBird.UserInfoUpdateHandler) - function in com.sendbird.android.SendBird
Updates current User's information.
updateCurrentUserInfoWithProfileImage(String,File,SendBird.UserInfoUpdateHandler) - function in com.sendbird.android.SendBird
Updates current User's information.
updateFileMessage(long,String,String,BaseChannel.UpdateFileMessageHandler) - function in com.sendbird.android.GroupChannel
Updates a FileMessage that was previously sent in the channel.Note that the file itself cannot be changed; only the fields stored within the message can be modified.
updateFileMessage(long,FileMessageParams,BaseChannel.UpdateFileMessageHandler) - function in com.sendbird.android.GroupChannel
Updates a FileMessage that was previously sent in the channel.Note that the file itself cannot be changed; only the fields stored within the message can be modified.
updateFileMessage(long,String,String,BaseChannel.UpdateFileMessageHandler) - function in com.sendbird.android.BaseChannel
Updates a FileMessage that was previously sent in the channel.Note that the file itself cannot be changed; only the fields stored within the message can be modified.
updateFileMessage(long,FileMessageParams,BaseChannel.UpdateFileMessageHandler) - function in com.sendbird.android.BaseChannel
Updates a FileMessage that was previously sent in the channel.Note that the file itself cannot be changed; only the fields stored within the message can be modified.
updateFileMessage(long,String,String,BaseChannel.UpdateFileMessageHandler) - function in com.sendbird.android.OpenChannel
Updates a FileMessage that was previously sent in the channel.Note that the file itself cannot be changed; only the fields stored within the message can be modified.
updateFileMessage(long,FileMessageParams,BaseChannel.UpdateFileMessageHandler) - function in com.sendbird.android.OpenChannel
Updates a FileMessage that was previously sent in the channel.Note that the file itself cannot be changed; only the fields stored within the message can be modified.
updateMetaCounters(Map,BaseChannel.MetaCounterHandler) - function in com.sendbird.android.GroupChannel
Updates meta counters.
updateMetaCounters(Map,BaseChannel.MetaCounterHandler) - function in com.sendbird.android.BaseChannel
Updates meta counters.
updateMetaCounters(Map,BaseChannel.MetaCounterHandler) - function in com.sendbird.android.OpenChannel
Updates meta counters.
updateMetaData(Map,BaseChannel.MetaDataHandler) - function in com.sendbird.android.GroupChannel
Updates meta data.
updateMetaData(Map,User.MetaDataHandler) - function in com.sendbird.android.User
Updates meta data.
updateMetaData(Map,User.MetaDataHandler) - function in com.sendbird.android.Sender
Updates meta data.
updateMetaData(Map,BaseChannel.MetaDataHandler) - function in com.sendbird.android.BaseChannel
Updates meta data.
updateMetaData(Map,BaseChannel.MetaDataHandler) - function in com.sendbird.android.OpenChannel
Updates meta data.
updateMetaData(Map,User.MetaDataHandler) - function in com.sendbird.android.Member
Updates meta data.
updateMetaData(Map,User.MetaDataHandler) - function in com.sendbird.android.RestrictedUser
 
updatePropertiesByUser(User) - function in com.sendbird.android.RestrictedUser
 
updateServiceGroup(ServiceConnection,int,int) - function in android.content.SendBirdHmsMessagingService
 
updateServiceGroup(ServiceConnection,Integer,Integer) - function in android.content.SendBirdFirebaseInstanceIDService
 
updateServiceGroup(ServiceConnection,Integer,Integer) - function in android.content.SendBirdFirebaseMessagingService
 
updateUserMessage(long,String,String,String,BaseChannel.UpdateUserMessageHandler) - function in com.sendbird.android.GroupChannel
Updates a UserMessage that was previously sent in the channel.
updateUserMessage(long,UserMessageParams,BaseChannel.UpdateUserMessageHandler) - function in com.sendbird.android.GroupChannel
Updates a UserMessage that was previously sent in the channel.
updateUserMessage(long,String,String,String,BaseChannel.UpdateUserMessageHandler) - function in com.sendbird.android.BaseChannel
Updates a UserMessage that was previously sent in the channel.
updateUserMessage(long,UserMessageParams,BaseChannel.UpdateUserMessageHandler) - function in com.sendbird.android.BaseChannel
Updates a UserMessage that was previously sent in the channel.
updateUserMessage(long,String,String,String,BaseChannel.UpdateUserMessageHandler) - function in com.sendbird.android.OpenChannel
Updates a UserMessage that was previously sent in the channel.
updateUserMessage(long,UserMessageParams,BaseChannel.UpdateUserMessageHandler) - function in com.sendbird.android.OpenChannel
Updates a UserMessage that was previously sent in the channel.
uploadFriendDiscoveries(Map,SendBird.UploadFriendDiscoveriesHandler) - function in com.sendbird.android.SendBird
Upload friend discoveries.
upsert(String,ContentValues) - function in com.sendbird.android.ContentProvider
 
upsert(GroupChannel) - function in com.sendbird.android.GroupChannelDaoImpl
 
upsert(String,ContentValues) - function in com.sendbird.android.GroupChannelDaoImpl
 
upsert(GroupChannel) - function in com.sendbird.android.db.GroupChannelDao
 
upsert(BaseMessage) - function in com.sendbird.android.db.MessageDao
 
upsertAll(Collection) - function in com.sendbird.android.GroupChannelDaoImpl
 
upsertAll(Collection) - function in com.sendbird.android.db.GroupChannelDao
 
upsertAll(List) - function in com.sendbird.android.db.MessageDao
 
useMemberAsMessageSender(boolean) - function in com.sendbird.android.SendBird.Options
If set true, the sender information of getSender or getSender such as nickname and profile url will be returned as the same with channel members'.Otherwise, the information will be the value of the message creation time.
User - class in com.sendbird.android
Represents a user.
USER - enum entry in com.sendbird.android.BaseChannel.MessageTypeFilter
 
User.ConnectionStatus - class in com.sendbird.android.User
The user connection status type.
User.DeleteMetaDataHandler - class in com.sendbird.android.User
DeleteMetaData handler.
User.MetaDataHandler - class in com.sendbird.android.User
MetaData handler.
useReaction() - function in com.sendbird.android.AppInfo
Returns a value whether an application is using the reaction feature.
UserListQuery - class in com.sendbird.android
A class representing query to retrieve lists related to User.
UserListQuery.UserListQueryResultHandler - class in com.sendbird.android.UserListQuery
UserListQueryResult handler.
UserMessage - class in com.sendbird.android
Object representing a user message.
UserMessage.RequestState - class in com.sendbird.android.UserMessage
Represents message request state.
UserMessageParams - class in com.sendbird.android
Represents a user message params.
USERS - enum entry in com.sendbird.android.BaseMessageParams.MentionType
 
useUiThreadForCallbacks(boolean) - function in com.sendbird.android.SendBird.Options
If set true, callbacks are returned on the UI thread.Otherwise, the callbacks run on background threads.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W