mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
CacheClearingError
Cache
Clearing
Error
open
class
CacheClearingError
:
Serializable
Describes a cache clearing error.
Constructors
Functions
Properties
Constructors
Cache
Clearing
Error
Link copied to clipboard
open
fun
CacheClearingError
(
@
NonNull
type
:
CacheClearingErrorType
,
@
NonNull
message
:
String
)
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
message
Link copied to clipboard
@
NonNull
@get:
NonNull
val
message
:
String
type
Link copied to clipboard
@
NonNull
@get:
NonNull
val
type
:
CacheClearingErrorType