openharmony 鸿蒙 js-apidiff-TelephonyKit

2026-08-25 浏览 (1)

Change TypeOld VersionNew Versiond.ts File
Deleted APIClass name: data;
API declaration: function queryAllApns(): Promise<Array<ApnInfo>>;
DIfferences: function queryAllApns(): Promise<Array<ApnInfo>>;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: data;
API declaration: function getActiveApnName(): Promise<string>;
DIfferences: function getActiveApnName(): Promise<string>;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: data;
API declaration: function queryApnIds(apnInfo: ApnInfo): Promise<Array<number>>;
DIfferences: function queryApnIds(apnInfo: ApnInfo): Promise<Array<number>>;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: data;
API declaration: function setPreferredApn(apnId: number): Promise<boolean>;
DIfferences: function setPreferredApn(apnId: number): Promise<boolean>;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: data;
API declaration: interface ApnInfo
DIfferences: interface ApnInfo
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: ApnInfo;
API declaration: apnName: string;
DIfferences: apnName: string;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: ApnInfo;
API declaration: apn: string;
DIfferences: apn: string;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: ApnInfo;
API declaration: mcc: string;
DIfferences: mcc: string;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: ApnInfo;
API declaration: mnc: string;
DIfferences: mnc: string;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: ApnInfo;
API declaration: user?: string;
DIfferences: user?: string;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: ApnInfo;
API declaration: type?: string;
DIfferences: type?: string;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: ApnInfo;
API declaration: proxy?: string;
DIfferences: proxy?: string;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: ApnInfo;
API declaration: mmsproxy?: string;
DIfferences: mmsproxy?: string;
NAapi/@ohos.telephony.data.d.ts
Deleted APIClass name: eSIM;
API declaration: export interface AccessRule
DIfferences: export interface AccessRule
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: AccessRule;
API declaration: certificateHashHexStr: string;
DIfferences: certificateHashHexStr: string;
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: AccessRule;
API declaration: packageName: string;
DIfferences: packageName: string;
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: AccessRule;
API declaration: accessType: number;
DIfferences: accessType: number;
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: eSIM;
API declaration: export interface DownloadableProfile
DIfferences: export interface DownloadableProfile
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: DownloadableProfile;
API declaration: activationCode: string;
DIfferences: activationCode: string;
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: DownloadableProfile;
API declaration: confirmationCode?: string;
DIfferences: confirmationCode?: string;
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: DownloadableProfile;
API declaration: carrierName?: string;
DIfferences: carrierName?: string;
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: DownloadableProfile;
API declaration: accessRules?: Array<AccessRule>;
DIfferences: accessRules?: Array<AccessRule>;
NAapi/@ohos.telephony.esim.d.ts
Deleted APIClass name: radio;
API declaration: function getRadioTechSync(slotId: number): NetworkRadioTech;
DIfferences: function getRadioTechSync(slotId: number): NetworkRadioTech;
NAapi/@ohos.telephony.radio.d.ts
Deleted APIClass name: sim;
API declaration: function getSimLabel(slotId: number, callback: AsyncCallback<SimLabel>): void;
DIfferences: function getSimLabel(slotId: number, callback: AsyncCallback<SimLabel>): void;
NAapi/@ohos.telephony.sim.d.ts
Deleted APIClass name: sim;
API declaration: function getSimLabel(slotId: number): Promise<SimLabel>;
DIfferences: function getSimLabel(slotId: number): Promise<SimLabel>;
NAapi/@ohos.telephony.sim.d.ts
Deleted APIClass name: sim;
API declaration: function getSimLabelSync(slotId: number): SimLabel;
DIfferences: function getSimLabelSync(slotId: number): SimLabel;
NAapi/@ohos.telephony.sim.d.ts
Deleted APIClass name: sim;
API declaration: export enum SimType
DIfferences: export enum SimType
NAapi/@ohos.telephony.sim.d.ts
Deleted APIClass name: SimType;
API declaration: PSIM = 0
DIfferences: PSIM = 0
NAapi/@ohos.telephony.sim.d.ts
Deleted APIClass name: SimType;
API declaration: ESIM = 1
DIfferences: ESIM = 1
NAapi/@ohos.telephony.sim.d.ts
Deleted APIClass name: sim;
API declaration: export interface SimLabel
DIfferences: export interface SimLabel
NAapi/@ohos.telephony.sim.d.ts
Deleted APIClass name: SimLabel;
API declaration: simType: SimType;
DIfferences: simType: SimType;
NAapi/@ohos.telephony.sim.d.ts
Deleted APIClass name: SimLabel;
API declaration: index: number;
DIfferences: index: number;
NAapi/@ohos.telephony.sim.d.ts
Initial version changeClass name: global;
API declaration: declare namespace eSIM
DIfferences: 18
Class name: global;
API declaration: declare namespace eSIM
DIfferences: 14
api/@ohos.telephony.esim.d.ts
Initial version changeClass name: eSIM;
API declaration: function isSupported(slotId: number): boolean;
DIfferences: 18
Class name: eSIM;
API declaration: function isSupported(slotId: number): boolean;
DIfferences: 14
api/@ohos.telephony.esim.d.ts
Initial version changeClass name: eSIM;
API declaration: function addProfile(profile: DownloadableProfile): Promise<boolean>;
DIfferences: 18
Class name: eSIM;
API declaration: function addProfile(profile: DownloadableProfile): Promise<boolean>;
DIfferences: 14
api/@ohos.telephony.esim.d.ts

你可能感兴趣的鸿蒙文章

openharmony 鸿蒙 js-apidiff-ArkGraphics2D

openharmony 鸿蒙 js-apidiff-ArkGraphics3D

openharmony 鸿蒙 js-apidiff-MediaKit

openharmony 鸿蒙 js-apidiff-InputKit

openharmony 鸿蒙 js-apidiff-BasicServicesKit

openharmony 鸿蒙 js-apidiff-ConnectivityKit

openharmony 鸿蒙 js-apidiff-ArkWeb

openharmony 鸿蒙 js-apidiff-MultimodalAwarenessKit

openharmony 鸿蒙 js-apidiff-ArkData

openharmony 鸿蒙 js-apidiff-NA

  • 所属分类: 后端技术
  • 本文标签: 软件 鸿蒙
  • 版权声明: 本文链接 https://seaxiang.com/blog/8GZZ2BTY