1040 lines
40 KiB
TypeScript
Raw Normal View History

2021-07-21 23:11:13 +08:00
import Handler = Laya.Handler;
declare module laya.wx.mini {
class MiniAdpter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.hw.mini {
class HWMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.bili.mini {
class BLMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.qq.mini {
class QQMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.ali.mini {
class ALIMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.tt.mini {
class TTMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.bd.mini {
class BMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.mi.mini {
class KGMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.qg.mini {
class QGMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.vv.mini {
class VVMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
static isZiYu: boolean;
static isPosMsgYu: boolean;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
/**
* url地址到
* @param url
*/
static sendAtlasToOpenDataContext(url: string): void;
/**
*
* @param url
*/
static sendSinglePicToOpenDataContext(url: string): void;
/**
* json配置数据到开放数据域
* @param url
*/
static sendJsonDataToDataContext(url: string): void;
}
}
declare module laya.tb.mini {
/**
*
*/
class TBMiniAdapter {
static EnvConfig: any;
/**全局window对象**/
static window: any;
static systemInfo: any;
/**是否自动缓存下载的图片跟声音文件默认为true**/
static autoCacheFile: boolean;
/**50M缓存容量满时每次清理容量值,默认每次清理5M**/
static minClearSize: number;
/**本地资源列表**/
static nativefiles: Array<any>;
/**本地分包资源表**/
static subNativeFiles: any;
/**本地分包文件目录数组**/
static subNativeheads: Array<any>;
/**本地分包文件目录映射表**/
static subMaps: Array<any>;
static AutoCacheDownFile: boolean;
static getJson(data: string): any;
/**更目录文件夹,如果资源等都是根目录下,需要设置为 ""@default "pages/index/" */
static baseDir:string;
/**激活微信小游戏适配器*/
static enable(): void;
/**
*
* @param isPosMsg false
* @param isSon false
*/
static init(isPosMsg?: boolean, isSon?: boolean): void;
/**
* url对应的encoding值
* @param url
* @param type
* @return
*/
static getUrlEncode(url: string, type: string): string;
/**
*
* @param fileUrl ()
* @param fileType (imagetextjsonxmlarraybuffersoundatlasfont)
* @param callBack ,[errorCode码(0,1,2)
* @param encoding utf8
*/
static downLoadFile(fileUrl: string, fileType?: string, callBack?: Handler, encoding?: string): void;
/**
*
* @param fileUrl ()
* @param callBack
*/
static remove(fileUrl: string, callBack?: Handler): void;
/**
*
*/
static removeAll(): void;
/**
* 4M包文件
* @param fileUrl ()
* @return
*/
static hasNativeFile(fileUrl: string): boolean;
/**
*
* @param fileUrl ()
* @return
*/
static getFileInfo(fileUrl: string): any;
/**
*
* @return
*/
static getFileList(): any;
static exitMiniProgram(): void;
static pixelRatio(): number;
static createElement(type: string): any;
static createShaderCondition(conditionScript: string): Function;
}
}
declare module Laya {
class MiniAdpter extends laya.wx.mini.MiniAdpter {
}
class BMiniAdapter extends laya.bd.mini.BMiniAdapter {
}
class KGMiniAdapter extends laya.mi.mini.KGMiniAdapter {
}
class QGMiniAdapter extends laya.qg.mini.QGMiniAdapter {
}
class VVMiniAdapter extends laya.vv.mini.VVMiniAdapter {
}
class TTMiniAdapter extends laya.tt.mini.TTMiniAdapter{
}
class HWMiniAdapter extends laya.hw.mini.HWMiniAdapter{
}
class ALIMiniAdapter extends laya.ali.mini.ALIMiniAdapter{
}
class BLMiniAdapter extends laya.bili.mini.BLMiniAdapter{
}
class QQMiniAdapter extends laya.qq.mini.QQMiniAdapter{
}
class TBMiniAdapter extends laya.tb.mini.TBMiniAdapter{
}
}