大约有 88 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0027 秒)
...ation clearWatch(id:int):void[static] 移除watchPosition安装的指定处理器。 Geolocation getCurrentPosition(onSuccess:Handler, onError:Handler = null):void[static] 获取设备当前位置。 Geolocation watchPosition(onSuccess:Handler, onError:Handler):int[static] 监视设备当...
来源: laya_api 发布时间: 20170929
...ation clearWatch(id:int):void[static] 移除watchPosition安装的指定处理器。 Geolocation getCurrentPosition(onSuccess:Handler, onError:Handler = null):void[static] 获取设备当前位置。 Geolocation watchPosition(onSuccess:Handler, onError:Handler):int[static] 监视设备当...
来源: Laya2.0_api 发布时间: 20190513
...a.utilsClasspublic class HandlerInheritanceHandler Object Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象池,回收后不要再使用...
来源: laya_api 发布时间: 20170929
...a.utilsClasspublic class HandlerInheritanceHandler Object Handler 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象池,回收后不要再使用...
来源: Laya2.0_api 发布时间: 20190513
...aya/device/geolocation/Geolocation.ts:96 移除watchPosition安装的指定处理器。 Parameters id: number Returns void Static getCurrentPosition getCurrentPosition(onSuccess: Handler, onError?: Handler): void Defined in laya/device/geolocation/Geolocation.ts:57 获取设备当前位置。 Parame...
来源: Laya3.0_api 发布时间: 20231115
...由它分发给特定的处理者。 Laya.Handler 事件处理,不同的处理器需实现该接口。 2.1 事件类型 Laya.Event Laya.Event 是事件类型的集合,当事件发生时Laya.Event对象将作为参数传递给事件侦听器。如图2-1,事件类型请参考API文档。 (图2...
来源: Laya3.0_文档 发布时间: 20241014
...接口,实现对象的 selected 属性和 clickHandler 选择回调函数处理器。 Public Properties PropertyDefined By clickHandler : Handler 对象的点击事件回掉函数处理器。 ISelect selected : Boolean 一个布尔值,表示是否被选择。 ISelectProperty DetailclickHa...
来源: laya_api 发布时间: 20170929
...接口,实现对象的 selected 属性和 clickHandler 选择回调函数处理器。 Public Properties PropertyDefined By clickHandler : Handler 对象的点击事件回掉函数处理器。 ISelect selected : Boolean 一个布尔值,表示是否被选择。 ISelectProperty DetailclickHa...
来源: Laya2.0_api 发布时间: 20190513
...自: 你们可以试一下腾讯的云真机服务,这个问题在麒麟处理器上必现。然后三星处理器也有问题,但这个服务提供出来的三星手机很少。 2023-06-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发...
来源: Laya_社区 发布时间: 20230616
...aram onSuccess 带有唯一<code>Position</code>参数的回调处理器。 * @param onError 可选的。带有错误信息的回调处理器。错误代码为Geolocation.PERMISSION_DENIED、Geolocation.POSITION_UNAVAILABLE和Geolocation.TIMEOUT之一。 */ static getCurrentPosition(onSu...
来源: Laya3.0_文档 发布时间: 20241014