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

O

observeLatestUsers() - function in io.getstream.chat.android.client.persistance.repository.UserRepository
Returns flow of latest updated users.
observeLatestUsers() - function in io.getstream.chat.android.client.persistance.repository.UserRepository
Returns flow of latest updated users.
okHttpClient(okhttp3.OkHttpClient) - function in io.getstream.chat.android.client.ChatClient.Builder
Sets a custom OkHttpClient that will be used by the client to perform API calls to Stream.
onActivityCreated(android.os.Bundle) - function in androidx.fragment.app.DialogFragment
 
onActivityResult(java.lang.Integer,java.lang.Integer,android.content.Intent) - function in androidx.fragment.app.Fragment
 
onAttach(android.content.Context) - function in androidx.fragment.app.DialogFragment
 
onAttach(android.app.Activity) - function in androidx.fragment.app.Fragment
 
onAttachFragment(androidx.fragment.app.Fragment) - function in androidx.fragment.app.Fragment
 
onAttachmentSendRequest(java.lang.String,java.lang.String,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.plugin.Plugin
Updates the SDK before the attachments are sent to backend.
onAttachmentSendRequest(java.lang.String,java.lang.String,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.plugin.listeners.SendAttachmentListener
Updates the SDK before the attachments are sent to backend.
onBlockUserResult(io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect after the request was completed.
onBlockUserResult(io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.BlockUserListener
Runs side effect after the request was completed.
onCancel(android.content.DialogInterface) - function in androidx.fragment.app.DialogFragment
 
onChannelMarkReadPrecondition(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.plugin.Plugin
Run precondition for the request.
onChannelMarkReadPrecondition(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.ChannelMarkReadListener
Run precondition for the request.
onChatEvent(io.getstream.chat.android.client.events.NewMessageEvent) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
Handles showing notification after receiving NewMessageEvent from other users.
onConfigurationChanged(android.content.res.Configuration) - function in androidx.fragment.app.Fragment
 
onConnected(io.getstream.chat.android.client.events.ConnectedEvent) - function in io.getstream.chat.android.client.socket.SocketListener
Invoked when we receive the first ConnectedEvent in this connection.
onConnecting() - function in io.getstream.chat.android.client.socket.SocketListener
Invoked when the connection begins to establish and socket state changes to Connecting.
onContextItemSelected(android.view.MenuItem) - function in androidx.fragment.app.Fragment
 
onCreate(android.os.Bundle) - function in androidx.fragment.app.DialogFragment
 
onCreateAnimation(java.lang.Integer,java.lang.Boolean,java.lang.Integer) - function in androidx.fragment.app.Fragment
 
onCreateAnimator(java.lang.Integer,java.lang.Boolean,java.lang.Integer) - function in androidx.fragment.app.Fragment
 
onCreateChannelError(io.getstream.result.call.Call,java.lang.String,java.lang.String,java.util.List,java.util.Map) - function in io.getstream.chat.android.client.errorhandler.CreateChannelErrorHandler
Returns a Result from this side effect when original request fails.
onCreateChannelError(io.getstream.result.call.Call,java.lang.String,java.lang.String,java.util.List,java.util.Map) - function in io.getstream.chat.android.client.errorhandler.ErrorHandler
Returns a Result from this side effect when original request fails.
onCreateChannelPrecondition(io.getstream.chat.android.models.User,java.lang.String,java.util.List) - function in io.getstream.chat.android.client.plugin.Plugin
Runs precondition check for ChatClient.createChannel.
onCreateChannelPrecondition(io.getstream.chat.android.models.User,java.lang.String,java.util.List) - function in io.getstream.chat.android.client.plugin.listeners.CreateChannelListener
Runs precondition check for ChatClient.createChannel.
onCreateChannelRequest(java.lang.String,java.lang.String,io.getstream.chat.android.client.query.CreateChannelParams,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.Plugin
A method called before making an API call to create a channel.
onCreateChannelRequest(java.lang.String,java.lang.String,java.util.List,java.util.Map,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.Plugin
A method called before making an API call to create a channel.
onCreateChannelRequest(java.lang.String,java.lang.String,io.getstream.chat.android.client.query.CreateChannelParams,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.listeners.CreateChannelListener
A method called before making an API call to create a channel.
onCreateChannelRequest(java.lang.String,java.lang.String,java.util.List,java.util.Map,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.listeners.CreateChannelListener
A method called before making an API call to create a channel.
onCreateChannelResult(java.lang.String,java.lang.String,java.util.List,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
A method called after receiving the response from the create channel call.
onCreateChannelResult(java.lang.String,java.lang.String,java.util.List,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.CreateChannelListener
A method called after receiving the response from the create channel call.
onCreateContextMenu(android.view.ContextMenu,android.view.View,android.view.ContextMenu.ContextMenuInfo) - function in androidx.fragment.app.Fragment
 
onCreateDialog(android.os.Bundle) - function in androidx.fragment.app.DialogFragment
 
onCreateDraftMessageResult(io.getstream.result.Result,java.lang.String,java.lang.String,io.getstream.chat.android.models.DraftMessage) - function in io.getstream.chat.android.client.plugin.Plugin
Side effect to be invoked when the original request is completed with a response.
onCreateDraftMessageResult(io.getstream.result.Result,java.lang.String,java.lang.String,io.getstream.chat.android.models.DraftMessage) - function in io.getstream.chat.android.client.plugin.listeners.DraftMessageListener
Side effect to be invoked when the original request is completed with a response.
onCreateOptionsMenu(android.view.Menu,android.view.MenuInflater) - function in androidx.fragment.app.Fragment
 
onCreateView(android.view.LayoutInflater,android.view.ViewGroup,android.os.Bundle) - function in androidx.fragment.app.Fragment
 
onDeleteChannelPrecondition(io.getstream.chat.android.models.User,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.plugin.Plugin
Runs precondition check for ChatClient.deleteChannel.
onDeleteChannelPrecondition(io.getstream.chat.android.models.User,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.DeleteChannelListener
Runs precondition check for ChatClient.deleteChannel.
onDeleteChannelRequest(io.getstream.chat.android.models.User,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.plugin.Plugin
A method called before making an API call to delete a channel.
onDeleteChannelRequest(io.getstream.chat.android.models.User,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.DeleteChannelListener
A method called before making an API call to delete a channel.
onDeleteChannelResult(java.lang.String,java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
A method called after receiving the response from the delete channel call.
onDeleteChannelResult(java.lang.String,java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.DeleteChannelListener
A method called after receiving the response from the delete channel call.
onDeleteDraftMessagesResult(io.getstream.result.Result,java.lang.String,java.lang.String,io.getstream.chat.android.models.DraftMessage) - function in io.getstream.chat.android.client.plugin.Plugin
Side effect to be invoked when the original request is completed with a response.
onDeleteDraftMessagesResult(io.getstream.result.Result,java.lang.String,java.lang.String,io.getstream.chat.android.models.DraftMessage) - function in io.getstream.chat.android.client.plugin.listeners.DraftMessageListener
Side effect to be invoked when the original request is completed with a response.
onDeleteReactionError(io.getstream.result.call.Call,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.errorhandler.DeleteReactionErrorHandler
Returns a Result from this side effect when original request is failed.
onDeleteReactionError(io.getstream.result.call.Call,java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.errorhandler.ErrorHandler
Returns a Result from this side effect when original request is failed.
onDeleteReactionPrecondition(io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.Plugin
Runs precondition check for ChatClient.deleteReaction.
onDeleteReactionPrecondition(io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.listeners.DeleteReactionListener
Runs precondition check for ChatClient.deleteReaction.
onDeleteReactionRequest(java.lang.String,java.lang.String,java.lang.String,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.Plugin
A method called before making an API call to delete the reaction.
onDeleteReactionRequest(java.lang.String,java.lang.String,java.lang.String,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.listeners.DeleteReactionListener
A method called before making an API call to delete the reaction.
onDeleteReactionResult(java.lang.String,java.lang.String,java.lang.String,io.getstream.chat.android.models.User,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
A method called after receiving the response from the delete reaction call.
onDeleteReactionResult(java.lang.String,java.lang.String,java.lang.String,io.getstream.chat.android.models.User,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.DeleteReactionListener
A method called after receiving the response from the delete reaction call.
onDestroy() - function in androidx.fragment.app.Fragment
 
onDestroyOptionsMenu() - function in androidx.fragment.app.Fragment
 
onDestroyView() - function in androidx.fragment.app.DialogFragment
 
onDetach() - function in androidx.fragment.app.DialogFragment
 
onDisconnected(io.getstream.chat.android.client.clientstate.DisconnectCause) - function in io.getstream.chat.android.client.socket.SocketListener
Invoked when the web socket connection is disconnected.
onDismiss(android.content.DialogInterface) - function in androidx.fragment.app.DialogFragment
 
onError(io.getstream.result.Error) - function in io.getstream.chat.android.client.socket.SocketListener
Invoked when there is any error in this web socket connection.
onError(io.getstream.result.Error) - function in io.getstream.chat.android.client.utils.ProgressCallback
Called when the attachment could not be uploaded due to cancellation, network problem or timeout etc with an error.
onEvent(EventT) - function in io.getstream.chat.android.client.ChatEventListener
 
onEvent(io.getstream.chat.android.client.events.ChatEvent) - function in io.getstream.chat.android.client.socket.SocketListener
Invoked when we receive any successful event.
onFetchCurrentUserResult(io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Called when the current user is fetched from the backend.
onFetchCurrentUserResult(io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.FetchCurrentUserListener
Called when the current user is fetched from the backend.
onGetLayoutInflater(android.os.Bundle) - function in androidx.fragment.app.DialogFragment
 
onGetMessageResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Method called when the API call requesting a single new message has completed.
onGetMessageResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.GetMessageListener
Method called when the API call requesting a single new message has completed.
onGetNewerRepliesRequest(java.lang.String,java.lang.Integer,java.lang.String) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect before the request is launched.
onGetNewerRepliesRequest(java.lang.String,java.lang.Integer,java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
Runs side effect before the request is launched.
onGetNewerRepliesResult(io.getstream.result.Result,java.lang.String,java.lang.Integer,java.lang.String) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this function on the result of the ChatClient.getNewerReplies request.
onGetNewerRepliesResult(io.getstream.result.Result,java.lang.String,java.lang.Integer,java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
Runs this function on the result of the ChatClient.getNewerReplies request.
onGetRepliesMoreRequest(java.lang.String,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect before the request is launched.
onGetRepliesMoreRequest(java.lang.String,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
Runs side effect before the request is launched.
onGetRepliesMoreResult(io.getstream.result.Result,java.lang.String,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this function on the result of the ChatClient.getRepliesMore request.
onGetRepliesMoreResult(io.getstream.result.Result,java.lang.String,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
Runs this function on the result of the ChatClient.getRepliesMore request.
onGetRepliesPrecondition(java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.Plugin
Runs precondition check for ChatClient.getReplies, ChatClient.getNewerReplies and ChatClient.getRepliesMore.
onGetRepliesPrecondition(java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
Runs precondition check for ChatClient.getReplies, ChatClient.getNewerReplies and ChatClient.getRepliesMore.
onGetRepliesRequest(java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect before the request is launched.
onGetRepliesRequest(java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
Runs side effect before the request is launched.
onGetRepliesResult(io.getstream.result.Result,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this function on the result of the ChatClient.getReplies request.
onGetRepliesResult(io.getstream.result.Result,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
Runs this function on the result of the ChatClient.getReplies request.
onGiphySendResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
A method called after receiving the response from the send Giphy call.
onGiphySendResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.SendGiphyListener
A method called after receiving the response from the send Giphy call.
onHiddenChanged(java.lang.Boolean) - function in androidx.fragment.app.Fragment
 
onHideChannelPrecondition(java.lang.String,java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.plugin.Plugin
Run precondition for the request.
onHideChannelPrecondition(java.lang.String,java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.plugin.listeners.HideChannelListener
Run precondition for the request.
onHideChannelRequest(java.lang.String,java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect before the request is launched.
onHideChannelRequest(java.lang.String,java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.plugin.listeners.HideChannelListener
Runs side effect before the request is launched.
onHideChannelResult(io.getstream.result.Result,java.lang.String,java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this function on the result of the request.
onHideChannelResult(io.getstream.result.Result,java.lang.String,java.lang.String,java.lang.Boolean) - function in io.getstream.chat.android.client.plugin.listeners.HideChannelListener
Runs this function on the result of the request.
onInflate(android.app.Activity,android.util.AttributeSet,android.os.Bundle) - function in androidx.fragment.app.Fragment
 
onInflate(android.content.Context,android.util.AttributeSet,android.os.Bundle) - function in androidx.fragment.app.Fragment
 
onInterceptionStart(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.debugger.SendMessageDebugger
Called when the interception of a message starts.
onInterceptionStop(io.getstream.result.Result,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.debugger.SendMessageDebugger
Called when the interception of a message is stopped and the result is available.
onInterceptionUpdate(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.debugger.SendMessageDebugger
Called when an intercepted message is updated during interception.
onLowMemory() - function in androidx.fragment.app.Fragment
 
onMarkAllReadRequest() - function in io.getstream.chat.android.client.plugin.Plugin
Register this side effect to run just before actual ChatClient.markAllRead request is launched.
onMarkAllReadRequest() - function in io.getstream.chat.android.client.plugin.listeners.MarkAllReadListener
Register this side effect to run just before actual ChatClient.markAllRead request is launched.
onMessageDeletePrecondition(java.lang.String) - function in io.getstream.chat.android.client.plugin.Plugin
Runs precondition check for ChatClient.deleteMessage.
onMessageDeletePrecondition(java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.DeleteMessageListener
Runs precondition check for ChatClient.deleteMessage.
onMessageDeleteRequest(java.lang.String) - function in io.getstream.chat.android.client.plugin.Plugin
Method called when a request to delete a message in the API happens
onMessageDeleteRequest(java.lang.String) - function in io.getstream.chat.android.client.plugin.listeners.DeleteMessageListener
Method called when a request to delete a message in the API happens
onMessageDeleteResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Method called when a request for message deletion return.
onMessageDeleteResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.DeleteMessageListener
Method called when a request for message deletion return.
onMessageEditRequest(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.plugin.Plugin
Method called when a request for message edition happens.
onMessageEditRequest(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.plugin.listeners.EditMessageListener
Method called when a request for message edition happens.
onMessageEditResult(io.getstream.chat.android.models.Message,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Method called when a request for message edition return.
onMessageEditResult(io.getstream.chat.android.models.Message,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.EditMessageListener
Method called when a request for message edition return.
onMessageSendResult(io.getstream.result.Result,java.lang.String,java.lang.String,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.plugin.Plugin
Side effect to be invoked when the original request is completed with a response.
onMessageSendResult(io.getstream.result.Result,java.lang.String,java.lang.String,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.plugin.listeners.SendMessageListener
Side effect to be invoked when the original request is completed with a response.
onMultiWindowModeChanged(java.lang.Boolean) - function in androidx.fragment.app.Fragment
 
onNonFatalErrorOccurred(java.lang.String,java.lang.String,java.lang.String,io.getstream.result.Error) - function in io.getstream.chat.android.client.debugger.ChatClientDebugger
Called when a non-fatal error occurs.
onNotificationPermissionStatus(io.getstream.android.push.permissions.NotificationPermissionStatus) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
Handles android.Manifest.permission.POST_NOTIFICATIONS permission lifecycle.
onNotificationReminderDueEvent(io.getstream.chat.android.client.events.NotificationReminderDueEvent) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
Handles showing notification after receiving NotificationReminderDueEvent.
onOptionsItemSelected(android.view.MenuItem) - function in androidx.fragment.app.Fragment
 
onOptionsMenuClosed(android.view.Menu) - function in androidx.fragment.app.Fragment
 
onPause() - function in androidx.fragment.app.Fragment
 
onPictureInPictureModeChanged(java.lang.Boolean) - function in androidx.fragment.app.Fragment
 
onPrepareOptionsMenu(android.view.Menu) - function in androidx.fragment.app.Fragment
 
onPrimaryNavigationFragmentChanged(java.lang.Boolean) - function in androidx.fragment.app.Fragment
 
onProgress(io.getstream.chat.android.client.audio.WaveformExtractor,java.lang.Float) - function in io.getstream.chat.android.client.audio.ExtractorCallBack
 
onProgress(java.lang.Long,java.lang.Long) - function in io.getstream.chat.android.client.utils.ProgressCallback
Called when the attachment upload is in progress with bytesUploaded count and totalBytes in bytes of the file.
onPushDeviceGeneratorSelected() - function in io.getstream.chat.android.client.notifications.handler.PushDeviceGenerator
Called when this PushDeviceGenerator has been selected to be used.
onPushMessage(io.getstream.chat.android.models.PushMessage) - function in io.getstream.chat.android.client.notifications.handler.NotificationHandler
Handles showing notification after receiving PushMessage.
onPushNotificationReceived(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.notifications.PushNotificationReceivedListener
 
onQueryActiveLocationsResult(io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Called when the result of ChatClient.queryActiveLocations is received.
onQueryActiveLocationsResult(io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.LiveLocationListener
Called when the result of ChatClient.queryActiveLocations is received.
onQueryBlockedUsersResult(io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect after the request was completed.
onQueryBlockedUsersResult(io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.QueryBlockedUsersListener
Runs side effect after the request was completed.
onQueryChannelPrecondition(java.lang.String,java.lang.String,io.getstream.chat.android.client.api.models.QueryChannelRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Run precondition for the request.
onQueryChannelPrecondition(java.lang.String,java.lang.String,io.getstream.chat.android.client.api.models.QueryChannelRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryChannelListener
Run precondition for the request.
onQueryChannelRequest(java.lang.String,java.lang.String,io.getstream.chat.android.client.api.models.QueryChannelRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect before the request is launched.
onQueryChannelRequest(java.lang.String,java.lang.String,io.getstream.chat.android.client.api.models.QueryChannelRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryChannelListener
Runs side effect before the request is launched.
onQueryChannelResult(io.getstream.result.Result,java.lang.String,java.lang.String,io.getstream.chat.android.client.api.models.QueryChannelRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this function on the result of the request.
onQueryChannelResult(io.getstream.result.Result,java.lang.String,java.lang.String,io.getstream.chat.android.client.api.models.QueryChannelRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryChannelListener
Runs this function on the result of the request.
onQueryChannelsPrecondition(io.getstream.chat.android.client.api.models.QueryChannelsRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Run precondition for the request.
onQueryChannelsPrecondition(io.getstream.chat.android.client.api.models.QueryChannelsRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryChannelsListener
Run precondition for the request.
onQueryChannelsRequest(io.getstream.chat.android.client.api.models.QueryChannelsRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect before the request is launched.
onQueryChannelsRequest(io.getstream.chat.android.client.api.models.QueryChannelsRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryChannelsListener
Runs side effect before the request is launched.
onQueryChannelsResult(io.getstream.result.Result,io.getstream.chat.android.client.api.models.QueryChannelsRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this function on the Result of this QueryChannelsRequest.
onQueryChannelsResult(io.getstream.result.Result,io.getstream.chat.android.client.api.models.QueryChannelsRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryChannelsListener
Runs this function on the Result of this QueryChannelsRequest.
onQueryDraftMessagesResult(io.getstream.result.Result,io.getstream.chat.android.models.FilterObject,java.lang.Integer,java.lang.String,io.getstream.chat.android.models.querysort.QuerySorter) - function in io.getstream.chat.android.client.plugin.Plugin
Side effect to be invoked when the original request is completed with a response.
onQueryDraftMessagesResult(io.getstream.result.Result,java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.Plugin
Side effect to be invoked when the original request is completed with a response.
onQueryDraftMessagesResult(io.getstream.result.Result,io.getstream.chat.android.models.FilterObject,java.lang.Integer,java.lang.String,io.getstream.chat.android.models.querysort.QuerySorter) - function in io.getstream.chat.android.client.plugin.listeners.DraftMessageListener
Side effect to be invoked when the original request is completed with a response.
onQueryDraftMessagesResult(io.getstream.result.Result,java.lang.Integer,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.listeners.DraftMessageListener
Side effect to be invoked when the original request is completed with a response.
onQueryMembersError(io.getstream.result.call.Call,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.querysort.QuerySorter,java.util.List) - function in io.getstream.chat.android.client.errorhandler.ErrorHandler
Returns a Result from this side effect when original request is failed.
onQueryMembersError(io.getstream.result.call.Call,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.querysort.QuerySorter,java.util.List) - function in io.getstream.chat.android.client.errorhandler.QueryMembersErrorHandler
Returns a Result from this side effect when original request is failed.
onQueryMembersResult(io.getstream.result.Result,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.querysort.QuerySorter,java.util.List) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this function on the Result of this request.
onQueryMembersResult(io.getstream.result.Result,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Integer,io.getstream.chat.android.models.FilterObject,io.getstream.chat.android.models.querysort.QuerySorter,java.util.List) - function in io.getstream.chat.android.client.plugin.listeners.QueryMembersListener
Runs this function on the Result of this request.
onQueryThreadsPrecondition(io.getstream.chat.android.client.api.models.QueryThreadsRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Run precondition for the request.
onQueryThreadsPrecondition(io.getstream.chat.android.client.api.models.QueryThreadsRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryThreadsListener
Run precondition for the request.
onQueryThreadsRequest(io.getstream.chat.android.client.api.models.QueryThreadsRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect before the request is launched.
onQueryThreadsRequest(io.getstream.chat.android.client.api.models.QueryThreadsRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryThreadsListener
Runs side effect before the request is launched.
onQueryThreadsResult(io.getstream.result.Result,io.getstream.chat.android.client.api.models.QueryThreadsRequest) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect the request was completed.
onQueryThreadsResult(io.getstream.result.Result,io.getstream.chat.android.client.api.models.QueryThreadsRequest) - function in io.getstream.chat.android.client.plugin.listeners.QueryThreadsListener
Runs side effect the request was completed.
onRequestPermissionsResult(java.lang.Integer,kotlin.Array,kotlin.IntArray) - function in androidx.fragment.app.Fragment
 
onResume() - function in androidx.fragment.app.Fragment
 
onSaveInstanceState(android.os.Bundle) - function in androidx.fragment.app.DialogFragment
 
onSendReactionError(io.getstream.result.call.Call,io.getstream.chat.android.models.Reaction,java.lang.Boolean,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.errorhandler.ErrorHandler
Returns a Result from this side effect when original request is failed.
onSendReactionError(io.getstream.result.call.Call,io.getstream.chat.android.models.Reaction,java.lang.Boolean,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.errorhandler.SendReactionErrorHandler
Returns a Result from this side effect when original request is failed.
onSendReactionPrecondition(io.getstream.chat.android.models.User,io.getstream.chat.android.models.Reaction) - function in io.getstream.chat.android.client.plugin.Plugin
Runs precondition check for ChatClient.sendReaction.
onSendReactionPrecondition(java.lang.String,io.getstream.chat.android.models.User,io.getstream.chat.android.models.Reaction) - function in io.getstream.chat.android.client.plugin.listeners.Plugin
Runs precondition check for ChatClient.sendReaction.
onSendReactionPrecondition(io.getstream.chat.android.models.User,io.getstream.chat.android.models.Reaction) - function in io.getstream.chat.android.client.plugin.listeners.SendReactionListener
Runs precondition check for ChatClient.sendReaction.
onSendReactionPrecondition(java.lang.String,io.getstream.chat.android.models.User,io.getstream.chat.android.models.Reaction) - function in io.getstream.chat.android.client.plugin.listeners.SendReactionListener
Runs precondition check for ChatClient.sendReaction.
onSendReactionRequest(java.lang.String,io.getstream.chat.android.models.Reaction,java.lang.Boolean,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.Plugin
A method called before making an API call to send the reaction.
onSendReactionRequest(java.lang.String,io.getstream.chat.android.models.Reaction,java.lang.Boolean,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.listeners.SendReactionListener
A method called before making an API call to send the reaction.
onSendReactionResult(java.lang.String,io.getstream.chat.android.models.Reaction,java.lang.Boolean,io.getstream.chat.android.models.User,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
A method called after receiving the response from the send reaction call.
onSendReactionResult(java.lang.String,io.getstream.chat.android.models.Reaction,java.lang.Boolean,io.getstream.chat.android.models.User,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.SendReactionListener
A method called after receiving the response from the send reaction call.
onSendStart(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.debugger.SendMessageDebugger
Called when the sending of a message starts after interception.
onSendStop(io.getstream.result.Result,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.debugger.SendMessageDebugger
Called when the sending of a message is stopped and the result is available.
onShuffleGiphyResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
A method called after receiving the response from the shuffle Giphy call.
onShuffleGiphyResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.ShuffleGiphyListener
A method called after receiving the response from the shuffle Giphy call.
onStart() - function in androidx.fragment.app.DialogFragment
 
onStart(io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.debugger.SendMessageDebugger
Called when the sending of a message starts.
onStartLiveLocationSharingResult(io.getstream.chat.android.models.Location,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Called when the result of ChatClient.startLiveLocationSharing is received.
onStartLiveLocationSharingResult(io.getstream.chat.android.models.Location,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.LiveLocationListener
Called when the result of ChatClient.startLiveLocationSharing is received.
onStop() - function in androidx.fragment.app.DialogFragment
 
onStop(io.getstream.result.Result,io.getstream.chat.android.models.Message) - function in io.getstream.chat.android.client.debugger.SendMessageDebugger
Called when the sending of a message is completely stopped and the final result is available.
onStopLiveLocationSharingResult(io.getstream.chat.android.models.Location,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Called when the result of ChatClient.stopLiveLocationSharing is received.
onStopLiveLocationSharingResult(io.getstream.chat.android.models.Location,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.LiveLocationListener
Called when the result of ChatClient.stopLiveLocationSharing is received.
onSuccess(java.lang.String) - function in io.getstream.chat.android.client.utils.ProgressCallback
Called when the attachment is uploaded successfully with an url.
onTypingEventPrecondition(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.Date) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this precondition before ChatClient.keystroke and ChatClient.stopTyping request is invoked.
onTypingEventPrecondition(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.Date) - function in io.getstream.chat.android.client.plugin.listeners.TypingEventListener
Runs this precondition before ChatClient.keystroke and ChatClient.stopTyping request is invoked.
onTypingEventRequest(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.Date) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this side effect before ChatClient.keystroke and ChatClient.stopTyping request is invoked.
onTypingEventRequest(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.Date) - function in io.getstream.chat.android.client.plugin.listeners.TypingEventListener
Runs this side effect before ChatClient.keystroke and ChatClient.stopTyping request is invoked.
onTypingEventResult(io.getstream.result.Result,java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.Date) - function in io.getstream.chat.android.client.plugin.Plugin
Runs this side effect after ChatClient.keystroke and ChatClient.stopTyping request is completed.
onTypingEventResult(io.getstream.result.Result,java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.Date) - function in io.getstream.chat.android.client.plugin.listeners.TypingEventListener
Runs this side effect after ChatClient.keystroke and ChatClient.stopTyping request is completed.
onUnblockUserResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Runs side effect after the request was completed.
onUnblockUserResult(java.lang.String,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.UnblockUserListener
Runs side effect after the request was completed.
onUpdateLiveLocationPrecondition(io.getstream.chat.android.models.Location) - function in io.getstream.chat.android.client.plugin.Plugin
Run precondition for the request.
onUpdateLiveLocationPrecondition(io.getstream.chat.android.models.Location) - function in io.getstream.chat.android.client.plugin.listeners.LiveLocationListener
Run precondition for the request.
onUpdateLiveLocationResult(io.getstream.chat.android.models.Location,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.Plugin
Called when the result of ChatClient.updateLiveLocation is received.
onUpdateLiveLocationResult(io.getstream.chat.android.models.Location,io.getstream.result.Result) - function in io.getstream.chat.android.client.plugin.listeners.LiveLocationListener
Called when the result of ChatClient.updateLiveLocation is received.
onUserDisconnected() - function in io.getstream.chat.android.client.plugin.Plugin
 
onUserSet(io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.plugin.Plugin
 
onViewCreated(android.view.View,android.os.Bundle) - function in io.getstream.chat.android.client.utils.internal.toggle.dialog.ToggleDialogFragment
 
onViewStateRestored(android.os.Bundle) - function in androidx.fragment.app.DialogFragment
 
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W