ExpoFpLinkType

@Serializable
sealed class ExpoFpLinkType

Type of the link to load a plan.

Inheritors

Types

Link copied to clipboard
@Serializable
@SerialName(value = "downloadedPlanInfo")
data class DownloadedPlanInfo(val info: ExpoFpDownloadedPlanInfo) : ExpoFpLinkType

Info about a previously downloaded plan.

Link copied to clipboard
@Serializable
@SerialName(value = "expoKey")
data class ExpoKey(val key: String) : ExpoFpLinkType

Plan expo key to load from the internet.

Link copied to clipboard
@Serializable
@SerialName(value = "rawLink")
data class RawLink(val url: String) : ExpoFpLinkType

Raw URL to a plan.

Properties

Link copied to clipboard

A textual representation of this instance.

Functions

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