A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
O
- observeAttachmentsForMessage(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.AttachmentRepository
- Observes any change in attachments for an specific message.
- observeAttachmentsForMessage(java.lang.String) - function in io.getstream.chat.android.client.persistance.repository.AttachmentRepository
- Observes any change in attachments for an specific message.
- 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.Fragment
- 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.
- 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,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,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
- 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
- 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.
- onGetRepliesMorePrecondition(java.lang.String,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.Plugin
- Runs precondition check for ChatClient.getRepliesMore.
- onGetRepliesMorePrecondition(java.lang.String,java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
- Runs precondition check for ChatClient.getRepliesMore.
- 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,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.Plugin
- Runs precondition check for ChatClient.getReplies.
- onGetRepliesPrecondition(java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.plugin.listeners.ThreadQueryListener
- Runs precondition check for ChatClient.getReplies.
- 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) - 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.
- 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
- 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.
- 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.
- 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(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) - 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.
- onStop() - function in androidx.fragment.app.DialogFragment
- onStop(io.getstream.result.Result) - 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.
- 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.
- 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