StatusFactory

object StatusFactory

An object that creates new Status instances.

Functions

buildStatus
Link copied to clipboard
fun buildStatus(message: String, duration: Long = 0, animated: Boolean = true, spinner: Boolean = false, @DrawableRes() icon: Int = 0): Status
Instantiate a new status with a given field values.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String