| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
|删除|类名:AudioDevice;
方法or属性:DEVICE_EARPIECE|NA|@ohos.telephony.call.d.ts|
|删除|类名:AudioDevice;
方法or属性:DEVICE_SPEAKER|NA|@ohos.telephony.call.d.ts|
|删除|类名:AudioDevice;
方法or属性:DEVICE_WIRED_HEADSET|NA|@ohos.telephony.call.d.ts|
|删除|类名:AudioDevice;
方法or属性:DEVICE_BLUETOOTH_SCO|NA|@ohos.telephony.call.d.ts|
|删除|类名:AudioDevice;
方法or属性:DEVICE_MIC|NA|@ohos.telephony.call.d.ts|
|删除|类名:AudioDeviceOptions;
方法or属性:bluetoothAddress?: string;|NA|@ohos.telephony.call.d.ts|
|新增|NA|类名:NROptionMode;
方法or属性:NR_OPTION_UNKNOWN|@ohos.telephony.radio.d.ts|
|新增|NA|类名:NROptionMode;
方法or属性:NR_OPTION_NSA_ONLY|@ohos.telephony.radio.d.ts|
|新增|NA|类名:NROptionMode;
方法or属性:NR_OPTION_SA_ONLY|@ohos.telephony.radio.d.ts|
|新增|NA|类名:NROptionMode;
方法or属性:NR_OPTION_NSA_AND_SA|@ohos.telephony.radio.d.ts|
|新增|NA|类名:call;
方法or属性:function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts|
|新增|NA|类名:call;
方法or属性:function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string): Promise\;|@ohos.telephony.call.d.ts|
|新增|NA|类名:call;
方法or属性:function kickOutFromConference(callId: number, callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts|
|新增|NA|类名:call;
方法or属性:function kickOutFromConference(callId: number): Promise\;|@ohos.telephony.call.d.ts|
|新增|NA|类名:call;
方法or属性:function removeMissedIncomingCallNotification(callback: AsyncCallback\): void;|@ohos.telephony.call.d.ts|
|新增|NA|类名:call;
方法or属性:function removeMissedIncomingCallNotification(): Promise\;|@ohos.telephony.call.d.ts|
|新增|NA|类名:VoNRState;
方法or属性:VONR_STATE_OFF = 0|@ohos.telephony.call.d.ts|
|新增|NA|类名:AudioDevice;
方法or属性:deviceType: AudioDeviceType;|@ohos.telephony.call.d.ts|
|新增|NA|类名:AudioDevice;
方法or属性:address?: string;|@ohos.telephony.call.d.ts|
|新增|NA|类名:data;
方法or属性:function getDefaultCellularDataSimId(): number;|@ohos.telephony.data.d.ts|
|新增|NA|类名:observer;
方法or属性:function on(type: 'iccAccountInfoChange', callback: Callback\): void;|@ohos.telephony.observer.d.ts|
|新增|NA|类名:observer;
方法or属性:function off(type: 'iccAccountInfoChange', callback?: Callback\): void;|@ohos.telephony.observer.d.ts|
|新增|NA|类名:radio;
方法or属性:function setNROptionMode(slotId: number, mode: NROptionMode, callback: AsyncCallback\): void;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function setNROptionMode(slotId: number, mode: NROptionMode): Promise\;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function getNROptionMode(slotId: number, callback: AsyncCallback\): void;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function getNROptionMode(slotId: number): Promise\;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function setNetworkCapability(slotId: number, type: NetworkCapabilityType, state: NetworkCapabilityState,
callback: AsyncCallback\): void;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function setNetworkCapability(slotId: number, type: NetworkCapabilityType, state: NetworkCapabilityState): Promise\;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function getNetworkCapability(slotId: number, type: NetworkCapabilityType,
callback: AsyncCallback\): void;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:radio;
方法or属性:function getNetworkCapability(slotId: number, type: NetworkCapabilityType): Promise\;|@ohos.telephony.radio.d.ts|
|新增|NA|类名:NetworkCapabilityType;
方法or属性:SERVICE_TYPE_LTE|@ohos.telephony.radio.d.ts|
|新增|NA|类名:NetworkCapabilityType;
方法or属性:SERVICE_TYPE_NR|@ohos.telephony.radio.d.ts|
|新增|NA|类名:NetworkCapabilityState;
方法or属性:SERVICE_CAPABILITY_OFF|@ohos.telephony.radio.d.ts|
|新增|NA|类名:NetworkCapabilityState;
方法or属性:SERVICE_CAPABILITY_ON|@ohos.telephony.radio.d.ts|
|新增|NA|类名:sim;
方法or属性:function getDefaultVoiceSimId(callback: AsyncCallback\): void;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sim;
方法or属性:function getDefaultVoiceSimId(): Promise\;|@ohos.telephony.sim.d.ts|
|新增|NA|类名:sms;
方法or属性:function sendShortMessage(options: SendMessageOptions, callback: AsyncCallback\): void;|@ohos.telephony.sms.d.ts|
|新增|NA|类名:sms;
方法or属性:function sendShortMessage(options: SendMessageOptions): Promise\;|@ohos.telephony.sms.d.ts|
|新增|NA|类名:sms;
方法or属性:function getDefaultSmsSimId(callback: AsyncCallback\): void;|@ohos.telephony.sms.d.ts|
|新增|NA|类名:sms;
方法or属性:function getDefaultSmsSimId(): Promise\;|@ohos.telephony.sms.d.ts|
|废弃版本有变化|类名:call;
方法or属性:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\): void;
旧版本信息:|类名:call;
方法or属性:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\): void;
新版本信息:9
代替接口: telephony.call#dialCall|@ohos.telephony.call.d.ts|
|废弃版本有变化|类名:call;
方法or属性:function dial(phoneNumber: string, options?: DialOptions): Promise\;
旧版本信息:|类名:call;
方法or属性:function dial(phoneNumber: string, options?: DialOptions): Promise\;
新版本信息:9
代替接口: telephony.call#dialCall|@ohos.telephony.call.d.ts|
|废弃版本有变化|类名:radio;
方法or属性:function getNrOptionMode(callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function getNrOptionMode(callback: AsyncCallback\): void;
新版本信息:10
代替接口: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts|
|废弃版本有变化|类名:radio;
方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\): void;
新版本信息:10
代替接口: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts|
|废弃版本有变化|类名:radio;
方法or属性:function getNrOptionMode(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getNrOptionMode(slotId?: number): Promise\;
新版本信息:10
代替接口: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts|
|废弃版本有变化|类名:NrOptionMode;
方法or属性:export enum NrOptionMode
旧版本信息:|类名:NrOptionMode;
方法or属性:export enum NrOptionMode
新版本信息:10
代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
|废弃版本有变化|类名:NrOptionMode;
方法or属性:NR_OPTION_UNKNOWN
旧版本信息:|类名:NrOptionMode;
方法or属性:NR_OPTION_UNKNOWN
新版本信息:10
代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
|废弃版本有变化|类名:NrOptionMode;
方法or属性:NR_OPTION_NSA_ONLY
旧版本信息:|类名:NrOptionMode;
方法or属性:NR_OPTION_NSA_ONLY
新版本信息:10
代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
|废弃版本有变化|类名:NrOptionMode;
方法or属性:NR_OPTION_SA_ONLY
旧版本信息:|类名:NrOptionMode;
方法or属性:NR_OPTION_SA_ONLY
新版本信息:10
代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
|废弃版本有变化|类名:NrOptionMode;
方法or属性:NR_OPTION_NSA_AND_SA
旧版本信息:|类名:NrOptionMode;
方法or属性:NR_OPTION_NSA_AND_SA
新版本信息:10
代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
|废弃版本有变化|类名:sms;
方法or属性:function sendMessage(options: SendMessageOptions): void;
旧版本信息:|类名:sms;
方法or属性:function sendMessage(options: SendMessageOptions): void;
新版本信息:10
代替接口: telephony.sms#sendShortMessage|@ohos.telephony.sms.d.ts|
|新增(错误码)|类名:call;
方法or属性:function muteRinger(): Promise\;
旧版本信息:|类名:call;
方法or属性:function muteRinger(): Promise\;
新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\): void;
旧版本信息:|类名:call;
方法or属性:function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\): void;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\;
旧版本信息:|类名:call;
方法or属性:function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\): void;
旧版本信息:|类名:call;
方法or属性:function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\): void;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\;
旧版本信息:|类名:call;
方法or属性:function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\;
旧版本信息:|类名:call;
方法or属性:function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function holdCall(callId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function holdCall(callId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function unHoldCall(callId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function unHoldCall(callId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function switchCall(callId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function switchCall(callId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function combineConference(callId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function combineConference(callId: number): Promise\;
新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function getMainCallId(callId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function getMainCallId(callId: number): Promise\;
新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function getSubCallIdList(callId: number): Promise\>;
旧版本信息:|类名:call;
方法or属性:function getSubCallIdList(callId: number): Promise\>;
新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function getCallIdListForConference(callId: number): Promise\>;
旧版本信息:|类名:call;
方法or属性:function getCallIdListForConference(callId: number): Promise\>;
新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function getCallWaitingStatus(slotId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function getCallWaitingStatus(slotId: number): Promise\;
新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function setCallWaiting(slotId: number, activate: boolean): Promise\;
旧版本信息:|类名:call;
方法or属性:function setCallWaiting(slotId: number, activate: boolean): Promise\;
新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function startDTMF(callId: number, character: string): Promise\;
旧版本信息:|类名:call;
方法or属性:function startDTMF(callId: number, character: string): Promise\;
新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function stopDTMF(callId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function stopDTMF(callId: number): Promise\;
新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function isInEmergencyCall(): Promise\;
旧版本信息:|类名:call;
方法or属性:function isInEmergencyCall(): Promise\;
新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function isNewCallAllowed(): Promise\;
旧版本信息:|类名:call;
方法or属性:function isNewCallAllowed(): Promise\;
新版本信息:202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function separateConference(callId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function separateConference(callId: number): Promise\;
新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\;
旧版本信息:|类名:call;
方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\;
新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\;
旧版本信息:|类名:call;
方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\;
新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\;
旧版本信息:|类名:call;
方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\;
新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\;
旧版本信息:|类名:call;
方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\;
新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function isRinging(): Promise\;
旧版本信息:|类名:call;
方法or属性:function isRinging(): Promise\;
新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function setMuted(): Promise\;
旧版本信息:|类名:call;
方法or属性:function setMuted(): Promise\;
新版本信息:202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function cancelMuted(): Promise\;
旧版本信息:|类名:call;
方法or属性:function cancelMuted(): Promise\;
新版本信息:202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function joinConference(mainCallId: number, callNumberList: Array\): Promise\;
旧版本信息:|类名:call;
方法or属性:function joinConference(mainCallId: number, callNumberList: Array\): Promise\;
新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\;
旧版本信息:|类名:call;
方法or属性:function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\;
新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function enableImsSwitch(slotId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function enableImsSwitch(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function disableImsSwitch(slotId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function disableImsSwitch(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:call;
方法or属性:function isImsSwitchEnabled(slotId: number): Promise\;
旧版本信息:|类名:call;
方法or属性:function isImsSwitchEnabled(slotId: number): Promise\;
新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
|新增(错误码)|类名:data;
方法or属性:function setDefaultCellularDataSlotId(slotId: number): Promise\;
旧版本信息:|类名:data;
方法or属性:function setDefaultCellularDataSlotId(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.data.d.ts|
|新增(错误码)|类名:data;
方法or属性:function isCellularDataEnabled(): Promise\;
旧版本信息:|类名:data;
方法or属性:function isCellularDataEnabled(): Promise\;
新版本信息:201,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
|新增(错误码)|类名:data;
方法or属性:function enableCellularData(): Promise\;
旧版本信息:|类名:data;
方法or属性:function enableCellularData(): Promise\;
新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
|新增(错误码)|类名:data;
方法or属性:function disableCellularData(): Promise\;
旧版本信息:|类名:data;
方法or属性:function disableCellularData(): Promise\;
新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
|新增(错误码)|类名:data;
方法or属性:function isCellularDataRoamingEnabled(slotId: number): Promise\;
旧版本信息:|类名:data;
方法or属性:function isCellularDataRoamingEnabled(slotId: number): Promise\;
新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
|新增(错误码)|类名:data;
方法or属性:function enableCellularDataRoaming(slotId: number): Promise\;
旧版本信息:|类名:data;
方法or属性:function enableCellularDataRoaming(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
|新增(错误码)|类名:data;
方法or属性:function disableCellularDataRoaming(slotId: number): Promise\;
旧版本信息:|类名:data;
方法or属性:function disableCellularDataRoaming(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
|新增(错误码)|类名:observer;
方法or属性:function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\): void;
旧版本信息:|类名:observer;
方法or属性:function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\): void;
新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
|新增(错误码)|类名:observer;
方法or属性:function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback\>): void;
旧版本信息:|类名:observer;
方法or属性:function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback\>): void;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
|新增(错误码)|类名:observer;
方法or属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\>): void;
旧版本信息:|类名:observer;
方法or属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\>): void;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
|新增(错误码)|类名:observer;
方法or属性:function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },
callback: Callback\<{ state: DataConnectState, network: RatType }>): void;
旧版本信息:|类名:observer;
方法or属性:function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },
callback: Callback\<{ state: DataConnectState, network: RatType }>): void;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
|新增(错误码)|类名:observer;
方法or属性:function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback\): void;
旧版本信息:|类名:observer;
方法or属性:function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback\): void;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
|新增(错误码)|类名:observer;
方法or属性:function on(type: 'callStateChange', options: { slotId: number }, callback: Callback\<{ state: CallState, number: string }>): void;
旧版本信息:|类名:observer;
方法or属性:function on(type: 'callStateChange', options: { slotId: number }, callback: Callback\<{ state: CallState, number: string }>): void;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
|新增(错误码)|类名:observer;
方法or属性:function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\): void;
旧版本信息:|类名:observer;
方法or属性:function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\): void;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;
旧版本信息:|类名:radio;
方法or属性:function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;
新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getNetworkState(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function getNetworkState(slotId: number, callback: AsyncCallback\): void;
新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getNetworkState(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getNetworkState(slotId?: number): Promise\;
新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getCellInformation(slotId: number, callback: AsyncCallback\>): void;
旧版本信息:|类名:radio;
方法or属性:function getCellInformation(slotId: number, callback: AsyncCallback\>): void;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getCellInformation(slotId?: number): Promise\>;
旧版本信息:|类名:radio;
方法or属性:function getCellInformation(slotId?: number): Promise\>;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getNetworkSelectionMode(slotId: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getNetworkSelectionMode(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\;
旧版本信息:|类名:radio;
方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getNetworkSearchInformation(slotId: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getNetworkSearchInformation(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getISOCountryCodeForNetwork(slotId: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getISOCountryCodeForNetwork(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\): void;
新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getNrOptionMode(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getNrOptionMode(slotId?: number): Promise\;
新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getIMEI(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function getIMEI(slotId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getIMEI(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getIMEI(slotId?: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getMEID(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function getMEID(slotId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getMEID(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getMEID(slotId?: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getUniqueDeviceId(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getUniqueDeviceId(slotId?: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getPrimarySlotId(): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getPrimarySlotId(): Promise\;
新版本信息:8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function setPrimarySlotId(slotId: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function setPrimarySlotId(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getSignalInformation(slotId: number): Promise\>;
旧版本信息:|类名:radio;
方法or属性:function getSignalInformation(slotId: number): Promise\>;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function isRadioOn(slotId: number, callback: AsyncCallback\): void
旧版本信息:|类名:radio;
方法or属性:function isRadioOn(slotId: number, callback: AsyncCallback\): void
新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function isRadioOn(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function isRadioOn(slotId?: number): Promise\;
新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function turnOnRadio(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function turnOnRadio(slotId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function turnOnRadio(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function turnOnRadio(slotId?: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function turnOffRadio(slotId: number, callback: AsyncCallback\): void;
旧版本信息:|类名:radio;
方法or属性:function turnOffRadio(slotId: number, callback: AsyncCallback\): void;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function turnOffRadio(slotId?: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function turnOffRadio(slotId?: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getOperatorName(slotId: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getOperatorName(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\;
旧版本信息:|类名:radio;
方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getPreferredNetwork(slotId: number): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getPreferredNetwork(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:radio;
方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\;
旧版本信息:|类名:radio;
方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function hasOperatorPrivileges(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function hasOperatorPrivileges(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getISOCountryCodeForSim(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getISOCountryCodeForSim(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getSimOperatorNumeric(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getSimOperatorNumeric(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getSimSpn(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getSimSpn(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getSimState(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getSimState(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getCardType(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getCardType(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getSimIccId(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getSimIccId(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getVoiceMailIdentifier(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getVoiceMailIdentifier(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getVoiceMailNumber(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getVoiceMailNumber(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getSimTelephoneNumber(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getSimTelephoneNumber(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getSimGid1(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getSimGid1(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getIMSI(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getIMSI(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function hasSimCard(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function hasSimCard(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getSimAccountInfo(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getSimAccountInfo(slotId: number): Promise\;
新版本信息:401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getActiveSimAccountInfoList(): Promise\>;
旧版本信息:|类名:sim;
方法or属性:function getActiveSimAccountInfoList(): Promise\>;
新版本信息:8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function setDefaultVoiceSlotId(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function setDefaultVoiceSlotId(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function activateSim(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function activateSim(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function deactivateSim(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function deactivateSim(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function setShowName(slotId: number, name: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function setShowName(slotId: number, name: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getShowName(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getShowName(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function setShowNumber(slotId: number, number: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function setShowNumber(slotId: number, number: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getShowNumber(slotId: number): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getShowNumber(slotId: number): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getOperatorConfigs(slotId: number): Promise\>;
旧版本信息:|类名:sim;
方法or属性:function getOperatorConfigs(slotId: number): Promise\>;
新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function unlockPin(slotId: number, pin: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function unlockPin(slotId: number, pin: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function setLockState(slotId: number, options: LockInfo): Promise\;
旧版本信息:|类名:sim;
方法or属性:function setLockState(slotId: number, options: LockInfo): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function unlockPin2(slotId: number, pin2: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function unlockPin2(slotId: number, pin2: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\;
旧版本信息:|类名:sim;
方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\>;
旧版本信息:|类名:sim;
方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\>;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
旧版本信息:|类名:sim;
方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
旧版本信息:|类名:sim;
方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
旧版本信息:|类名:sim;
方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\;
新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
|新增(错误码)|类名:sim;
方法or属性:function getLockState(slotId: number, lockType: LockType): Promise\;
旧版本信息:|类名:sim;
方法or属性:function getLockState(slotId: number, lockType: LockType): Promise\;