harmony 鸿蒙js-apidiff-customization

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

Change Type Old Version New Version d.ts File
Added NA Module name: ohos.enterprise.accountManager
Class name: accountManager
@ohos.enterprise.accountManager.d.ts
Added NA Module name: ohos.enterprise.accountManager
Class name: accountManager
Method or attribute name: function disallowAddLocalAccount(admin: Want, disallow: boolean, callback: AsyncCallback<void>): void;
@ohos.enterprise.accountManager.d.ts
Added NA Module name: ohos.enterprise.accountManager
Class name: accountManager
Method or attribute name: function disallowAddLocalAccount(admin: Want, disallow: boolean): Promise<void>;
@ohos.enterprise.accountManager.d.ts
Added NA Class name: ManagedEvent
Method or attribute name: MANAGED_EVENT_APP_START = 2
@ohos.enterprise.adminManager.d.ts
Added NA Class name: ManagedEvent
Method or attribute name: MANAGED_EVENT_APP_STOP = 3
@ohos.enterprise.adminManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array<string>, callback: AsyncCallback<void>): void;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array<string>, userId: number, callback: AsyncCallback<void>): void;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function addDisallowedRunningBundles(admin: Want, appIds: Array<string>, userId?: number): Promise<void>;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array<string>, callback: AsyncCallback<void>): void;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array<string>, userId: number, callback: AsyncCallback<void>): void;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function removeDisallowedRunningBundles(admin: Want, appIds: Array<string>, userId?: number): Promise<void>;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function getDisallowedRunningBundles(admin: Want, callback: AsyncCallback<Array<string>>): void;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function getDisallowedRunningBundles(admin: Want, userId: number, callback: AsyncCallback<Array<string>>): void;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.applicationManager
Class name: applicationManager
Method or attribute name: function getDisallowedRunningBundles(admin: Want, userId?: number): Promise<Array<string>>;
@ohos.enterprise.applicationManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array<string>, callback: AsyncCallback<void>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array<string>, userId: number, callback: AsyncCallback<void>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addAllowedInstallBundles(admin: Want, appIds: Array<string>, userId?: number): Promise<void>;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array<string>, callback: AsyncCallback<void>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array<string>, userId: number, callback: AsyncCallback<void>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeAllowedInstallBundles(admin: Want, appIds: Array<string>, userId?: number): Promise<void>;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getAllowedInstallBundles(admin: Want, callback: AsyncCallback<Array<string>>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getAllowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback<Array<string>>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getAllowedInstallBundles(admin: Want, userId?: number): Promise<Array<string>>;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array<string>, callback: AsyncCallback<void>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array<string>, userId: number, callback: AsyncCallback<void>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function addDisallowedInstallBundles(admin: Want, appIds: Array<string>, userId?: number): Promise<void>;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array<string>, callback: AsyncCallback<void>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array<string>, userId: number, callback: AsyncCallback<void>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function removeDisallowedInstallBundles(admin: Want, appIds: Array<string>, userId?: number): Promise<void>;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getDisallowedInstallBundles(admin: Want, callback: AsyncCallback<Array<string>>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getDisallowedInstallBundles(admin: Want, userId: number, callback: AsyncCallback<Array<string>>): void;
@ohos.enterprise.bundleManager.d.ts
Added NA Module name: ohos.enterprise.bundleManager
Class name: bundleManager
Method or attribute name: function getDisallowedInstallBundles(admin: Want, userId?: number): Promise<Array<string>>;
@ohos.enterprise.bundleManager.d.ts
Added NA Class name: dateTimeManager
Method or attribute name: function disallowModifyDateTime(admin: Want, disallow: boolean, callback: AsyncCallback<void>): void;
@ohos.enterprise.dateTimeManager.d.ts
Added NA Class name: dateTimeManager
Method or attribute name: function disallowModifyDateTime(admin: Want, disallow: boolean): Promise<void>;
@ohos.enterprise.dateTimeManager.d.ts
Added NA Class name: dateTimeManager
Method or attribute name: function isModifyDateTimeDisallowed(admin: Want, callback: AsyncCallback<boolean>): void;
@ohos.enterprise.dateTimeManager.d.ts
Added NA Class name: dateTimeManager
Method or attribute name: function isModifyDateTimeDisallowed(admin: Want): Promise<boolean>;
@ohos.enterprise.dateTimeManager.d.ts
Added NA Module name: ohos.enterprise.deviceControl
Class name: deviceControl
@ohos.enterprise.deviceControl.d.ts
Added NA Module name: ohos.enterprise.deviceControl
Class name: deviceControl
Method or attribute name: function resetFactory(admin: Want, callback: AsyncCallback<void>): void;
@ohos.enterprise.deviceControl.d.ts
Added NA Module name: ohos.enterprise.deviceControl
Class name: deviceControl
Method or attribute name: function resetFactory(admin: Want): Promise<void>;
@ohos.enterprise.deviceControl.d.ts
Added NA Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
@ohos.enterprise.deviceInfo.d.ts
Added NA Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDeviceSerial(admin: Want, callback: AsyncCallback<string>): void;
@ohos.enterprise.deviceInfo.d.ts
Added NA Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDeviceSerial(admin: Want): Promise<string>;
@ohos.enterprise.deviceInfo.d.ts
Added NA Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDisplayVersion(admin: Want, callback: AsyncCallback<string>): void;
@ohos.enterprise.deviceInfo.d.ts
Added NA Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDisplayVersion(admin: Want): Promise<string>;
@ohos.enterprise.deviceInfo.d.ts
Added NA Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDeviceName(admin: Want, callback: AsyncCallback<string>): void;
@ohos.enterprise.deviceInfo.d.ts
Added NA Module name: ohos.enterprise.deviceInfo
Class name: deviceInfo
Method or attribute name: function getDeviceName(admin: Want): Promise<string>;
@ohos.enterprise.deviceInfo.d.ts
Added NA Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onAppStart(bundleName: string): void;
@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts
Added NA Module name: ohos.enterprise.EnterpriseAdminExtensionAbility
Class name: EnterpriseAdminExtensionAbility
Method or attribute name: onAppStop(bundleName: string): void;
@ohos.enterprise.EnterpriseAdminExtensionAbility.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getAllNetworkInterfaces(admin: Want, callback: AsyncCallback<Array<string>>): void;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getAllNetworkInterfaces(admin: Want): Promise<Array<string>>;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getIpAddress(admin: Want, networkInterface: string, callback: AsyncCallback<string>): void;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getIpAddress(admin: Want, networkInterface: string): Promise<string>;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getMac(admin: Want, networkInterface: string, callback: AsyncCallback<string>): void;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function getMac(admin: Want, networkInterface: string): Promise<string>;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string, callback: AsyncCallback<boolean>): void;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function isNetworkInterfaceDisabled(admin: Want, networkInterface: string): Promise<boolean>;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean, callback: AsyncCallback<void>): void;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.networkManager
Class name: networkManager
Method or attribute name: function setNetworkInterfaceDisabled(admin: Want, networkInterface: string, isDisabled: boolean): Promise<void>;
@ohos.enterprise.networkManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: wifiManager
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_INVALID = 0
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_OPEN = 1
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WEP = 2
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_PSK = 3
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_SAE = 4
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_EAP = 5
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_EAP_SUITE_B = 6
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_OWE = 7
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WAPI_CERT = 8
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiSecurityType
Method or attribute name: WIFI_SEC_TYPE_WAPI_PSK = 9
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpType
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpType
Method or attribute name: STATIC
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpType
Method or attribute name: DHCP
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpType
Method or attribute name: UNKNOWN
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpProfile
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: ipAddress: number;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: gateway: number;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: prefixLength: number;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: dnsServers: number[];
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: IpProfile
Method or attribute name: domains: Array<string>;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_NONE
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_PEAP
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_TLS
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_TTLS
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_PWD
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_SIM
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_AKA
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_AKA_PRIME
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: EapMethod
Method or attribute name: EAP_UNAUTH_TLS
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_NONE
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_PAP
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_MSCHAP
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_MSCHAPV2
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_GTC
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_SIM
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_AKA
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: Phase2Method
Method or attribute name: PHASE2_AKA_PRIME
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: eapMethod: EapMethod;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: phase2Method: Phase2Method;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: identity: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: anonymousIdentity: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: password: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: caCertAliases: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: caPath: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: clientCertAliases: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: certEntry: Uint8Array;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: certPassword: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: altSubjectMatch: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: domainSuffixMatch: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: realm: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: plmn: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiEapProfile
Method or attribute name: eapSubId: number;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: ssid: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: bssid?: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: preSharedKey: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: isHiddenSsid?: boolean;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: securityType: WifiSecurityType;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: creatorUid?: number;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: disableReason?: number;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: netId?: number;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: randomMacType?: number;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: randomMacAddr?: string;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: ipType?: IpType;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: staticIp?: IpProfile;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: WifiProfile
Method or attribute name: eapProfile?: WifiEapProfile;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: wifiManager
Method or attribute name: function isWifiActive(admin: Want, callback: AsyncCallback<boolean>): void;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: wifiManager
Method or attribute name: function isWifiActive(admin: Want): Promise<boolean>;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: wifiManager
Method or attribute name: function setWifiProfile(admin: Want, profile: WifiProfile, callback: AsyncCallback<void>): void;
@ohos.enterprise.wifiManager.d.ts
Added NA Module name: ohos.enterprise.wifiManager
Class name: wifiManager
Method or attribute name: function setWifiProfile(admin: Want, profile: WifiProfile): Promise<void>;
@ohos.enterprise.wifiManager.d.ts

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Readme

harmony 鸿蒙js-apidiff-ability

harmony 鸿蒙js-apidiff-accessibility

harmony 鸿蒙js-apidiff-account

harmony 鸿蒙js-apidiff-arkui

harmony 鸿蒙js-apidiff-battery

harmony 鸿蒙js-apidiff-bundle

harmony 鸿蒙js-apidiff-communication

harmony 鸿蒙js-apidiff-compiler-and-runtime

harmony 鸿蒙js-apidiff-distributed-data

0  赞