Rename app_init to android_init
This commit is contained in:
1 parent
aa33d55a70
commit
0ead062379
12 files changed
+16
-16
No files matched your search
+1
-1
@@ -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
|
||||
|
||||
Reference in new issue
Block a user