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