| API |
Description |
| AppConfig |
The app.config.ts schema — wraps lynx.config.ts with Sparkling-specific fields |
APIs for Lynx bundles running inside Sparkling containers.
| API |
Description |
| GlobalProps |
Runtime globals injected by the native SDK (lynx.__globalProps) |
| Scheme |
The unified hybrid://... URL format for opening pages/containers |
| Navigation |
Router helpers for opening/closing pages from Lynx/JS |
| Storage |
Key-value storage helpers for Lynx/JS |
| Media |
Media helpers for choosing, uploading, downloading, and saving files |
Native SDK APIs for hosting Sparkling content in your app.
| API |
Description |
| Android |
Android SDK for initializing and hosting Sparkling containers |
| iOS |
iOS SDK for initializing and hosting Sparkling containers |
The native bridge layer that enables JS ↔ native method calls.
| API |
Description |
| Android |
Native bridge implementation for Android |
| iOS |
Native bridge implementation for iOS |
| TypeScript |
JS-side pipe that all method packages are built on |