Skip to main content

android_main

Macro android_main 

Source
macro_rules! android_main {
    ($root:expr) => { ... };
}
Expand description

Expands to the three JNI exports dev.daybrite.day.bridge.DayBridge’s natives resolve against in the app cdylib (nativeStart/nativeOnEvent/nativeRunPosted), wired to the given root piece.

day::android_main!(root);
Day API ↩ Guides· daybrite.dev