Untitled

 avatar
unknown
plain_text
a year ago
184 B
4
Indexable
    override fun getRetryPolicy(): RetryPolicy {
        return DefaultRetryPolicy(
            initialTimeout,
            maxNumRetries,
            backoffMultiplier
        )
    }
Editor is loading...
Leave a Comment