当前位置:   article > 正文

鸿蒙开发之如何随时随地获取window_鸿蒙arkts 组件获取window.getlastwindow

鸿蒙arkts 组件获取window.getlastwindow
鸿蒙提供了这个方法
/**
 * Obtains the Context object associated with a component on the page.
 *
 * @param { Object } component - indicate the component on the page.
 * @returns { Context }
 * @syscap SystemCapability.ArkUI.ArkUI.Full
 * @StageModelOnly
 * @crossplatform
 * @since 10
 */
declare function getContext(component?: Object): Context;

调用方法是在page页面获取this然后调用这个方法

  1. context2:common.UIAbilityContext = getContext(this) as common.UIAbilityContext
  2. window.getLastWindow(context2, (err: BusinessError, data) => {
  3. });
这里面的data就是window

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/321955
推荐阅读
相关标签
  

闽ICP备14008679号