ExpoFpDownloadedPlanInfo

@Serializable
data class ExpoFpDownloadedPlanInfo(val expoKey: String, val version: Int) : Comparable<ExpoFpDownloadedPlanInfo>

Information about the saved plan in the cache directory.

Constructors

Link copied to clipboard
constructor(expoKey: String, version: Int)

Properties

Link copied to clipboard

A textual representation of this instance.

Link copied to clipboard

Plan expo key.

Link copied to clipboard
val id: String

The stable identity of this instance.

Link copied to clipboard

Plan version.

Functions

Link copied to clipboard
open operator override fun compareTo(other: ExpoFpDownloadedPlanInfo): Int

Compare by expoKey case-insensitively; if equal, compare by version.