AppActor API directly.
Compatibility layers exist for Java callers and hybrid wrapper code.
Available surfaces
AppActorJavafor Java callback-based usageAppActorBridgefor hybrid wrappers and bridge code
Recommendation
If you are writing a Kotlin Android app directly, preferAppActor first.
If you are writing Flutter or React Native app code, stay on the wrapper package instead of calling the bridge directly.