UI Status
/
com.mapbox.navigation.ui.status.model
/
Status
androidJvm
Status
class
Status
Content copied to clipboard
This class stores information to be displayed by the MapboxStatusView.
Functions
Properties
Functions
equals
Link copied to clipboard
androidJvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
androidJvm
open override fun
hashCode
():
Int
Content copied to clipboard
Returns a hash code value for the object.
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Returns a string representation of the object.
Properties
animated
Link copied to clipboard
androidJvm
val
animated
:
Boolean
Content copied to clipboard
Indicates if this status should animate when showing and hiding.
duration
Link copied to clipboard
androidJvm
val
duration
:
Long
Content copied to clipboard
The duration in milliseconds after which this status should hide.
icon
Link copied to clipboard
androidJvm
val
icon
:
Int
Content copied to clipboard
A Resource ID of the square Icon Drawable that should be displayed with this status.
message
Link copied to clipboard
androidJvm
val
message
:
String
Content copied to clipboard
The text for this status.
spinner
Link copied to clipboard
androidJvm
val
spinner
:
Boolean
Content copied to clipboard
Indicates if an indeterminate ProgressBar should be displayed when showing this status.