StatusFactory 
    An object that creates new Status instances.
Functions
Link copied to clipboard
                fun buildStatus(    message: String,     duration: Long = 0,     animated: Boolean = true,     spinner: Boolean = false,     @DrawableRes icon: Int = 0): Status
Content copied to clipboard
Instantiate a new status with a given field values.