觉醒时刻
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
juexingshike/assets/zy_dysdk/zy_sdk.d.ts

41 lines
690 B

1 week ago
declare module ZYSDK {
class ZYSDK {
/**
* sdk
*/
static initSdk();
/**
*
* @param isFinish
*/
static reportVideo(isFinish: boolean);
/**
*
* @param action
*/
static reportUserAction(action: string);
/**
*
*
*/
static getLevel();
/**
*
* userid
*/
static getUserId();
/**
*
*/
static subscribe(templateid);
}
}