Skip to content

Custom

class Custom : FrakEnvironment

Explicit origin pair for local development. On an emulator use 10.0.2.2, not localhost. Must be https://, or http:// to a loopback/private-network host; anything else is swapped for an unreachable placeholder and surfaces as a generic FrakError.Network on first use.

Customconstructor(wallet: String, backend: String)
Frak’s own dev wallet package id and scheme.
constructor(wallet: String, backend: String, walletPackageId: String, walletScheme: String)
NameSummary
backendopen override val backend: String
No trailing slash.
walletopen override val wallet: String
No trailing slash.
walletPackageIdopen override val walletPackageId: String
Probed to decide whether install can deep link instead of going to the store.
walletSchemeopen override val walletScheme: String