toggle menu
Affogato
1.10.2
androidJvm
switch theme
search in API
affogato-pdf-viewer-android
/
com.parsuomash.affogato.pdfviewerandroid.state
/
ResourceType
/
Remote
Remote
data
class
Remote
(
val
url
:
String
,
val
headers
:
HashMap
<
String
,
String
>
=
hashMapOf()
)
:
ResourceType
,
Parcelable
Members
Constructors
Remote
Link copied to clipboard
constructor
(
url
:
String
,
headers
:
HashMap
<
String
,
String
>
=
hashMapOf()
)
Properties
headers
Link copied to clipboard
val
headers
:
HashMap
<
String
,
String
>
url
Link copied to clipboard
val
url
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)