Package-level declarations
Types
Link copied to clipboard
class RequestTimeout(val connectionTimeoutMillis: Int, val writeTimeoutMillis: Int, val readTimeoutMillis: Int) : Parcelable
Timeouts which are used in network calls for the verification service. Setting any of the properties to 0 will result in no timeout for that property. Value for each property has to be between 1 and the max value of Integer.