SyncPhase

The single source of truth for which kind of wallet sync is running.

This is a state, not a display string — the SDK never emits user-facing English. The presentation layer (the background notification, the in-app WalletSyncIndicator) maps each phase to a localized label via Android string resources, so the same phase shown in two places resolves through one resource.

Carried by SyncStatus.Syncing.phase.

Entries

Link copied to clipboard

Full dust replay (cold/large stream — MidnightWallet.syncDust).

Link copied to clipboard

Incremental dust delta on the persisted checkpoint (proactive tip-advance).

Link copied to clipboard

Shielded-balance resync + dust delta (MidnightWallet.refresh).

Link copied to clipboard

Clean rebuild from genesis (error-170 recovery — stale roots).

Link copied to clipboard

The native replay tail where a determinate percentage isn't available.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): SyncPhase

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.