mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
ResourceLoadProgress
Resource
Load
Progress
@
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
open
class
ResourceLoadProgress
:
Serializable
Constructors
Functions
Properties
Constructors
Resource
Load
Progress
Link copied to clipboard
open
fun
ResourceLoadProgress
(
bytes
:
Long
,
@
Nullable
totalBytes
:
Long
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
object
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
bytes
Link copied to clipboard
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
bytes
:
Long
total
Bytes
Link copied to clipboard
@
Nullable
@get:
Nullable
@get:
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
val
totalBytes
:
Long