Package io.getstream.chat.android.client.utils

Types

Link copied to clipboard
object PerformanceUtils
Link copied to clipboard
interface ProgressCallback

Callback to listen for file upload status.

Link copied to clipboard
enum SyncStatus : Enum<SyncStatus>

If the message has been sent to the servers.

Link copied to clipboard
object TimeProvider

Functions

Link copied to clipboard
fun User.mergePartially(that: User): User

Partially merges that user data into this user data.

Link copied to clipboard
fun ChatError.stringify(): String

Converts ChatError into human-readable string.

inline fun <T : Any> Result<T>.stringify(toString: (data: T) -> String): String

Converts Result into human-readable string.