API Reference
This section provides detailed API documentation for all VLPlay SDK modules across Android, iOS, and Web. [PLACEHOLDER] Each reference page lists available methods, parameters, return types, and example code. Error codes returned by SDK methods are documented in the Error Codes page.
[PLACEHOLDER] All SDK APIs follow the same logical structure regardless of platform: the top-level VLPlaySDK object exposes sub-modules (auth, iap, analytics, support) with consistent method names. Platform-specific callbacks or async patterns are noted in each reference.
Available References
| Reference | Description |
|---|---|
| Web SDK API | Full TypeScript/JavaScript API reference |
| Android SDK API | Kotlin/Java API reference |
| iOS SDK API | Swift API reference |
SDK Versioning
VLPlay SDK follows semantic versioning (MAJOR.MINOR.PATCH). Breaking changes only occur in major version bumps. See the Changelog for release history.
API Base URLs
| Environment | Base URL |
|---|---|
| Production | https://gw.vlplay.vn/sdk/v1 |
| Sandbox | https://gw-s.vlplay.vn/sdk/v1 |