Package org.matrix.android.sdk.internal.network

Types

Link copied to clipboard
class ComputeUserAgentUseCase @Inject constructor(context: Context)

Properties

Link copied to clipboard
const val DEFAULT_REQUEST_RETRY_COUNT: Int = 3

Execute a request from the requestBlock and handle some of the Exception it could generate Ref: https://github.com/matrix-org/matrix-js-sdk/blob/develop/src/scheduler.js#L138-L175