toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-core
/
com.jeluchu.jchucomponents.utils.network.interceptors
/
InterceptorHeaders
/
UserAgent
User
Agent
data
class
UserAgent
(
val
appName
:
String
,
val
versionName
:
String
,
val
versionCode
:
Int
,
val
okhttpVersion
:
String
=
OkHttp.VERSION
)
Members
Constructors
User
Agent
Link copied to clipboard
constructor
(
appName
:
String
,
versionName
:
String
,
versionCode
:
Int
,
okhttpVersion
:
String
=
OkHttp.VERSION
)
Properties
app
Name
Link copied to clipboard
val
appName
:
String
okhttp
Version
Link copied to clipboard
val
okhttpVersion
:
String
version
Code
Link copied to clipboard
val
versionCode
:
Int
version
Name
Link copied to clipboard
val
versionName
:
String