lingxia-platform 0.6.3

Platform abstraction layer for LingXia framework (Android, iOS, HarmonyOS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod app;
pub mod camera;
mod device;
mod file;
mod location;
mod media;
mod network;
mod pull_to_refresh;
mod surface;
mod ui_update;
mod user_feedback;
pub mod video_player;
mod wifi;
pub use app::Platform;