RawLink

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

Raw URL to a plan.

Important: Link format should be https://<YourExpoKey>.expofp.com.

Parameters

url

plan URL

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard

A textual representation of this instance.

Link copied to clipboard
val url: String