Release Notes
Announcements
API | Description |
Video preloading completed. | |
Video preloading error. |
void onComplete(int taskID, String url);
Parameter Name | Type | Description |
taskID | int | Pre-download task ID. |
url | String | Pre-download task URL. |
void onError(int taskID, String url, int code, String msg)
Parameter Name | Type | Description |
taskID | int | Pre-download task ID. |
url | String | Pre-download task URL. |
code | int | Error code. |
msg | String | Error information. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback