harmony 鸿蒙@ohos.charger (Charging Type)

  • 2023-06-24
  • 浏览 (234)

@ohos.charger (Charging Type)

The charger module enumerates charging types.

NOTE

The initial APIs of this module are supported since API version 10. Newly added APIs will be marked with a superscript to indicate their earliest API version.

Modules to Import

import charger from '@ohos.charger';

ChargeType

Enumerates charging types.

System API: This is a system API.

System capability: SystemCapability.PowerManager.BatteryManager.Core

Name Value Description
NONE 0 Unknown charging type.
WIRED_NORMAL 1 Wired normal charging.
WIRED_QUICK 2 Wired fast charging.
WIRED_SUPER_QUICK 3 Wired super fast charging.
WIRELESS_NORMAL 4 Wireless normal charging.
WIRELESS_QUICK 5 Wireless fast charging.
WIRELESS_SUPER_QUICK 6 Wireless super fast charging.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙APIs

harmony 鸿蒙System Common Events (To Be Deprecated Soon)

harmony 鸿蒙System Common Events

harmony 鸿蒙API Reference Document Description

harmony 鸿蒙Enterprise Device Management Overview (for System Applications Only)

harmony 鸿蒙BundleStatusCallback

harmony 鸿蒙@ohos.bundle.innerBundleManager (innerBundleManager)

harmony 鸿蒙@ohos.distributedBundle (Distributed Bundle Management)

harmony 鸿蒙@ohos.bundle (Bundle)

harmony 鸿蒙@ohos.enterprise.EnterpriseAdminExtensionAbility (EnterpriseAdminExtensionAbility)

0  赞