mapbox-maps-android
mapbox-maps-android
/
com.mapbox.common
/
ResourceLoadStatus
Resource
Load
Status
@
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
enum
ResourceLoadStatus
Entries
Functions
Entries
AVAILABLE
Link copied to clipboard
@
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
AVAILABLE
NOT_FOUND
Link copied to clipboard
@
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
NOT_FOUND
UNAUTHORIZED
Link copied to clipboard
@
RestrictTo
(
value
=
Scope.LIBRARY_GROUP_PREFIX
)
UNAUTHORIZED
Functions
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
ResourceLoadStatus
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
ResourceLoadStatus
>
Returns an array containing the constants of this enum type, in the order they're declared.