Package-level declarations

Types

Link copied to clipboard
sealed class ExpoFpError

An error representing a cause of SDK failure.

Link copied to clipboard
@Serializable
sealed class ExpoFpLinkType

Type of the link to load a plan.

Link copied to clipboard
sealed class ExpoFpPlanStatus

Status of a plan during its life cycle.

Link copied to clipboard
sealed class ExpoFpResult<out T>

Functions

Link copied to clipboard
inline fun <T, R> ExpoFpResult<T>.map(transform: (T) -> R): ExpoFpResult<R>
Link copied to clipboard
inline fun <T> ExpoFpResult<T>.onFailure(action: (ExpoFpError) -> Unit): ExpoFpResult<T>
Link copied to clipboard
inline fun <T> ExpoFpResult<T>.onSuccess(action: (T) -> Unit): ExpoFpResult<T>