Rename app_init to android_init

This commit is contained in:
iris committed 2026-09-11 12:36:50 -04:00
1 parent aa33d55a70
commit 0ead062379
12 files changed
+16 -16

No files matched your search

+1 -1
View File
@@ -794,7 +794,7 @@ ssh case are one implementation.
**An Iris Android application supplies an initialization function and its own
state/resources; Iris supplies the JNI host and APK packager.**
`#[iris::app_init]` marks the initializer Android calls when it creates the Iris
`#[iris::android_init]` marks the initializer Android calls when it creates the Iris
view. The macro target-gates the initializer and generates the single exported
`JNI_OnLoad` plus the concrete `android-view` registration callback. The
simple form mutates `AndroidUiState` through a reference. An application with