Custom
Ce contenu n’est pas encore disponible dans votre langue.
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.
Constructors
Section titled “Constructors”| Custom | constructor(wallet: String, backend: String) Frak’s own dev wallet package id and scheme. constructor(wallet: String, backend: String, walletPackageId: String, walletScheme: String) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| backend | open override val backend: String No trailing slash. |
| wallet | open override val wallet: String No trailing slash. |
| walletPackageId | open override val walletPackageId: String Probed to decide whether install can deep link instead of going to the store. |
| walletScheme | open override val walletScheme: String |