Skip to main content
Final Class Optional lifecycle hooks invoked at key points in the wallet controller.
Useful for showing blocking UI (e.g. a spinner during wallet creation) or pre-authorizing a transaction with the user via native UI.

Constructors

CrossmintWalletLifecycleCallbacks

Creates a lifecycle callback bundle.

Properties

onWalletCreationStart

Called immediately before the controller issues a createWallet API call. Await the returned future to block the operation until your UI is ready.

onTransactionStart

Called immediately before the controller issues a create-transaction API call. Await to block until your UI is ready.