RouteRefreshStateResult

class RouteRefreshStateResult

Wrapper of Route refresh state result. See RouteRefreshStatesObserver

Parameters

state

route refresh state. See RouteRefreshExtra.RouteRefreshState

message

string represented message (optional)

Functions

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

Regenerate whenever a change is made

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 message: String? = null
Link copied to clipboard
val state: String