Status

class Status

This class stores information to be displayed by the MapboxStatusView.

Properties

Link copied to clipboard

Indicates if this status should animate when showing and hiding.

Link copied to clipboard

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

The text for this status.

Link copied to clipboard

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

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.