Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.56 KB

File metadata and controls

38 lines (27 loc) · 1.56 KB

API Overview

Configuration

API Description
AppConfig The app.config.ts schema — wraps lynx.config.ts with Sparkling-specific fields

Sparkling Lynx

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

Sparkling SDK

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

Sparkling Method SDK

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