Package io.getstream.chat.android.livedata.utils
See: Description
-
Class Summary Class Description Event Used as a wrapper for data that is exposed via a LiveData that represents an event. EventObserver An Observer for Events, simplifying the pattern of checking if the Event's content has already been handled. -
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