分类: 鸿蒙OS

后浪云鸿蒙OS教程:鸿蒙OS DragEvent

DragEventjava.lang.Object |---ohos.agp.components.DragEventpublic class DragEvent extends Object 定义拖动事件的属性。 拖拽事件在拖放操作的……

后浪云鸿蒙OS教程:鸿蒙OS Dictionary

Dictionaryjava.lang.Object |---java.util.Dictionary<K,V&public abstract class Dictionary<K,V> extends Object Dictionary 类是任……

后浪云鸿蒙OS教程:鸿蒙OS 定制化系统能力约束

场景介绍HarmonyOS 提供了系统能力管控接口,允许车厂开发类似“系统设置”类应用,基于当前车型限制条件下,车厂可以提供一些系统能力,允许用户进行自定义……

后浪云鸿蒙OS教程:鸿蒙OS AbilityContext

AbilityContextjava.lang.Object |---ohos.app.AbilityContextpublic abstract class AbilityContext extends Object implements Context 为当前对象……

后浪云鸿蒙OS教程:鸿蒙OS LayoutScatter

LayoutScatterjava.lang.Object |---ohos.agp.components.LayoutScatterpublic class LayoutScatter extends Object 提供组件转换工具。 您可以使用……

后浪云鸿蒙OS教程:鸿蒙OS NetworkInterface

NetworkInterfacejava.lang.Object |---java.net.NetworkInterfacepublic final class NetworkInterface extends Object 此类表示由名称和分配给该接……

后浪云鸿蒙OS教程:鸿蒙OS ListComponent.OnComponentBoundStatusChangeListener

ListComponent.OnComponentBoundStatusChangeListenerpublic static interface ListComponent.OnComponentBoundStatusChangeListener 实现监听 ListCompone……

后浪云鸿蒙OS教程:鸿蒙OS SafeVarargs

SafeVarargs@Documented @Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD}) public @interface SafeVarargs 程序员断言带注释的方法或构造函数的主体不会……

后浪云鸿蒙OS教程:鸿蒙OS BundleInfo.ReqPermissionDetail

BundleInfo.ReqPermissionDetailjava.lang.Object |---ohos.bundle.BundleInfo.ReqPermissionDetailpublic class BundleInfo.ReqPermissionDetail exte……

后浪云鸿蒙OS教程:鸿蒙OS LifecycleStateObserver

观察特定的生命周期事件并响应生命周期更改。 Lifecycle将生命周期更改事件调度到已注册的 LifecycleStateObserver。LifecycleStateObserver 观察生命周期更……