MediaTailor
Toggle table of contents
1.1.5
common
Target filter
common
Switch theme
Search in API
Skip to content
MediaTailor
MediaTailor
/
com.amazon.mediatailorsdk.network
/
safeGet
safe
Get
inline suspend
fun
<
T
>
HttpClient
.
safeGet
(
url
:
String
,
params
:
Params
=
hashMapOf()
,
timeout
:
Long
=
NetworkClient.REQUEST_TIMEOUT
,
maxRetry
:
UInt
,
userAgent
:
String
=
NetworkClient.userAgent
)
:
Resource
<
T
>