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

P

Pagination - class in io.getstream.chat.android.client.api.models
 
pagination() - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
Returns a pair value of Pagination and id of message for this pagination.
pagination() - function in io.getstream.chat.android.client.api.models.QueryChannelRequest
Returns a pair value of Pagination and id of message for this pagination.
PairKt - class in io.getstream.chat.android.client.extensions.internal
 
parse(java.lang.String) - function in io.getstream.chat.android.client.notifications.parser.StreamPayloadParser
Parses the json string into a Map of String to Any.
partialUpdateMember(java.lang.String,java.lang.String,java.lang.String,java.util.Map,java.util.List) - function in io.getstream.chat.android.client.ChatClient
Updates specific fields of member data, retaining the custom data fields which were set previously.
partialUpdateMember(java.lang.String,java.util.Map,java.util.List) - function in io.getstream.chat.android.client.channel.ChannelClient
Updates specific fields of custom data for a given member.
partialUpdateMessage(java.lang.String,java.util.Map,java.util.List) - function in io.getstream.chat.android.client.ChatClient
Partially updates specific Message fields retaining the fields which were set previously.
partialUpdateThread(java.lang.String,java.util.Map,java.util.List) - function in io.getstream.chat.android.client.ChatClient
Partially updates specific Thread fields retaining the fields which were set previously.
partialUpdateUser(java.lang.String,java.util.Map,java.util.List) - function in io.getstream.chat.android.client.ChatClient
Updates specific user fields retaining the custom data fields which were set previously.
pause() - function in io.getstream.chat.android.client.audio.AudioPlayer
Pauses the current song.
PAUSE - enum entry in io.getstream.chat.android.client.audio.AudioState
 
pause() - function in io.getstream.chat.android.client.audio.NativeMediaPlayer
Pauses playback.
PAUSE - enum entry in io.getstream.chat.android.client.audio.PlayerState
 
PAUSED - enum entry in io.getstream.chat.android.client.audio.NativeMediaPlayerState
 
PerformanceUtils - class in io.getstream.chat.android.client.utils
 
pin() - function in io.getstream.chat.android.client.channel.ChannelClient
Pins the channel for the current user.
pinChannel(java.lang.String,java.lang.String) - function in io.getstream.chat.android.client.ChatClient
Pin the channel for the current user.
pinMessage(io.getstream.chat.android.models.Message,java.util.Date) - function in io.getstream.chat.android.client.ChatClient
Pins the message.
pinMessage(io.getstream.chat.android.models.Message,java.lang.Integer) - function in io.getstream.chat.android.client.ChatClient
Pins the message.
pinMessage(io.getstream.chat.android.models.Message,java.util.Date) - function in io.getstream.chat.android.client.channel.ChannelClient
 
pinMessage(io.getstream.chat.android.models.Message,java.lang.Integer) - function in io.getstream.chat.android.client.channel.ChannelClient
 
