Status

class Status

This class stores information to be displayed by the MapboxStatusView.

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Indicates whether some other object is "equal to" this one.
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Returns a hash code value for the object.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

animated
Link copied to clipboard
val animated: Boolean
Indicates if this status should animate when showing and hiding.
duration
Link copied to clipboard
val duration: Long
The duration in milliseconds after which this status should hide.
icon
Link copied to clipboard
val icon: Int
A Resource ID of the square Icon Drawable that should be displayed with this status.
message
Link copied to clipboard
val message: String
The text for this status.
spinner
Link copied to clipboard
val spinner: Boolean
Indicates if an indeterminate ProgressBar should be displayed when showing this status.