Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface BackOffRetry
Link copied to clipboard
Link copied to clipboard
class DefaultBackOffRetry(maxRetry: Int = 0, backOff: Long = 0, retryableStatusCodes: Set<Int> = HashSet()) : BackOffRetry
Link copied to clipboard

DeviceUtils stores general device/SDK information

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class HttpException(val errorCode: Int? = null, val errorReason: String? = "") : Exception
Link copied to clipboard
data class HttpResponse(val data: String? = null, val httpException: HttpException? = null)
Link copied to clipboard
object HttpUtils
Link copied to clipboard
class JsonUtils
Link copied to clipboard

ObserverUtils are util functions that can be used with observers.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

VideoLayoutMeasure is a helper class for determining layout size based on layout requirements, scaling type, and video aspect ratio.