排序
晴川云鸿蒙OS教程:鸿蒙OS NotificationSlotGroup
NotificationSlotGroup java.lang.Object |---ohos.event.notification.NotificationSlotGroup public final class NotificationSlotGroup extends Object implements Sequenceable 管理应用程...
晴川云鸿蒙OS教程:鸿蒙OS 智慧屏概述
基于 HarmonyOS,开发者可以开发智慧屏应用,提供丰富的分布式体验。应用可以通过 HarmonyOS 的 API 实现摄像头拍摄、多模输入、分布式应用等能力,典型场景包括: 摄像头拍摄:示例参见相机。 ...
晴川云鸿蒙OS教程:鸿蒙OS NotificationRequest.NotificationContent
NotificationRequest.NotificationContent java.lang.Object |---ohos.event.notification.NotificationRequest.NotificationContent public static final class NotificationRequest.Notificat...
晴川云鸿蒙OS教程:鸿蒙OS ReminderManager.AppLimitExceedsException
ReminderManager.AppLimitExceedsException java.lang.Object |---java.lang.Throwable |---|---java.lang.Exception |---|---|---ohos.event.notification.ReminderManager.AppLimitExceedsExc...
晴川云鸿蒙OS教程:鸿蒙OS 调测验证
编译工程提示“This device type does not match project profile.”或安装时出现“DEVICE_NOT_SUPPORT_ERROR”,如何解决? 出现这种情况是由于“config.json”中配置的设备类型与调试设备类型...
晴川云鸿蒙OS教程:鸿蒙OS StringReader
StringReader java.lang.Object |---java.io.Reader |---|---java.io.StringReader public class StringReader extends Reader 源为字符串的字符流。 Since: JDK1.1 字段摘要 从类 java.io.Read...
晴川云鸿蒙OS教程:鸿蒙OS IllegalAccessException
IllegalAccessException java.lang.Object |---java.lang.Throwable |---|---java.lang.Exception |---|---|---java.lang.ReflectiveOperationException |---|---|---|---java.lang.IllegalAcce...
晴川云鸿蒙OS教程:鸿蒙OS Attr
Attr public interface Attr 获取属性值。 Attr 接口包含支持属性值设计需要实现的方法集。 Attr 对象在 AttrSet 中用于在构造函数中应用组件属性。 方法总结 修饰符和类型 方法 描述 boolean g...
晴川云鸿蒙OS教程:鸿蒙OS ResponseCache
ResponseCache java.lang.Object |---java.net.ResponseCache public abstract class ResponseCache extends Object 表示 URLConnection 缓存的实现。 可以通过执行 ResponseCache.setDefault(R...