PinnedMessagesPagination - class in io.getstream.chat.android.client.api.models
Pagination options for getting pinned messages.
PinnedMessagesPagination.AfterDate - class in io.getstream.chat.android.client.api.models.PinnedMessagesPagination
Returns messages after the date.
PinnedMessagesPagination.AfterMessage - class in io.getstream.chat.android.client.api.models.PinnedMessagesPagination
Returns messages after the message with given id.
PinnedMessagesPagination.AroundDate - class in io.getstream.chat.android.client.api.models.PinnedMessagesPagination
Returns messages around the date.
PinnedMessagesPagination.AroundMessage - class in io.getstream.chat.android.client.api.models.PinnedMessagesPagination
Returns messages around the message with given id.
PinnedMessagesPagination.BeforeDate - class in io.getstream.chat.android.client.api.models.PinnedMessagesPagination
Returns messages before the date.
PinnedMessagesPagination.BeforeMessage - class in io.getstream.chat.android.client.api.models.PinnedMessagesPagination
Returns messages before the message with given id.
play(java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.audio.AudioPlayer
Plays an audio track with sourceUrl.
PLAYBACK_COMPLETED - enum entry in io.getstream.chat.android.client.audio.NativeMediaPlayerState
 
PlayerState - class in io.getstream.chat.android.client.audio
State of the AudioPlayer.
PLAYING - enum entry in io.getstream.chat.android.client.audio.AudioState
 
PLAYING - enum entry in io.getstream.chat.android.client.audio.PlayerState
 
Plugin - class in io.getstream.chat.android.client.plugin
Plugin is an extension for ChatClient.
PluginFactory - class in io.getstream.chat.android.client.plugin.factory
Interface used to add new plugins to the SDK.
PollClosedEvent - class in io.getstream.chat.android.client.events
Triggered when a poll is closed.
PollDeletedEvent - class in io.getstream.chat.android.client.events
Triggered when a poll is deleted.
PollKt - class in io.getstream.chat.android.client.extensions.internal
 
PollUpdatedEvent - class in io.getstream.chat.android.client.events
Triggered when a poll is updated.
populateMentions(io.getstream.chat.android.models.Message,io.getstream.chat.android.models.Channel) - function in io.getstream.chat.android.client.extensions.internal.MessageKt
Fills Message.mentionedUsersIds based on Message.text and Channel.members.
postponeEnterTransition() - function in androidx.fragment.app.Fragment
 
postponeEnterTransition(java.lang.Long,java.util.concurrent.TimeUnit) - function in androidx.fragment.app.Fragment
 
prepare(java.lang.String,java.lang.Integer) - function in io.getstream.chat.android.client.audio.AudioPlayer
 
prepare() - function in io.getstream.chat.android.client.audio.NativeMediaPlayer
Prepares the player for playback, synchronously.
prepareAsync() - function in io.getstream.chat.android.client.audio.NativeMediaPlayer
Prepares the player for playback, asynchronously.
PREPARED - enum entry in io.getstream.chat.android.client.audio.NativeMediaPlayerState
 
prepareMessage(io.getstream.chat.android.models.Message,java.lang.String,java.lang.String,io.getstream.chat.android.models.User) - function in io.getstream.chat.android.client.interceptor.message.PrepareMessageLogic
 
PrepareMessageLogic - class in io.getstream.chat.android.client.interceptor.message
 
PREPARING - enum entry in io.getstream.chat.android.client.audio.NativeMediaPlayerState
 
printStackTrace() - function in kotlin.Throwable
 
printStackTrace(java.io.PrintStream) - function in kotlin.Throwable
 
printStackTrace(java.io.PrintWriter) - function in kotlin.Throwable
 
processPoll(io.getstream.chat.android.client.events.AnswerCastedEvent,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.extensions.internal.PollKt
Processes the AnswerCastedEvent and updates the poll with the new answer.
processPoll(io.getstream.chat.android.client.events.PollClosedEvent,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.extensions.internal.PollKt
Processes the PollClosedEvent and updates the poll by marking it as closed.
processPoll(io.getstream.chat.android.client.events.PollUpdatedEvent,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.extensions.internal.PollKt
Processes the PollUpdatedEvent and updates the poll with the new data.
processPoll(io.getstream.chat.android.client.events.VoteCastedEvent,java.lang.String,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.extensions.internal.PollKt
Processes the VoteCastedEvent and updates the poll with the new vote.
processPoll(io.getstream.chat.android.client.events.VoteChangedEvent,java.lang.String,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.extensions.internal.PollKt
Processes the VoteChangedEvent and updates the poll with the new vote.
processPoll(io.getstream.chat.android.client.events.VoteRemovedEvent,kotlin.jvm.functions.Function1) - function in io.getstream.chat.android.client.extensions.internal.PollKt
Processes the VoteRemovedEvent and updates the poll by removing the vote.
ProgressCallback - class in io.getstream.chat.android.client.utils
Callback to listen for file upload status.
ProgressData - class in io.getstream.chat.android.client.audio
Progress data of the audio track.
provideCurrentTimeInMilliseconds() - function in io.getstream.chat.android.client.utils.TimeProvider
 
provideCurrentTimeInSeconds() - function in io.getstream.chat.android.client.utils.TimeProvider
 
PushDeviceGenerator - class in io.getstream.chat.android.client.notifications.handler
Generator responsible for providing information needed to register the push notifications provider
PushNotificationReceivedListener - class in io.getstream.chat.android.client.notifications
 
put(io.getstream.chat.android.client.user.CredentialConfig) - function in io.getstream.chat.android.client.user.storage.UserCredentialStorage
Save credentialConfig to this storage.
A  B  C  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  S  T  U  V  W