Overview
Updated: 2024-10-10 17:27:10
This document provides an overview of the core API methods and overall design of the Watch Page Mini Program SDK.
1. API Method Overview
| API Method | Description |
|---|---|
| setXAuthToken | Set authorization token |
| setup | Install the watch page core |
| connect | Connect to the chat room |
2. Event Overview
| Event | Description |
|---|---|
| PolyvWatchCoreEvents.WatchCoreSetuped | Core setup completion hook |
| PolyvWatchCoreEvents.WatchCoreConnected | Chat room connection completion hook |
3. Overall Design

