Status

class Status

This class stores information to be displayed by the MapboxStatusView.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val animated: Boolean

Indicates if this status should animate when showing and hiding.

Link copied to clipboard
val duration: Long

The duration in milliseconds after which this status should hide. If this value is set to 0 or Long.MAX_VALUE, this status will be displayed indefinitely.

Link copied to clipboard
val icon: Int

A Resource ID of the square Icon Drawable that should be displayed with this status.

Link copied to clipboard
val message: String

The text for this status.

Link copied to clipboard
val spinner: Boolean

Indicates if an indeterminate ProgressBar should be displayed when showing this status.