IrohAndroid

Android-specific iroh initialization. Apps must call installAndroidContext once during startup (typically from Application.onCreate or before constructing any Endpoint) so that iroh's DNS resolver can reach Android's `LinkProperties` via JNI.

The call is idempotent — subsequent invocations are no-ops.

Functions

Link copied to clipboard
external fun installAndroidContext(context: Context)