Package io.getstream.chat.android.offline.utils
See: Description
-
Class Summary Class Description Event Used as a wrapper for data that represents an event. -
Interface Summary Interface Description RetryPolicy When creating a channel, adding a reaction or sending any temporary error will trigger the retry policy The retry policy interface exposes 2 methods shouldRetry: returns a boolean if the request should be retried
retryTimeout: How many milliseconds to wait till the next attempt