LifecycleApi class

Lifecycle management — informs libwallet about the host app's foreground/background/resumed state so long-running TSS operations can pause or resume safely.

Constructors

LifecycleApi(Transport _conn)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(String status) Future<String>
Report the host's current lifecycle status. Typical values are foreground, background, paused, resumed. Returns the acknowledged status string.

Operators

operator ==(Object other) bool
The equality operator.
inherited