製品アップデート情報
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. |
フィードバック