toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.http
/
DownloadError
/
AndroidDownloadManagerError
/
CannotResume
Cannot
Resume
class
CannotResume
:
DownloadError.AndroidDownloadManagerError
Members
Constructors
Cannot
Resume
Link copied to clipboard
constructor
(
)
Properties
code
Link copied to clipboard
val
code
:
Int
description
Link copied to clipboard
val
description
:
String
reason
Link copied to clipboard
val
reason
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)