Loading

data class Loading(val percentage: Int) : ExpoFpPlanStatus

Plan load percentage.

Parameters

percentage

loading progress percentage

Constructors

Link copied to clipboard
constructor(percentage: Int)

Properties

Link copied to clipboard

Indicates that the plan is in an Error state, regardless of the error type.

Link copied to clipboard

Indicates that the plan is in an Initialization state.

Link copied to clipboard

Indicates that the plan is in a Ready state.

Link copied to clipboard
Link copied to clipboard

If the plan is loading, returns percentage progress, otherwise null.

Functions

Link copied to clipboard
fun isLoading(progress: Int? = null): Boolean

Indicates that the plan is in a Loading state.