SDK API Overview
Use this page as a map of the SDK surface area while building your integration.
Core concepts
Section titled “Core concepts”Runtime
Section titled “Runtime”Responsible for initialization, shutdown, and platform-specific lifecycle handling.
Device discovery
Section titled “Device discovery”Lists available devices and notifies your application when device availability changes.
Session or connection
Section titled “Session or connection”Represents an active link to a device and provides subscription points for updates.
Data stream
Section titled “Data stream”Delivers motion, state, and telemetry payloads into your application.
Recommended reference structure
Section titled “Recommended reference structure”As the SDK docs grow, expand this section into dedicated pages for:
- initialization
- discovery
- connection lifecycle
- streaming callbacks
- data models
- errors and recovery