aether.host.invoke() provides direct access to Android-side operations that aren’t yet covered by the state API or service registry. Use it for app-specific tasks like sending messages, opening screens, or executing Alpine or Termux commands.
API signature
Host methods reference
Code examples
Prefer the state API (
aether.state.patch) and service registry (aether.services.invoke) for state mutations where supported. Use host methods for operations not yet covered by those APIs.