API Reference
Find APIs, capabilities, compatible versions, and development resources, then use the relevant diagnostics and support for your issue.
Development resources and examples#
| Resources | Where to find it | When to use it |
|---|---|---|
| Glasses SDK | GlassSDK/include, GlassSDK/docs and GlassSDK/examples. | Check C APIs, graphics, protocols, and minimal runnable examples. |
| Phone Web SDK | PhoneSDK/packages/web-sdk, PhoneSDK/docs/web-plugin and PhoneSDK/examples. | Check Web methods, permissions, static packaging, and paired examples. |
| Desktop Studio | The complete toolkit's Studio/ directory; choose the release for your OS. | Preview, paired integration testing, and QR-code generation. See the guide below for installation and workspace import. |
| Build tools | build.py at the toolkit root and under GlassSDK / PhoneSDK. | Project discovery and incremental builds. See the command-line reference for arguments. |
| AI coding references | README, docs, public headers, type definitions and examples for SDK. | Let AI first read the real API and then create, modify and compile the project. |
Updates and support#
- Record the actual SDK version or commit, Studio, App, firmware, and ZIP versions.
- Read release instructions before upgrading, then retest lifecycle, permissions, paired protocols, and core device workflows.
- Reproduce issues with the same-version original example and record actions, time, and errors.
- Use the support channel supplied with your SDK or test environment. Include a minimal reproduction, necessary sanitized logs, and environment information.
Reference files in the toolkit#
- README.md
- GlassSDK/README.md
- GlassSDK/docs/ABI.md
- GlassSDK/docs/REVIEW_PACKAGES.md
- PhoneSDK/README.md
- Studio/README.md