INNER CODE UNIT · JavaScript
getKotlinMiniDocument
Tencent-TDS/KuiklyUI · miniApp-js/src/index.js:27
function getKotlinMiniDocument() {
var g = getGlobal();
try {
return g.com.tencent.kuikly.core.render.web.runtime.miniapp.MiniDocument;
} catch (e) {
return null;
}
}
/**
* 初始化小程序 App
* 在小程序 app.js 中调用
* 注意:Kotlin App 类没有 @JsExport,无法直接调用
* 这里使用微信小程序原生 App() 方法
*/
function initApp(options) {
options = options || {};