1| 操作 | 旧版本 | 新版本 | d.ts文件 | 2| ---- | ------ | ------ | -------- | 3|新增|NA|类名:AudioDeviceType;<br>方法or属性:DEVICE_EARPIECE|@ohos.telephony.call.d.ts| 4|新增|NA|类名:AudioDeviceType;<br>方法or属性:DEVICE_SPEAKER|@ohos.telephony.call.d.ts| 5|新增|NA|类名:AudioDeviceType;<br>方法or属性:DEVICE_WIRED_HEADSET|@ohos.telephony.call.d.ts| 6|新增|NA|类名:AudioDeviceType;<br>方法or属性:DEVICE_BLUETOOTH_SCO|@ohos.telephony.call.d.ts| 7|新增|NA|类名:NROptionMode;<br>方法or属性:NR_OPTION_UNKNOWN|@ohos.telephony.radio.d.ts| 8|新增|NA|类名:NROptionMode;<br>方法or属性:NR_OPTION_NSA_ONLY|@ohos.telephony.radio.d.ts| 9|新增|NA|类名:NROptionMode;<br>方法or属性:NR_OPTION_SA_ONLY|@ohos.telephony.radio.d.ts| 10|新增|NA|类名:NROptionMode;<br>方法or属性:NR_OPTION_NSA_AND_SA|@ohos.telephony.radio.d.ts| 11|新增|NA|类名:call;<br>方法or属性:function hasCallSync(): boolean;|@ohos.telephony.call.d.ts| 12|新增|NA|类名:call;<br>方法or属性:function getCallStateSync(): CallState;|@ohos.telephony.call.d.ts| 13|新增|NA|类名:call;<br>方法or属性:function on(type: 'audioDeviceChange', callback: Callback\<AudioDeviceCallbackInfo>): void;|@ohos.telephony.call.d.ts| 14|新增|NA|类名:call;<br>方法or属性:function off(type: 'audioDeviceChange', callback?: Callback\<AudioDeviceCallbackInfo>): void;|@ohos.telephony.call.d.ts| 15|新增|NA|类名:call;<br>方法or属性:function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts| 16|新增|NA|类名:call;<br>方法or属性:function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string): Promise\<void>;|@ohos.telephony.call.d.ts| 17|新增|NA|类名:call;<br>方法or属性:function kickOutFromConference(callId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts| 18|新增|NA|类名:call;<br>方法or属性:function kickOutFromConference(callId: number): Promise\<void>;|@ohos.telephony.call.d.ts| 19|新增|NA|类名:call;<br>方法or属性:function closeUnfinishedUssd(slotId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts| 20|新增|NA|类名:call;<br>方法or属性:function closeUnfinishedUssd(slotId: number): Promise\<void>;|@ohos.telephony.call.d.ts| 21|新增|NA|类名:call;<br>方法or属性:function setVoNRState(slotId: number, state: VoNRState, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts| 22|新增|NA|类名:call;<br>方法or属性:function setVoNRState(slotId: number, state: VoNRState): Promise\<void>;|@ohos.telephony.call.d.ts| 23|新增|NA|类名:call;<br>方法or属性:function getVoNRState(slotId: number, callback: AsyncCallback\<VoNRState>): void;|@ohos.telephony.call.d.ts| 24|新增|NA|类名:call;<br>方法or属性:function getVoNRState(slotId: number): Promise\<VoNRState>;|@ohos.telephony.call.d.ts| 25|新增|NA|类名:call;<br>方法or属性:function canSetCallTransferTime(slotId: number, callback: AsyncCallback\<boolean>): void;|@ohos.telephony.call.d.ts| 26|新增|NA|类名:call;<br>方法or属性:function canSetCallTransferTime(slotId: number): Promise\<boolean>;|@ohos.telephony.call.d.ts| 27|新增|NA|类名:call;<br>方法or属性:function inputDialerSpecialCode(inputCode: string, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts| 28|新增|NA|类名:call;<br>方法or属性:function inputDialerSpecialCode(inputCode: string): Promise\<void>;|@ohos.telephony.call.d.ts| 29|新增|NA|类名:call;<br>方法or属性:function removeMissedIncomingCallNotification(callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts| 30|新增|NA|类名:call;<br>方法or属性:function removeMissedIncomingCallNotification(): Promise\<void>;|@ohos.telephony.call.d.ts| 31|新增|NA|类名:VoNRState;<br>方法or属性:VONR_STATE_OFF = 0|@ohos.telephony.call.d.ts| 32|新增|NA|类名:VoNRState;<br>方法or属性:VONR_STATE_ON = 1|@ohos.telephony.call.d.ts| 33|新增|NA|类名:AudioDevice;<br>方法or属性:deviceType: AudioDeviceType;|@ohos.telephony.call.d.ts| 34|新增|NA|类名:AudioDevice;<br>方法or属性:address?: string;|@ohos.telephony.call.d.ts| 35|新增|NA|类名:AudioDeviceCallbackInfo;<br>方法or属性:audioDeviceList: Array\<AudioDevice>;|@ohos.telephony.call.d.ts| 36|新增|NA|类名:AudioDeviceCallbackInfo;<br>方法or属性:currentAudioDevice: AudioDevice;|@ohos.telephony.call.d.ts| 37|新增|NA|类名:AudioDeviceCallbackInfo;<br>方法or属性:isMuted: boolean;|@ohos.telephony.call.d.ts| 38|新增|NA|类名:data;<br>方法or属性:function getDefaultCellularDataSimId(): number;|@ohos.telephony.data.d.ts| 39|新增|NA|类名:observer;<br>方法or属性:function on(type: 'iccAccountInfoChange', callback: Callback\<void>): void;|@ohos.telephony.observer.d.ts| 40|新增|NA|类名:observer;<br>方法or属性:function off(type: 'iccAccountInfoChange', callback?: Callback\<void>): void;|@ohos.telephony.observer.d.ts| 41|新增|NA|类名:radio;<br>方法or属性:function getISOCountryCodeForNetworkSync(slotId: number): string;|@ohos.telephony.radio.d.ts| 42|新增|NA|类名:radio;<br>方法or属性:function getSignalInformationSync(slotId: number): Array\<SignalInformation>;|@ohos.telephony.radio.d.ts| 43|新增|NA|类名:radio;<br>方法or属性:function getOperatorNameSync(slotId: number): string;|@ohos.telephony.radio.d.ts| 44|新增|NA|类名:radio;<br>方法or属性:function getBasebandVersion(slotId: number, callback: AsyncCallback\<string>): void;|@ohos.telephony.radio.d.ts| 45|新增|NA|类名:radio;<br>方法or属性:function getBasebandVersion(slotId: number): Promise\<string>;|@ohos.telephony.radio.d.ts| 46|新增|NA|类名:radio;<br>方法or属性:function setNROptionMode(slotId: number, mode: NROptionMode, callback: AsyncCallback\<void>): void;|@ohos.telephony.radio.d.ts| 47|新增|NA|类名:radio;<br>方法or属性:function setNROptionMode(slotId: number, mode: NROptionMode): Promise\<void>;|@ohos.telephony.radio.d.ts| 48|新增|NA|类名:radio;<br>方法or属性:function getNROptionMode(slotId: number, callback: AsyncCallback\<NROptionMode>): void;|@ohos.telephony.radio.d.ts| 49|新增|NA|类名:radio;<br>方法or属性:function getNROptionMode(slotId: number): Promise\<NROptionMode>;|@ohos.telephony.radio.d.ts| 50|新增|NA|类名:radio;<br>方法or属性:function setNetworkCapability(slotId: number, type: NetworkCapabilityType, state: NetworkCapabilityState,<br> callback: AsyncCallback\<void>): void;|@ohos.telephony.radio.d.ts| 51|新增|NA|类名:radio;<br>方法or属性:function setNetworkCapability(slotId: number, type: NetworkCapabilityType, state: NetworkCapabilityState): Promise\<void>;|@ohos.telephony.radio.d.ts| 52|新增|NA|类名:radio;<br>方法or属性:function getNetworkCapability(slotId: number, type: NetworkCapabilityType,<br> callback: AsyncCallback\<NetworkCapabilityState>): void;|@ohos.telephony.radio.d.ts| 53|新增|NA|类名:radio;<br>方法or属性:function getNetworkCapability(slotId: number, type: NetworkCapabilityType): Promise\<NetworkCapabilityState>;|@ohos.telephony.radio.d.ts| 54|新增|NA|类名:NetworkCapabilityType;<br>方法or属性:SERVICE_TYPE_LTE|@ohos.telephony.radio.d.ts| 55|新增|NA|类名:NetworkCapabilityType;<br>方法or属性:SERVICE_TYPE_NR|@ohos.telephony.radio.d.ts| 56|新增|NA|类名:NetworkCapabilityState;<br>方法or属性:SERVICE_CAPABILITY_OFF|@ohos.telephony.radio.d.ts| 57|新增|NA|类名:NetworkCapabilityState;<br>方法or属性:SERVICE_CAPABILITY_ON|@ohos.telephony.radio.d.ts| 58|新增|NA|类名:sim;<br>方法or属性:function isSimActiveSync(slotId: number): boolean;|@ohos.telephony.sim.d.ts| 59|新增|NA|类名:sim;<br>方法or属性:function getISOCountryCodeForSimSync(slotId: number): string;|@ohos.telephony.sim.d.ts| 60|新增|NA|类名:sim;<br>方法or属性:function getSimOperatorNumericSync(slotId: number): string;|@ohos.telephony.sim.d.ts| 61|新增|NA|类名:sim;<br>方法or属性:function getSimSpnSync(slotId: number): string;|@ohos.telephony.sim.d.ts| 62|新增|NA|类名:sim;<br>方法or属性:function getSimStateSync(slotId: number): SimState;|@ohos.telephony.sim.d.ts| 63|新增|NA|类名:sim;<br>方法or属性:function getCardTypeSync(slotId: number): CardType;|@ohos.telephony.sim.d.ts| 64|新增|NA|类名:sim;<br>方法or属性:function hasSimCardSync(slotId: number): boolean;|@ohos.telephony.sim.d.ts| 65|新增|NA|类名:sim;<br>方法or属性:function getOpKeySync(slotId: number): string;|@ohos.telephony.sim.d.ts| 66|新增|NA|类名:sim;<br>方法or属性:function getOpNameSync(slotId: number): string;|@ohos.telephony.sim.d.ts| 67|新增|NA|类名:sim;<br>方法or属性:function getDefaultVoiceSimId(callback: AsyncCallback\<number>): void;|@ohos.telephony.sim.d.ts| 68|新增|NA|类名:sim;<br>方法or属性:function getDefaultVoiceSimId(): Promise\<number>;|@ohos.telephony.sim.d.ts| 69|新增|NA|类名:sms;<br>方法or属性:function sendShortMessage(options: SendMessageOptions, callback: AsyncCallback\<void>): void;|@ohos.telephony.sms.d.ts| 70|新增|NA|类名:sms;<br>方法or属性:function sendShortMessage(options: SendMessageOptions): Promise\<void>;|@ohos.telephony.sms.d.ts| 71|新增|NA|类名:sms;<br>方法or属性:function getDefaultSmsSimId(callback: AsyncCallback\<number>): void;|@ohos.telephony.sms.d.ts| 72|新增|NA|类名:sms;<br>方法or属性:function getDefaultSmsSimId(): Promise\<number>;|@ohos.telephony.sms.d.ts| 73|废弃版本有变化|类名:call;<br>方法or属性:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:call;<br>方法or属性:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:9<br>代替接口: telephony.call#dialCall|@ohos.telephony.call.d.ts| 74|废弃版本有变化|类名:call;<br>方法or属性:function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>新版本信息:9<br>代替接口: telephony.call#dialCall|@ohos.telephony.call.d.ts| 75|废弃版本有变化|类名:radio;<br>方法or属性:function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>新版本信息:10<br>代替接口: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts| 76|废弃版本有变化|类名:radio;<br>方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>新版本信息:10<br>代替接口: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts| 77|废弃版本有变化|类名:radio;<br>方法or属性:function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>新版本信息:10<br>代替接口: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts| 78|废弃版本有变化|类名:NrOptionMode;<br>方法or属性:export enum NrOptionMode<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:export enum NrOptionMode<br>新版本信息:10<br>代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts| 79|废弃版本有变化|类名:NrOptionMode;<br>方法or属性:NR_OPTION_UNKNOWN<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:NR_OPTION_UNKNOWN<br>新版本信息:10<br>代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts| 80|废弃版本有变化|类名:NrOptionMode;<br>方法or属性:NR_OPTION_NSA_ONLY<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:NR_OPTION_NSA_ONLY<br>新版本信息:10<br>代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts| 81|废弃版本有变化|类名:NrOptionMode;<br>方法or属性:NR_OPTION_SA_ONLY<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:NR_OPTION_SA_ONLY<br>新版本信息:10<br>代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts| 82|废弃版本有变化|类名:NrOptionMode;<br>方法or属性:NR_OPTION_NSA_AND_SA<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:NR_OPTION_NSA_AND_SA<br>新版本信息:10<br>代替接口: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts| 83|废弃版本有变化|类名:sms;<br>方法or属性:function sendMessage(options: SendMessageOptions): void;<br>旧版本信息:|类名:sms;<br>方法or属性:function sendMessage(options: SendMessageOptions): void;<br>新版本信息:10<br>代替接口: telephony.sms#sendShortMessage|@ohos.telephony.sms.d.ts| 84|新增(错误码)|类名:call;<br>方法or属性:function muteRinger(): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function muteRinger(): Promise\<void>;<br>新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 85|新增(错误码)|类名:call;<br>方法or属性:function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:call;<br>方法or属性:function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 86|新增(错误码)|类名:call;<br>方法or属性:function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\<boolean>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 87|新增(错误码)|类名:call;<br>方法or属性:function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:call;<br>方法or属性:function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\<string>): void;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 88|新增(错误码)|类名:call;<br>方法or属性:function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\<string>;<br>旧版本信息:|类名:call;<br>方法or属性:function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\<string>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 89|新增(错误码)|类名:call;<br>方法or属性:function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\<string>;<br>旧版本信息:|类名:call;<br>方法or属性:function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\<string>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 90|新增(错误码)|类名:call;<br>方法or属性:function holdCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function holdCall(callId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 91|新增(错误码)|类名:call;<br>方法or属性:function unHoldCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function unHoldCall(callId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 92|新增(错误码)|类名:call;<br>方法or属性:function switchCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function switchCall(callId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 93|新增(错误码)|类名:call;<br>方法or属性:function combineConference(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function combineConference(callId: number): Promise\<void>;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 94|新增(错误码)|类名:call;<br>方法or属性:function getMainCallId(callId: number): Promise\<number>;<br>旧版本信息:|类名:call;<br>方法or属性:function getMainCallId(callId: number): Promise\<number>;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 95|新增(错误码)|类名:call;<br>方法or属性:function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>旧版本信息:|类名:call;<br>方法or属性:function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 96|新增(错误码)|类名:call;<br>方法or属性:function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 97|新增(错误码)|类名:call;<br>方法or属性:function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 98|新增(错误码)|类名:call;<br>方法or属性:function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 99|新增(错误码)|类名:call;<br>方法or属性:function startDTMF(callId: number, character: string): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function startDTMF(callId: number, character: string): Promise\<void>;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 100|新增(错误码)|类名:call;<br>方法or属性:function stopDTMF(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function stopDTMF(callId: number): Promise\<void>;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 101|新增(错误码)|类名:call;<br>方法or属性:function isInEmergencyCall(): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isInEmergencyCall(): Promise\<boolean>;<br>新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 102|新增(错误码)|类名:call;<br>方法or属性:function isNewCallAllowed(): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isNewCallAllowed(): Promise\<boolean>;<br>新版本信息:202,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 103|新增(错误码)|类名:call;<br>方法or属性:function separateConference(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function separateConference(callId: number): Promise\<void>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 104|新增(错误码)|类名:call;<br>方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 105|新增(错误码)|类名:call;<br>方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 106|新增(错误码)|类名:call;<br>方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 107|新增(错误码)|类名:call;<br>方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 108|新增(错误码)|类名:call;<br>方法or属性:function isRinging(): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isRinging(): Promise\<boolean>;<br>新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 109|新增(错误码)|类名:call;<br>方法or属性:function setMuted(): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setMuted(): Promise\<void>;<br>新版本信息:202,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 110|新增(错误码)|类名:call;<br>方法or属性:function cancelMuted(): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function cancelMuted(): Promise\<void>;<br>新版本信息:202,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 111|新增(错误码)|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 112|新增(错误码)|类名:call;<br>方法or属性:function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 113|新增(错误码)|类名:call;<br>方法or属性:function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 114|新增(错误码)|类名:call;<br>方法or属性:function enableImsSwitch(slotId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function enableImsSwitch(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 115|新增(错误码)|类名:call;<br>方法or属性:function disableImsSwitch(slotId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function disableImsSwitch(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 116|新增(错误码)|类名:call;<br>方法or属性:function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 117|新增(错误码)|类名:data;<br>方法or属性:function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.data.d.ts| 118|新增(错误码)|类名:data;<br>方法or属性:function isCellularDataEnabled(): Promise\<boolean>;<br>旧版本信息:|类名:data;<br>方法or属性:function isCellularDataEnabled(): Promise\<boolean>;<br>新版本信息:201,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 119|新增(错误码)|类名:data;<br>方法or属性:function enableCellularData(): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function enableCellularData(): Promise\<void>;<br>新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 120|新增(错误码)|类名:data;<br>方法or属性:function disableCellularData(): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function disableCellularData(): Promise\<void>;<br>新版本信息:201,202,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 121|新增(错误码)|类名:data;<br>方法or属性:function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>旧版本信息:|类名:data;<br>方法or属性:function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 122|新增(错误码)|类名:data;<br>方法or属性:function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 123|新增(错误码)|类名:data;<br>方法or属性:function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 124|新增(错误码)|类名:observer;<br>方法or属性:function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 125|新增(错误码)|类名:observer;<br>方法or属性:function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback\<Array\<SignalInformation>>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback\<Array\<SignalInformation>>): void;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 126|新增(错误码)|类名:observer;<br>方法or属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 127|新增(错误码)|类名:observer;<br>方法or属性:function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },<br> callback: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },<br> callback: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 128|新增(错误码)|类名:observer;<br>方法or属性:function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback\<DataFlowType>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback\<DataFlowType>): void;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 129|新增(错误码)|类名:observer;<br>方法or属性:function on(type: 'callStateChange', options: { slotId: number }, callback: Callback\<{ state: CallState, number: string }>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'callStateChange', options: { slotId: number }, callback: Callback\<{ state: CallState, number: string }>): void;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 130|新增(错误码)|类名:observer;<br>方法or属性:function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\<SimStateData>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\<SimStateData>): void;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 131|新增(错误码)|类名:radio;<br>方法or属性:function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 132|新增(错误码)|类名:radio;<br>方法or属性:function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 133|新增(错误码)|类名:radio;<br>方法or属性:function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 134|新增(错误码)|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 135|新增(错误码)|类名:radio;<br>方法or属性:function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 136|新增(错误码)|类名:radio;<br>方法or属性:function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 137|新增(错误码)|类名:radio;<br>方法or属性:function getNetworkSelectionMode(slotId: number): Promise\<NetworkSelectionMode>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNetworkSelectionMode(slotId: number): Promise\<NetworkSelectionMode>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 138|新增(错误码)|类名:radio;<br>方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 139|新增(错误码)|类名:radio;<br>方法or属性:function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 140|新增(错误码)|类名:radio;<br>方法or属性:function getISOCountryCodeForNetwork(slotId: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getISOCountryCodeForNetwork(slotId: number): Promise\<string>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 141|新增(错误码)|类名:radio;<br>方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 142|新增(错误码)|类名:radio;<br>方法or属性:function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 143|新增(错误码)|类名:radio;<br>方法or属性:function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 144|新增(错误码)|类名:radio;<br>方法or属性:function getIMEI(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getIMEI(slotId?: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 145|新增(错误码)|类名:radio;<br>方法or属性:function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 146|新增(错误码)|类名:radio;<br>方法or属性:function getMEID(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getMEID(slotId?: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 147|新增(错误码)|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 148|新增(错误码)|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 149|新增(错误码)|类名:radio;<br>方法or属性:function getPrimarySlotId(): Promise\<number>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getPrimarySlotId(): Promise\<number>;<br>新版本信息:8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 150|新增(错误码)|类名:radio;<br>方法or属性:function setPrimarySlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setPrimarySlotId(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.radio.d.ts| 151|新增(错误码)|类名:radio;<br>方法or属性:function getSignalInformation(slotId: number): Promise\<Array\<SignalInformation>>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getSignalInformation(slotId: number): Promise\<Array\<SignalInformation>>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 152|新增(错误码)|类名:radio;<br>方法or属性:function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 153|新增(错误码)|类名:radio;<br>方法or属性:function isRadioOn(slotId?: number): Promise\<boolean>;<br>旧版本信息:|类名:radio;<br>方法or属性:function isRadioOn(slotId?: number): Promise\<boolean>;<br>新版本信息:201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 154|新增(错误码)|类名:radio;<br>方法or属性:function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 155|新增(错误码)|类名:radio;<br>方法or属性:function turnOnRadio(slotId?: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOnRadio(slotId?: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 156|新增(错误码)|类名:radio;<br>方法or属性:function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 157|新增(错误码)|类名:radio;<br>方法or属性:function turnOffRadio(slotId?: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOffRadio(slotId?: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 158|新增(错误码)|类名:radio;<br>方法or属性:function getOperatorName(slotId: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getOperatorName(slotId: number): Promise\<string>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 159|新增(错误码)|类名:radio;<br>方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 160|新增(错误码)|类名:radio;<br>方法or属性:function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 161|新增(错误码)|类名:radio;<br>方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 162|新增(错误码)|类名:sim;<br>方法or属性:function hasOperatorPrivileges(slotId: number): Promise\<boolean>;<br>旧版本信息:|类名:sim;<br>方法or属性:function hasOperatorPrivileges(slotId: number): Promise\<boolean>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts| 163|新增(错误码)|类名:sim;<br>方法or属性:function getISOCountryCodeForSim(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getISOCountryCodeForSim(slotId: number): Promise\<string>;<br>新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 164|新增(错误码)|类名:sim;<br>方法or属性:function getSimOperatorNumeric(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimOperatorNumeric(slotId: number): Promise\<string>;<br>新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 165|新增(错误码)|类名:sim;<br>方法or属性:function getSimSpn(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimSpn(slotId: number): Promise\<string>;<br>新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 166|新增(错误码)|类名:sim;<br>方法or属性:function getSimState(slotId: number): Promise\<SimState>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimState(slotId: number): Promise\<SimState>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts| 167|新增(错误码)|类名:sim;<br>方法or属性:function getCardType(slotId: number): Promise\<CardType>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getCardType(slotId: number): Promise\<CardType>;<br>新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 168|新增(错误码)|类名:sim;<br>方法or属性:function getSimIccId(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimIccId(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 169|新增(错误码)|类名:sim;<br>方法or属性:function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 170|新增(错误码)|类名:sim;<br>方法or属性:function getVoiceMailNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getVoiceMailNumber(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 171|新增(错误码)|类名:sim;<br>方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 172|新增(错误码)|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 173|新增(错误码)|类名:sim;<br>方法or属性:function getSimGid1(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimGid1(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 174|新增(错误码)|类名:sim;<br>方法or属性:function getIMSI(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getIMSI(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 175|新增(错误码)|类名:sim;<br>方法or属性:function hasSimCard(slotId: number): Promise\<boolean>;<br>旧版本信息:|类名:sim;<br>方法or属性:function hasSimCard(slotId: number): Promise\<boolean>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts| 176|新增(错误码)|类名:sim;<br>方法or属性:function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>新版本信息:401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 177|新增(错误码)|类名:sim;<br>方法or属性:function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>新版本信息:8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 178|新增(错误码)|类名:sim;<br>方法or属性:function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.sim.d.ts| 179|新增(错误码)|类名:sim;<br>方法or属性:function activateSim(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function activateSim(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 180|新增(错误码)|类名:sim;<br>方法or属性:function deactivateSim(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function deactivateSim(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 181|新增(错误码)|类名:sim;<br>方法or属性:function setShowName(slotId: number, name: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setShowName(slotId: number, name: string): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 182|新增(错误码)|类名:sim;<br>方法or属性:function getShowName(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getShowName(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 183|新增(错误码)|类名:sim;<br>方法or属性:function setShowNumber(slotId: number, number: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setShowNumber(slotId: number, number: string): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 184|新增(错误码)|类名:sim;<br>方法or属性:function getShowNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getShowNumber(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 185|新增(错误码)|类名:sim;<br>方法or属性:function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts| 186|新增(错误码)|类名:sim;<br>方法or属性:function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 187|新增(错误码)|类名:sim;<br>方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 188|新增(错误码)|类名:sim;<br>方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 189|新增(错误码)|类名:sim;<br>方法or属性:function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 190|新增(错误码)|类名:sim;<br>方法or属性:function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 191|新增(错误码)|类名:sim;<br>方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 192|新增(错误码)|类名:sim;<br>方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 193|新增(错误码)|类名:sim;<br>方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>旧版本信息:|类名:sim;<br>方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 194|新增(错误码)|类名:sim;<br>方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 195|新增(错误码)|类名:sim;<br>方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 196|新增(错误码)|类名:sim;<br>方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 197|新增(错误码)|类名:sim;<br>方法or属性:function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 198|新增(错误码)|类名:sim;<br>方法or属性:function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 199|新增(错误码)|类名:sim;<br>方法or属性:function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 200|新增(错误码)|类名:sim;<br>方法or属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 201|新增(错误码)|类名:sim;<br>方法or属性:function getOpKey(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getOpKey(slotId: number): Promise\<string>;<br>新版本信息:401,801,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts| 202|新增(错误码)|类名:sim;<br>方法or属性:function getOpName(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getOpName(slotId: number): Promise\<string>;<br>新版本信息:401,801,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts| 203|新增(错误码)|类名:sms;<br>方法or属性:function splitMessage(content: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:sms;<br>方法or属性:function splitMessage(content: string): Promise\<Array\<string>>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 204|新增(错误码)|类名:sms;<br>方法or属性:function createMessage(pdu: Array\<number>, specification: string): Promise\<ShortMessage>;<br>旧版本信息:|类名:sms;<br>方法or属性:function createMessage(pdu: Array\<number>, specification: string): Promise\<ShortMessage>;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 205|新增(错误码)|类名:sms;<br>方法or属性:function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sms.d.ts| 206|新增(错误码)|类名:sms;<br>方法or属性:function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 207|新增(错误码)|类名:sms;<br>方法or属性:function getSmscAddr(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getSmscAddr(slotId: number): Promise\<string>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 208|新增(错误码)|类名:sms;<br>方法or属性:function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 209|新增(错误码)|类名:sms;<br>方法or属性:function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 210|新增(错误码)|类名:sms;<br>方法or属性:function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 211|新增(错误码)|类名:sms;<br>方法or属性:function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 212|新增(错误码)|类名:sms;<br>方法or属性:function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 213|新增(错误码)|类名:sms;<br>方法or属性:function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 214|新增(错误码)|类名:sms;<br>方法or属性:function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>旧版本信息:|类名:sms;<br>方法or属性:function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 215|新增(错误码)|类名:sms;<br>方法or属性:function getImsShortMessageFormat(): Promise\<string>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getImsShortMessageFormat(): Promise\<string>;<br>新版本信息:202,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 216|新增(错误码)|类名:sms;<br>方法or属性:function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>旧版本信息:|类名:sms;<br>方法or属性:function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 217|新增(错误码)|类名:sms;<br>方法or属性:function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>旧版本信息:|类名:sms;<br>方法or属性:function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 218|错误码有变化|类名:call;<br>方法or属性:function dialCall(phoneNumber: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function dialCall(phoneNumber: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300005,8300006,8300999|@ohos.telephony.call.d.ts| 219|错误码有变化|类名:call;<br>方法or属性:function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300005,8300006,8300999|@ohos.telephony.call.d.ts| 220|错误码有变化|类名:call;<br>方法or属性:function dialCall(phoneNumber: string, options?: DialCallOptions): Promise\<void>;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function dialCall(phoneNumber: string, options?: DialCallOptions): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300005,8300006,8300999|@ohos.telephony.call.d.ts| 221|错误码有变化|类名:call;<br>方法or属性:function muteRinger(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function muteRinger(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 222|错误码有变化|类名:call;<br>方法or属性:function answerCall(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function answerCall(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 223|错误码有变化|类名:call;<br>方法or属性:function answerCall(callId?: number): Promise\<void>;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function answerCall(callId?: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 224|错误码有变化|类名:call;<br>方法or属性:function answerCall(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function answerCall(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 225|错误码有变化|类名:call;<br>方法or属性:function hangUpCall(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function hangUpCall(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 226|错误码有变化|类名:call;<br>方法or属性:function hangUpCall(callId?: number): Promise\<void>;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function hangUpCall(callId?: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 227|错误码有变化|类名:call;<br>方法or属性:function hangUpCall(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function hangUpCall(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 228|错误码有变化|类名:call;<br>方法or属性:function rejectCall(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function rejectCall(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 229|错误码有变化|类名:call;<br>方法or属性:function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 230|错误码有变化|类名:call;<br>方法or属性:function rejectCall(callId?: number, options?: RejectMessageOptions): Promise\<void>;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function rejectCall(callId?: number, options?: RejectMessageOptions): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 231|错误码有变化|类名:call;<br>方法or属性:function rejectCall(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function rejectCall(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 232|错误码有变化|类名:call;<br>方法or属性:function rejectCall(options: RejectMessageOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function rejectCall(options: RejectMessageOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 233|错误码有变化|类名:call;<br>方法or属性:function holdCall(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function holdCall(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 234|错误码有变化|类名:call;<br>方法or属性:function unHoldCall(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function unHoldCall(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 235|错误码有变化|类名:call;<br>方法or属性:function switchCall(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function switchCall(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 236|错误码有变化|类名:call;<br>方法or属性:function combineConference(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function combineConference(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 237|错误码有变化|类名:call;<br>方法or属性:function getMainCallId(callId: number, callback: AsyncCallback\<number>): void;<br>旧版本信息:401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function getMainCallId(callId: number, callback: AsyncCallback\<number>): void;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 238|错误码有变化|类名:call;<br>方法or属性:function getSubCallIdList(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>旧版本信息:401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function getSubCallIdList(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 239|错误码有变化|类名:call;<br>方法or属性:function getCallIdListForConference(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>旧版本信息:401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function getCallIdListForConference(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 240|错误码有变化|类名:call;<br>方法or属性:function getCallWaitingStatus(slotId: number, callback: AsyncCallback\<CallWaitingStatus>): void;<br>旧版本信息:201,401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function getCallWaitingStatus(slotId: number, callback: AsyncCallback\<CallWaitingStatus>): void;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 241|错误码有变化|类名:call;<br>方法or属性:function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 242|错误码有变化|类名:call;<br>方法or属性:function startDTMF(callId: number, character: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function startDTMF(callId: number, character: string, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 243|错误码有变化|类名:call;<br>方法or属性:function stopDTMF(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function stopDTMF(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 244|错误码有变化|类名:call;<br>方法or属性:function isInEmergencyCall(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function isInEmergencyCall(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 245|错误码有变化|类名:call;<br>方法or属性:function on(type: 'callDetailsChange', callback: Callback\<CallAttributeOptions>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function on(type: 'callDetailsChange', callback: Callback\<CallAttributeOptions>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 246|错误码有变化|类名:call;<br>方法or属性:function on(type: 'callEventChange', callback: Callback\<CallEventOptions>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function on(type: 'callEventChange', callback: Callback\<CallEventOptions>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 247|错误码有变化|类名:call;<br>方法or属性:function on(type: 'callDisconnectedCause', callback: Callback\<DisconnectedDetails>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function on(type: 'callDisconnectedCause', callback: Callback\<DisconnectedDetails>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 248|错误码有变化|类名:call;<br>方法or属性:function on(type: 'mmiCodeResult', callback: Callback\<MmiCodeResults>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function on(type: 'mmiCodeResult', callback: Callback\<MmiCodeResults>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 249|错误码有变化|类名:call;<br>方法or属性:function off(type: 'callDetailsChange', callback?: Callback\<CallAttributeOptions>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function off(type: 'callDetailsChange', callback?: Callback\<CallAttributeOptions>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 250|错误码有变化|类名:call;<br>方法or属性:function off(type: 'callEventChange', callback?: Callback\<CallEventOptions>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function off(type: 'callEventChange', callback?: Callback\<CallEventOptions>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 251|错误码有变化|类名:call;<br>方法or属性:function off(type: 'callDisconnectedCause', callback?: Callback\<DisconnectedDetails>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function off(type: 'callDisconnectedCause', callback?: Callback\<DisconnectedDetails>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 252|错误码有变化|类名:call;<br>方法or属性:function off(type: 'mmiCodeResult', callback?: Callback\<MmiCodeResults>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function off(type: 'mmiCodeResult', callback?: Callback\<MmiCodeResults>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 253|错误码有变化|类名:call;<br>方法or属性:function isNewCallAllowed(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function isNewCallAllowed(callback: AsyncCallback\<boolean>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 254|错误码有变化|类名:call;<br>方法or属性:function separateConference(callId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function separateConference(callId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 255|错误码有变化|类名:call;<br>方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\<RestrictionStatus>): void;<br>旧版本信息:201,401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\<RestrictionStatus>): void;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 256|错误码有变化|类名:call;<br>方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 257|错误码有变化|类名:call;<br>方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\<CallTransferResult>): void;<br>旧版本信息:201,401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\<CallTransferResult>): void;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 258|错误码有变化|类名:call;<br>方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,801,8300001,8300002,8300003|类名:call;<br>方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts| 259|错误码有变化|类名:call;<br>方法or属性:function isRinging(callback: AsyncCallback\<boolean>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function isRinging(callback: AsyncCallback\<boolean>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 260|错误码有变化|类名:call;<br>方法or属性:function setMuted(callback: AsyncCallback\<void>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function setMuted(callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 261|错误码有变化|类名:call;<br>方法or属性:function cancelMuted(callback: AsyncCallback\<void>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function cancelMuted(callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 262|错误码有变化|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 263|错误码有变化|类名:call;<br>方法or属性:function joinConference(mainCallId: number, callNumberList: Array\<string>, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function joinConference(mainCallId: number, callNumberList: Array\<string>, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 264|错误码有变化|类名:call;<br>方法or属性:function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback\<void>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback\<void>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 265|错误码有变化|类名:call;<br>方法or属性:function enableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function enableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 266|错误码有变化|类名:call;<br>方法or属性:function disableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function disableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 267|错误码有变化|类名:call;<br>方法or属性:function isImsSwitchEnabled(slotId: number, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:call;<br>方法or属性:function isImsSwitchEnabled(slotId: number, callback: AsyncCallback\<boolean>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts| 268|错误码有变化|类名:data;<br>方法or属性:function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301001|类名:data;<br>方法or属性:function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.data.d.ts| 269|错误码有变化|类名:data;<br>方法or属性:function enableCellularData(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:data;<br>方法or属性:function enableCellularData(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 270|错误码有变化|类名:data;<br>方法or属性:function disableCellularData(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:data;<br>方法or属性:function disableCellularData(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 271|错误码有变化|类名:data;<br>方法or属性:function enableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:data;<br>方法or属性:function enableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 272|错误码有变化|类名:data;<br>方法or属性:function disableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:data;<br>方法or属性:function disableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts| 273|错误码有变化|类名:observer;<br>方法or属性:function on(type: 'cellInfoChange', callback: Callback\<Array\<CellInformation>>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:observer;<br>方法or属性:function on(type: 'cellInfoChange', callback: Callback\<Array\<CellInformation>>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 274|错误码有变化|类名:observer;<br>方法or属性:function off(type: 'cellInfoChange', callback?: Callback\<Array\<CellInformation>>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:observer;<br>方法or属性:function off(type: 'cellInfoChange', callback?: Callback\<Array\<CellInformation>>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts| 275|错误码有变化|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 276|错误码有变化|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(slotId?: number): Promise\<void>;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(slotId?: number): Promise\<void>;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 277|错误码有变化|类名:radio;<br>方法or属性:function getCellInformation(callback: AsyncCallback\<Array\<CellInformation>>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getCellInformation(callback: AsyncCallback\<Array\<CellInformation>>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 278|错误码有变化|类名:radio;<br>方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 279|错误码有变化|类名:radio;<br>方法or属性:function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\<NetworkSearchResult>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\<NetworkSearchResult>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 280|错误码有变化|类名:radio;<br>方法or属性:function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 281|错误码有变化|类名:radio;<br>方法or属性:function getIMEI(callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getIMEI(callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 282|错误码有变化|类名:radio;<br>方法or属性:function getMEID(callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getMEID(callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 283|错误码有变化|类名:radio;<br>方法or属性:function getUniqueDeviceId(callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getUniqueDeviceId(callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 284|错误码有变化|类名:radio;<br>方法or属性:function getPrimarySlotId(callback: AsyncCallback\<number>): void;<br>旧版本信息:8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getPrimarySlotId(callback: AsyncCallback\<number>): void;<br>新版本信息:401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 285|错误码有变化|类名:radio;<br>方法or属性:function setPrimarySlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:radio;<br>方法or属性:function setPrimarySlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.radio.d.ts| 286|错误码有变化|类名:radio;<br>方法or属性:function turnOnRadio(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function turnOnRadio(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 287|错误码有变化|类名:radio;<br>方法or属性:function turnOffRadio(callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function turnOffRadio(callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 288|错误码有变化|类名:radio;<br>方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 289|错误码有变化|类名:radio;<br>方法or属性:function getPreferredNetwork(slotId: number, callback: AsyncCallback\<PreferredNetworkMode>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getPreferredNetwork(slotId: number, callback: AsyncCallback\<PreferredNetworkMode>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 290|错误码有变化|类名:radio;<br>方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\<ImsRegInfo>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\<ImsRegInfo>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 291|错误码有变化|类名:radio;<br>方法or属性:function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback\<ImsRegInfo>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback\<ImsRegInfo>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 292|错误码有变化|类名:radio;<br>方法or属性:function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback\<ImsRegInfo>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:radio;<br>方法or属性:function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback\<ImsRegInfo>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts| 293|错误码有变化|类名:sim;<br>方法or属性:function getSimIccId(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getSimIccId(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 294|错误码有变化|类名:sim;<br>方法or属性:function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 295|错误码有变化|类名:sim;<br>方法or属性:function getVoiceMailNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getVoiceMailNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 296|错误码有变化|类名:sim;<br>方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 297|错误码有变化|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 298|错误码有变化|类名:sim;<br>方法or属性:function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 299|错误码有变化|类名:sim;<br>方法or属性:function getIMSI(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getIMSI(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 300|错误码有变化|类名:sim;<br>方法or属性:function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>新版本信息:401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 301|错误码有变化|类名:sim;<br>方法or属性:function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>新版本信息:401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 302|错误码有变化|类名:sim;<br>方法or属性:function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301001|类名:sim;<br>方法or属性:function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.sim.d.ts| 303|错误码有变化|类名:sim;<br>方法or属性:function activateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function activateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 304|错误码有变化|类名:sim;<br>方法or属性:function deactivateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function deactivateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 305|错误码有变化|类名:sim;<br>方法or属性:function setShowName(slotId: number, name: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function setShowName(slotId: number, name: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 306|错误码有变化|类名:sim;<br>方法or属性:function getShowName(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getShowName(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 307|错误码有变化|类名:sim;<br>方法or属性:function setShowNumber(slotId: number, number: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function setShowNumber(slotId: number, number: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 308|错误码有变化|类名:sim;<br>方法or属性:function getShowNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function getShowNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 309|错误码有变化|类名:sim;<br>方法or属性:function getOperatorConfigs(slotId: number, callback: AsyncCallback\<Array\<OperatorConfig>>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sim;<br>方法or属性:function getOperatorConfigs(slotId: number, callback: AsyncCallback\<Array\<OperatorConfig>>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts| 310|错误码有变化|类名:sim;<br>方法or属性:function unlockPin(slotId: number, pin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function unlockPin(slotId: number, pin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 311|错误码有变化|类名:sim;<br>方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 312|错误码有变化|类名:sim;<br>方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 313|错误码有变化|类名:sim;<br>方法or属性:function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 314|错误码有变化|类名:sim;<br>方法or属性:function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 315|错误码有变化|类名:sim;<br>方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 316|错误码有变化|类名:sim;<br>方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 317|错误码有变化|类名:sim;<br>方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback\<Array\<DiallingNumbersInfo>>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback\<Array\<DiallingNumbersInfo>>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 318|错误码有变化|类名:sim;<br>方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 319|错误码有变化|类名:sim;<br>方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 320|错误码有变化|类名:sim;<br>方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 321|错误码有变化|类名:sim;<br>方法or属性:function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\<LockState>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\<LockState>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 322|错误码有变化|类名:sim;<br>方法or属性:function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 323|错误码有变化|类名:sim;<br>方法or属性:function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sim;<br>方法or属性:function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts| 324|错误码有变化|类名:sim;<br>方法or属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999,8301002|类名:sim;<br>方法or属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts| 325|错误码有变化|类名:sms;<br>方法or属性:function splitMessage(content: string, callback: AsyncCallback\<Array\<string>>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function splitMessage(content: string, callback: AsyncCallback\<Array\<string>>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 326|错误码有变化|类名:sms;<br>方法or属性:function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300004,8300999|类名:sms;<br>方法or属性:function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sms.d.ts| 327|错误码有变化|类名:sms;<br>方法or属性:function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 328|错误码有变化|类名:sms;<br>方法or属性:function getSmscAddr(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function getSmscAddr(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 329|错误码有变化|类名:sms;<br>方法or属性:function addSimMessage(options: SimMessageOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function addSimMessage(options: SimMessageOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 330|错误码有变化|类名:sms;<br>方法or属性:function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 331|错误码有变化|类名:sms;<br>方法or属性:function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 332|错误码有变化|类名:sms;<br>方法or属性:function getAllSimMessages(slotId: number, callback: AsyncCallback\<Array\<SimShortMessage>>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function getAllSimMessages(slotId: number, callback: AsyncCallback\<Array\<SimShortMessage>>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 333|错误码有变化|类名:sms;<br>方法or属性:function setCBConfig(options: CBConfigOptions, callback: AsyncCallback\<void>): void;<br>旧版本信息:201,401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function setCBConfig(options: CBConfigOptions, callback: AsyncCallback\<void>): void;<br>新版本信息:201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 334|错误码有变化|类名:sms;<br>方法or属性:function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback\<SmsSegmentsInfo>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback\<SmsSegmentsInfo>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 335|错误码有变化|类名:sms;<br>方法or属性:function isImsSmsSupported(slotId: number, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function isImsSmsSupported(slotId: number, callback: AsyncCallback\<boolean>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 336|错误码有变化|类名:sms;<br>方法or属性:function getImsShortMessageFormat(callback: AsyncCallback\<string>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function getImsShortMessageFormat(callback: AsyncCallback\<string>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 337|错误码有变化|类名:sms;<br>方法or属性:function decodeMms(mmsFilePathName: string \| Array\<number>, callback: AsyncCallback\<MmsInformation>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function decodeMms(mmsFilePathName: string \| Array\<number>, callback: AsyncCallback\<MmsInformation>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 338|错误码有变化|类名:sms;<br>方法or属性:function encodeMms(mms: MmsInformation, callback: AsyncCallback\<Array\<number>>): void;<br>旧版本信息:401,8300001,8300002,8300003,8300999|类名:sms;<br>方法or属性:function encodeMms(mms: MmsInformation, callback: AsyncCallback\<Array\<number>>): void;<br>新版本信息:202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts| 339|访问级别有变化|类名:call;<br>方法or属性:function muteRinger(): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function muteRinger(): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 340|访问级别有变化|类名:call;<br>方法or属性:function holdCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function holdCall(callId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 341|访问级别有变化|类名:call;<br>方法or属性:function unHoldCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function unHoldCall(callId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 342|访问级别有变化|类名:call;<br>方法or属性:function switchCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function switchCall(callId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 343|访问级别有变化|类名:call;<br>方法or属性:function combineConference(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function combineConference(callId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 344|访问级别有变化|类名:call;<br>方法or属性:function getMainCallId(callId: number): Promise\<number>;<br>旧版本信息:|类名:call;<br>方法or属性:function getMainCallId(callId: number): Promise\<number>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 345|访问级别有变化|类名:call;<br>方法or属性:function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>旧版本信息:|类名:call;<br>方法or属性:function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 346|访问级别有变化|类名:call;<br>方法or属性:function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 347|访问级别有变化|类名:call;<br>方法or属性:function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 348|访问级别有变化|类名:call;<br>方法or属性:function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 349|访问级别有变化|类名:call;<br>方法or属性:function startDTMF(callId: number, character: string): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function startDTMF(callId: number, character: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 350|访问级别有变化|类名:call;<br>方法or属性:function stopDTMF(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function stopDTMF(callId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 351|访问级别有变化|类名:call;<br>方法or属性:function isInEmergencyCall(): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isInEmergencyCall(): Promise\<boolean>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 352|访问级别有变化|类名:call;<br>方法or属性:function isNewCallAllowed(): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isNewCallAllowed(): Promise\<boolean>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 353|访问级别有变化|类名:call;<br>方法or属性:function separateConference(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function separateConference(callId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 354|访问级别有变化|类名:call;<br>方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 355|访问级别有变化|类名:call;<br>方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 356|访问级别有变化|类名:call;<br>方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 357|访问级别有变化|类名:call;<br>方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 358|访问级别有变化|类名:call;<br>方法or属性:function isRinging(): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isRinging(): Promise\<boolean>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 359|访问级别有变化|类名:call;<br>方法or属性:function setMuted(): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setMuted(): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 360|访问级别有变化|类名:call;<br>方法or属性:function cancelMuted(): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function cancelMuted(): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 361|访问级别有变化|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 362|访问级别有变化|类名:call;<br>方法or属性:function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 363|访问级别有变化|类名:call;<br>方法or属性:function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 364|访问级别有变化|类名:call;<br>方法or属性:function enableImsSwitch(slotId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function enableImsSwitch(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 365|访问级别有变化|类名:call;<br>方法or属性:function disableImsSwitch(slotId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function disableImsSwitch(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 366|访问级别有变化|类名:call;<br>方法or属性:function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 367|访问级别有变化|类名:ImsCallMode;<br>方法or属性:CALL_MODE_AUDIO_ONLY = 0<br>旧版本信息:|类名:ImsCallMode;<br>方法or属性:CALL_MODE_AUDIO_ONLY = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 368|访问级别有变化|类名:ImsCallMode;<br>方法or属性:CALL_MODE_SEND_ONLY<br>旧版本信息:|类名:ImsCallMode;<br>方法or属性:CALL_MODE_SEND_ONLY<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 369|访问级别有变化|类名:ImsCallMode;<br>方法or属性:CALL_MODE_RECEIVE_ONLY<br>旧版本信息:|类名:ImsCallMode;<br>方法or属性:CALL_MODE_RECEIVE_ONLY<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 370|访问级别有变化|类名:ImsCallMode;<br>方法or属性:CALL_MODE_SEND_RECEIVE<br>旧版本信息:|类名:ImsCallMode;<br>方法or属性:CALL_MODE_SEND_RECEIVE<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 371|访问级别有变化|类名:ImsCallMode;<br>方法or属性:CALL_MODE_VIDEO_PAUSED<br>旧版本信息:|类名:ImsCallMode;<br>方法or属性:CALL_MODE_VIDEO_PAUSED<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 372|访问级别有变化|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_ALL_INCOMING = 0<br>旧版本信息:|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_ALL_INCOMING = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 373|访问级别有变化|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_ALL_OUTGOING<br>旧版本信息:|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_ALL_OUTGOING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 374|访问级别有变化|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_INTERNATIONAL<br>旧版本信息:|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_INTERNATIONAL<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 375|访问级别有变化|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_INTERNATIONAL_EXCLUDING_HOME<br>旧版本信息:|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_INTERNATIONAL_EXCLUDING_HOME<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 376|访问级别有变化|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_ROAMING_INCOMING<br>旧版本信息:|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_ROAMING_INCOMING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 377|访问级别有变化|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_ALL_CALLS<br>旧版本信息:|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_ALL_CALLS<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 378|访问级别有变化|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_OUTGOING_SERVICES<br>旧版本信息:|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_OUTGOING_SERVICES<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 379|访问级别有变化|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_INCOMING_SERVICES<br>旧版本信息:|类名:CallRestrictionType;<br>方法or属性:RESTRICTION_TYPE_INCOMING_SERVICES<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 380|访问级别有变化|类名:CallTransferInfo;<br>方法or属性:transferNum: string;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:transferNum: string;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 381|访问级别有变化|类名:CallTransferInfo;<br>方法or属性:type: CallTransferType;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:type: CallTransferType;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 382|访问级别有变化|类名:CallTransferInfo;<br>方法or属性:settingType: CallTransferSettingType;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:settingType: CallTransferSettingType;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 383|访问级别有变化|类名:CallTransferInfo;<br>方法or属性:startHour?: number;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:startHour?: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 384|访问级别有变化|类名:CallTransferInfo;<br>方法or属性:startMinute?: number;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:startMinute?: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 385|访问级别有变化|类名:CallTransferInfo;<br>方法or属性:endHour?: number;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:endHour?: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 386|访问级别有变化|类名:CallTransferInfo;<br>方法or属性:endMinute?: number;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:endMinute?: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 387|访问级别有变化|类名:CallTransferType;<br>方法or属性:TRANSFER_TYPE_UNCONDITIONAL = 0<br>旧版本信息:|类名:CallTransferType;<br>方法or属性:TRANSFER_TYPE_UNCONDITIONAL = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 388|访问级别有变化|类名:CallTransferType;<br>方法or属性:TRANSFER_TYPE_BUSY<br>旧版本信息:|类名:CallTransferType;<br>方法or属性:TRANSFER_TYPE_BUSY<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 389|访问级别有变化|类名:CallTransferType;<br>方法or属性:TRANSFER_TYPE_NO_REPLY<br>旧版本信息:|类名:CallTransferType;<br>方法or属性:TRANSFER_TYPE_NO_REPLY<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 390|访问级别有变化|类名:CallTransferType;<br>方法or属性:TRANSFER_TYPE_NOT_REACHABLE<br>旧版本信息:|类名:CallTransferType;<br>方法or属性:TRANSFER_TYPE_NOT_REACHABLE<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 391|访问级别有变化|类名:CallTransferSettingType;<br>方法or属性:CALL_TRANSFER_DISABLE = 0<br>旧版本信息:|类名:CallTransferSettingType;<br>方法or属性:CALL_TRANSFER_DISABLE = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 392|访问级别有变化|类名:CallTransferSettingType;<br>方法or属性:CALL_TRANSFER_ENABLE = 1<br>旧版本信息:|类名:CallTransferSettingType;<br>方法or属性:CALL_TRANSFER_ENABLE = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 393|访问级别有变化|类名:CallTransferSettingType;<br>方法or属性:CALL_TRANSFER_REGISTRATION = 3<br>旧版本信息:|类名:CallTransferSettingType;<br>方法or属性:CALL_TRANSFER_REGISTRATION = 3<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 394|访问级别有变化|类名:CallTransferSettingType;<br>方法or属性:CALL_TRANSFER_ERASURE = 4<br>旧版本信息:|类名:CallTransferSettingType;<br>方法or属性:CALL_TRANSFER_ERASURE = 4<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 395|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:accountNumber: string;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:accountNumber: string;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 396|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:speakerphoneOn: boolean;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:speakerphoneOn: boolean;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 397|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:accountId: number;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:accountId: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 398|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:videoState: VideoStateType;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:videoState: VideoStateType;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 399|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:startTime: number;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:startTime: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 400|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:isEcc: boolean;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:isEcc: boolean;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 401|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:callType: CallType;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:callType: CallType;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 402|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:callId: number;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:callId: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 403|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:callState: DetailedCallState;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:callState: DetailedCallState;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 404|访问级别有变化|类名:CallAttributeOptions;<br>方法or属性:conferenceState: ConferenceState;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:conferenceState: ConferenceState;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 405|访问级别有变化|类名:ConferenceState;<br>方法or属性:TEL_CONFERENCE_IDLE = 0<br>旧版本信息:|类名:ConferenceState;<br>方法or属性:TEL_CONFERENCE_IDLE = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 406|访问级别有变化|类名:ConferenceState;<br>方法or属性:TEL_CONFERENCE_ACTIVE<br>旧版本信息:|类名:ConferenceState;<br>方法or属性:TEL_CONFERENCE_ACTIVE<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 407|访问级别有变化|类名:ConferenceState;<br>方法or属性:TEL_CONFERENCE_DISCONNECTING<br>旧版本信息:|类名:ConferenceState;<br>方法or属性:TEL_CONFERENCE_DISCONNECTING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 408|访问级别有变化|类名:ConferenceState;<br>方法or属性:TEL_CONFERENCE_DISCONNECTED<br>旧版本信息:|类名:ConferenceState;<br>方法or属性:TEL_CONFERENCE_DISCONNECTED<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 409|访问级别有变化|类名:CallType;<br>方法or属性:TYPE_CS = 0<br>旧版本信息:|类名:CallType;<br>方法or属性:TYPE_CS = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 410|访问级别有变化|类名:CallType;<br>方法or属性:TYPE_IMS = 1<br>旧版本信息:|类名:CallType;<br>方法or属性:TYPE_IMS = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 411|访问级别有变化|类名:CallType;<br>方法or属性:TYPE_OTT = 2<br>旧版本信息:|类名:CallType;<br>方法or属性:TYPE_OTT = 2<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 412|访问级别有变化|类名:CallType;<br>方法or属性:TYPE_ERR_CALL = 3<br>旧版本信息:|类名:CallType;<br>方法or属性:TYPE_ERR_CALL = 3<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 413|访问级别有变化|类名:VideoStateType;<br>方法or属性:TYPE_VOICE = 0<br>旧版本信息:|类名:VideoStateType;<br>方法or属性:TYPE_VOICE = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 414|访问级别有变化|类名:VideoStateType;<br>方法or属性:TYPE_VIDEO<br>旧版本信息:|类名:VideoStateType;<br>方法or属性:TYPE_VIDEO<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 415|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_ACTIVE = 0<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_ACTIVE = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 416|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_HOLDING<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_HOLDING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 417|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_DIALING<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_DIALING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 418|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_ALERTING<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_ALERTING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 419|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_INCOMING<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_INCOMING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 420|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_WAITING<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_WAITING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 421|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_DISCONNECTED<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_DISCONNECTED<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 422|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_DISCONNECTING<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_DISCONNECTING<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 423|访问级别有变化|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_IDLE<br>旧版本信息:|类名:DetailedCallState;<br>方法or属性:CALL_STATUS_IDLE<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 424|访问级别有变化|类名:CallRestrictionInfo;<br>方法or属性:type: CallRestrictionType;<br>旧版本信息:|类名:CallRestrictionInfo;<br>方法or属性:type: CallRestrictionType;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 425|访问级别有变化|类名:CallRestrictionInfo;<br>方法or属性:password: string;<br>旧版本信息:|类名:CallRestrictionInfo;<br>方法or属性:password: string;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 426|访问级别有变化|类名:CallRestrictionInfo;<br>方法or属性:mode: CallRestrictionMode;<br>旧版本信息:|类名:CallRestrictionInfo;<br>方法or属性:mode: CallRestrictionMode;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 427|访问级别有变化|类名:CallRestrictionMode;<br>方法or属性:RESTRICTION_MODE_DEACTIVATION = 0<br>旧版本信息:|类名:CallRestrictionMode;<br>方法or属性:RESTRICTION_MODE_DEACTIVATION = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 428|访问级别有变化|类名:CallRestrictionMode;<br>方法or属性:RESTRICTION_MODE_ACTIVATION<br>旧版本信息:|类名:CallRestrictionMode;<br>方法or属性:RESTRICTION_MODE_ACTIVATION<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 429|访问级别有变化|类名:CallEventOptions;<br>方法or属性:eventId: CallAbilityEventId,<br>旧版本信息:|类名:CallEventOptions;<br>方法or属性:eventId: CallAbilityEventId,<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 430|访问级别有变化|类名:CallAbilityEventId;<br>方法or属性:EVENT_DIAL_NO_CARRIER = 1<br>旧版本信息:|类名:CallAbilityEventId;<br>方法or属性:EVENT_DIAL_NO_CARRIER = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 431|访问级别有变化|类名:CallAbilityEventId;<br>方法or属性:EVENT_INVALID_FDN_NUMBER<br>旧版本信息:|类名:CallAbilityEventId;<br>方法or属性:EVENT_INVALID_FDN_NUMBER<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 432|访问级别有变化|类名:DialScene;<br>方法or属性:CALL_NORMAL = 0<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_NORMAL = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 433|访问级别有变化|类名:DialScene;<br>方法or属性:CALL_PRIVILEGED = 1<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_PRIVILEGED = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 434|访问级别有变化|类名:DialScene;<br>方法or属性:CALL_EMERGENCY = 2<br>旧版本信息:|类名:DialScene;<br>方法or属性:CALL_EMERGENCY = 2<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 435|访问级别有变化|类名:DialType;<br>方法or属性:DIAL_CARRIER_TYPE = 0<br>旧版本信息:|类名:DialType;<br>方法or属性:DIAL_CARRIER_TYPE = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 436|访问级别有变化|类名:DialType;<br>方法or属性:DIAL_VOICE_MAIL_TYPE = 1<br>旧版本信息:|类名:DialType;<br>方法or属性:DIAL_VOICE_MAIL_TYPE = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 437|访问级别有变化|类名:DialType;<br>方法or属性:DIAL_OTT_TYPE = 2<br>旧版本信息:|类名:DialType;<br>方法or属性:DIAL_OTT_TYPE = 2<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 438|访问级别有变化|类名:RejectMessageOptions;<br>方法or属性:messageContent: string;<br>旧版本信息:|类名:RejectMessageOptions;<br>方法or属性:messageContent: string;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 439|访问级别有变化|类名:CallTransferResult;<br>方法or属性:status: TransferStatus;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:status: TransferStatus;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 440|访问级别有变化|类名:CallTransferResult;<br>方法or属性:number: string;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:number: string;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 441|访问级别有变化|类名:CallTransferResult;<br>方法or属性:startHour: number;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:startHour: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 442|访问级别有变化|类名:CallTransferResult;<br>方法or属性:startMinute: number;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:startMinute: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 443|访问级别有变化|类名:CallTransferResult;<br>方法or属性:endHour: number;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:endHour: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 444|访问级别有变化|类名:CallTransferResult;<br>方法or属性:endMinute: number;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:endMinute: number;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 445|访问级别有变化|类名:CallWaitingStatus;<br>方法or属性:CALL_WAITING_DISABLE = 0<br>旧版本信息:|类名:CallWaitingStatus;<br>方法or属性:CALL_WAITING_DISABLE = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 446|访问级别有变化|类名:CallWaitingStatus;<br>方法or属性:CALL_WAITING_ENABLE = 1<br>旧版本信息:|类名:CallWaitingStatus;<br>方法or属性:CALL_WAITING_ENABLE = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 447|访问级别有变化|类名:RestrictionStatus;<br>方法or属性:RESTRICTION_DISABLE = 0<br>旧版本信息:|类名:RestrictionStatus;<br>方法or属性:RESTRICTION_DISABLE = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 448|访问级别有变化|类名:RestrictionStatus;<br>方法or属性:RESTRICTION_ENABLE = 1<br>旧版本信息:|类名:RestrictionStatus;<br>方法or属性:RESTRICTION_ENABLE = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 449|访问级别有变化|类名:TransferStatus;<br>方法or属性:TRANSFER_DISABLE = 0<br>旧版本信息:|类名:TransferStatus;<br>方法or属性:TRANSFER_DISABLE = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 450|访问级别有变化|类名:TransferStatus;<br>方法or属性:TRANSFER_ENABLE = 1<br>旧版本信息:|类名:TransferStatus;<br>方法or属性:TRANSFER_ENABLE = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 451|访问级别有变化|类名:MmiCodeResults;<br>方法or属性:result: MmiCodeResult;<br>旧版本信息:|类名:MmiCodeResults;<br>方法or属性:result: MmiCodeResult;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 452|访问级别有变化|类名:MmiCodeResults;<br>方法or属性:message: string;<br>旧版本信息:|类名:MmiCodeResults;<br>方法or属性:message: string;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 453|访问级别有变化|类名:DisconnectedDetails;<br>方法or属性:message: string;<br>旧版本信息:|类名:DisconnectedDetails;<br>方法or属性:message: string;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 454|访问级别有变化|类名:MmiCodeResult;<br>方法or属性:MMI_CODE_SUCCESS = 0<br>旧版本信息:|类名:MmiCodeResult;<br>方法or属性:MMI_CODE_SUCCESS = 0<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 455|访问级别有变化|类名:MmiCodeResult;<br>方法or属性:MMI_CODE_FAILED = 1<br>旧版本信息:|类名:MmiCodeResult;<br>方法or属性:MMI_CODE_FAILED = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 456|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:UNASSIGNED_NUMBER = 1<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:UNASSIGNED_NUMBER = 1<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 457|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NO_ROUTE_TO_DESTINATION = 3<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NO_ROUTE_TO_DESTINATION = 3<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 458|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:CHANNEL_UNACCEPTABLE = 6<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:CHANNEL_UNACCEPTABLE = 6<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 459|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:OPERATOR_DETERMINED_BARRING = 8<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:OPERATOR_DETERMINED_BARRING = 8<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 460|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:CALL_COMPLETED_ELSEWHERE = 13<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:CALL_COMPLETED_ELSEWHERE = 13<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 461|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NORMAL_CALL_CLEARING = 16<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NORMAL_CALL_CLEARING = 16<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 462|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:USER_BUSY = 17<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:USER_BUSY = 17<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 463|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NO_USER_RESPONDING = 18<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NO_USER_RESPONDING = 18<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 464|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:USER_ALERTING_NO_ANSWER = 19<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:USER_ALERTING_NO_ANSWER = 19<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 465|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:CALL_REJECTED = 21<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:CALL_REJECTED = 21<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 466|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NUMBER_CHANGED = 22<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NUMBER_CHANGED = 22<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 467|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 468|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:FAILED_PRE_EMPTION = 25<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:FAILED_PRE_EMPTION = 25<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 469|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NON_SELECTED_USER_CLEARING = 26<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NON_SELECTED_USER_CLEARING = 26<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 470|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:DESTINATION_OUT_OF_ORDER = 27<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:DESTINATION_OUT_OF_ORDER = 27<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 471|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INVALID_NUMBER_FORMAT = 28<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INVALID_NUMBER_FORMAT = 28<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 472|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:FACILITY_REJECTED = 29<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:FACILITY_REJECTED = 29<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 473|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RESPONSE_TO_STATUS_ENQUIRY = 30<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RESPONSE_TO_STATUS_ENQUIRY = 30<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 474|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NORMAL_UNSPECIFIED = 31<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NORMAL_UNSPECIFIED = 31<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 475|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NO_CIRCUIT_CHANNEL_AVAILABLE = 34<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NO_CIRCUIT_CHANNEL_AVAILABLE = 34<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 476|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NETWORK_OUT_OF_ORDER = 38<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NETWORK_OUT_OF_ORDER = 38<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 477|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:TEMPORARY_FAILURE = 41<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:TEMPORARY_FAILURE = 41<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 478|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:SWITCHING_EQUIPMENT_CONGESTION = 42<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:SWITCHING_EQUIPMENT_CONGESTION = 42<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 479|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:ACCESS_INFORMATION_DISCARDED = 43<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:ACCESS_INFORMATION_DISCARDED = 43<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 480|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 481|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RESOURCES_UNAVAILABLE_UNSPECIFIED = 47<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RESOURCES_UNAVAILABLE_UNSPECIFIED = 47<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 482|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:QUALITY_OF_SERVICE_UNAVAILABLE = 49<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:QUALITY_OF_SERVICE_UNAVAILABLE = 49<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 483|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:REQUESTED_FACILITY_NOT_SUBSCRIBED = 50<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:REQUESTED_FACILITY_NOT_SUBSCRIBED = 50<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 484|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 485|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:BEARER_CAPABILITY_NOT_AUTHORIZED = 57<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:BEARER_CAPABILITY_NOT_AUTHORIZED = 57<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 486|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 487|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 488|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:BEARER_SERVICE_NOT_IMPLEMENTED = 65<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:BEARER_SERVICE_NOT_IMPLEMENTED = 65<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 489|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 490|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:REQUESTED_FACILITY_NOT_IMPLEMENTED = 69<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:REQUESTED_FACILITY_NOT_IMPLEMENTED = 69<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 491|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 492|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 493|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INVALID_TRANSACTION_IDENTIFIER_VALUE = 81<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INVALID_TRANSACTION_IDENTIFIER_VALUE = 81<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 494|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:USER_NOT_MEMBER_OF_CUG = 87<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:USER_NOT_MEMBER_OF_CUG = 87<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 495|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INCOMPATIBLE_DESTINATION = 88<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INCOMPATIBLE_DESTINATION = 88<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 496|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INVALID_TRANSIT_NETWORK_SELECTION = 91<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INVALID_TRANSIT_NETWORK_SELECTION = 91<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 497|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:SEMANTICALLY_INCORRECT_MESSAGE = 95<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:SEMANTICALLY_INCORRECT_MESSAGE = 95<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 498|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INVALID_MANDATORY_INFORMATION = 96<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INVALID_MANDATORY_INFORMATION = 96<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 499|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 500|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 501|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 502|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:CONDITIONAL_IE_ERROR = 100<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:CONDITIONAL_IE_ERROR = 100<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 503|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 504|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RECOVERY_ON_TIMER_EXPIRED = 102<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RECOVERY_ON_TIMER_EXPIRED = 102<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 505|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:PROTOCOL_ERROR_UNSPECIFIED = 111<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:PROTOCOL_ERROR_UNSPECIFIED = 111<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 506|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INTERWORKING_UNSPECIFIED = 127<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INTERWORKING_UNSPECIFIED = 127<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 507|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:CALL_BARRED = 240<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:CALL_BARRED = 240<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 508|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:FDN_BLOCKED = 241<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:FDN_BLOCKED = 241<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 509|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:IMSI_UNKNOWN_IN_VLR = 242<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:IMSI_UNKNOWN_IN_VLR = 242<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 510|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:IMEI_NOT_ACCEPTED = 243<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:IMEI_NOT_ACCEPTED = 243<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 511|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:DIAL_MODIFIED_TO_USSD = 244<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:DIAL_MODIFIED_TO_USSD = 244<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 512|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:DIAL_MODIFIED_TO_SS = 245<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:DIAL_MODIFIED_TO_SS = 245<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 513|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:DIAL_MODIFIED_TO_DIAL = 246<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:DIAL_MODIFIED_TO_DIAL = 246<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 514|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_OFF = 247<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_OFF = 247<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 515|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:OUT_OF_SERVICE = 248<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:OUT_OF_SERVICE = 248<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 516|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NO_VALID_SIM = 249<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NO_VALID_SIM = 249<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 517|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_INTERNAL_ERROR = 250<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_INTERNAL_ERROR = 250<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 518|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NETWORK_RESP_TIMEOUT = 251<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NETWORK_RESP_TIMEOUT = 251<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 519|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NETWORK_REJECT = 252<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NETWORK_REJECT = 252<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 520|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_ACCESS_FAILURE = 253<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_ACCESS_FAILURE = 253<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 521|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_LINK_FAILURE = 254<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_LINK_FAILURE = 254<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 522|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_LINK_LOST = 255<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_LINK_LOST = 255<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 523|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_UPLINK_FAILURE = 256<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_UPLINK_FAILURE = 256<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 524|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_SETUP_FAILURE = 257<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_SETUP_FAILURE = 257<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 525|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_RELEASE_NORMAL = 258<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_RELEASE_NORMAL = 258<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 526|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:RADIO_RELEASE_ABNORMAL = 259<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:RADIO_RELEASE_ABNORMAL = 259<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 527|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:ACCESS_CLASS_BLOCKED = 260<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:ACCESS_CLASS_BLOCKED = 260<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 528|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:NETWORK_DETACH = 261<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:NETWORK_DETACH = 261<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 529|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:INVALID_PARAMETER = 1025<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:INVALID_PARAMETER = 1025<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 530|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:SIM_NOT_EXIT = 1026<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:SIM_NOT_EXIT = 1026<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 531|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:SIM_PIN_NEED = 1027<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:SIM_PIN_NEED = 1027<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 532|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:CALL_NOT_ALLOW = 1029<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:CALL_NOT_ALLOW = 1029<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 533|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:SIM_INVALID = 1045<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:SIM_INVALID = 1045<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 534|访问级别有变化|类名:DisconnectedReason;<br>方法or属性:UNKNOWN = 1279<br>旧版本信息:|类名:DisconnectedReason;<br>方法or属性:UNKNOWN = 1279<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 535|访问级别有变化|类名:DisconnectedDetails;<br>方法or属性:reason: DisconnectedReason;<br>旧版本信息:|类名:DisconnectedDetails;<br>方法or属性:reason: DisconnectedReason;<br>新版本信息:systemapi|@ohos.telephony.call.d.ts| 536|访问级别有变化|类名:data;<br>方法or属性:function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.data.d.ts| 537|访问级别有变化|类名:data;<br>方法or属性:function enableCellularData(): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function enableCellularData(): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.data.d.ts| 538|访问级别有变化|类名:data;<br>方法or属性:function disableCellularData(): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function disableCellularData(): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.data.d.ts| 539|访问级别有变化|类名:data;<br>方法or属性:function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.data.d.ts| 540|访问级别有变化|类名:data;<br>方法or属性:function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.data.d.ts| 541|访问级别有变化|类名:observer;<br>方法or属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>新版本信息:systemapi|@ohos.telephony.observer.d.ts| 542|访问级别有变化|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 543|访问级别有变化|类名:radio;<br>方法or属性:function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 544|访问级别有变化|类名:radio;<br>方法or属性:function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 545|访问级别有变化|类名:radio;<br>方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 546|访问级别有变化|类名:radio;<br>方法or属性:function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 547|访问级别有变化|类名:radio;<br>方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 548|访问级别有变化|类名:radio;<br>方法or属性:function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 549|访问级别有变化|类名:radio;<br>方法or属性:function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 550|访问级别有变化|类名:radio;<br>方法or属性:function getIMEI(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getIMEI(slotId?: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 551|访问级别有变化|类名:radio;<br>方法or属性:function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 552|访问级别有变化|类名:radio;<br>方法or属性:function getMEID(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getMEID(slotId?: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 553|访问级别有变化|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 554|访问级别有变化|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 555|访问级别有变化|类名:radio;<br>方法or属性:function setPrimarySlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setPrimarySlotId(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 556|访问级别有变化|类名:radio;<br>方法or属性:function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 557|访问级别有变化|类名:radio;<br>方法or属性:function turnOnRadio(slotId?: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOnRadio(slotId?: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 558|访问级别有变化|类名:radio;<br>方法or属性:function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 559|访问级别有变化|类名:radio;<br>方法or属性:function turnOffRadio(slotId?: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOffRadio(slotId?: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 560|访问级别有变化|类名:radio;<br>方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 561|访问级别有变化|类名:radio;<br>方法or属性:function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 562|访问级别有变化|类名:radio;<br>方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 563|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_GSM = 1<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_GSM = 1<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 564|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_WCDMA = 2<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_WCDMA = 2<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 565|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE = 3<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE = 3<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 566|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_WCDMA = 4<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_WCDMA = 4<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 567|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM = 5<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM = 5<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 568|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_WCDMA_GSM = 6<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_WCDMA_GSM = 6<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 569|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_CDMA = 7<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_CDMA = 7<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 570|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_EVDO = 8<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_EVDO = 8<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 571|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_EVDO_CDMA = 9<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_EVDO_CDMA = 9<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 572|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_WCDMA_GSM_EVDO_CDMA = 10<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_WCDMA_GSM_EVDO_CDMA = 10<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 573|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_EVDO_CDMA = 11<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_EVDO_CDMA = 11<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 574|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM_EVDO_CDMA = 12<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM_EVDO_CDMA = 12<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 575|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA = 13<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA = 13<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 576|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA_GSM = 14<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA_GSM = 14<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 577|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA = 15<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA = 15<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 578|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM = 16<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM = 16<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 579|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA = 17<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA = 17<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 580|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA_GSM = 18<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA_GSM = 18<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 581|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA = 19<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA = 19<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 582|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM = 20<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM = 20<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 583|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 21<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 21<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 584|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 22<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 22<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 585|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR = 31<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR = 31<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 586|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE = 32<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE = 32<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 587|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_WCDMA = 33<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_WCDMA = 33<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 588|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM = 34<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM = 34<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 589|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_EVDO_CDMA = 35<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_EVDO_CDMA = 35<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 590|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM_EVDO_CDMA = 36<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM_EVDO_CDMA = 36<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 591|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA = 37<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA = 37<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 592|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_GSM = 38<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_GSM = 38<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 593|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA = 39<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA = 39<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 594|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM = 40<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM = 40<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 595|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 41<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 41<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 596|访问级别有变化|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_MAX_VALUE = 99<br>旧版本信息:|类名:PreferredNetworkMode;<br>方法or属性:PREFERRED_NETWORK_MODE_MAX_VALUE = 99<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 597|访问级别有变化|类名:CellInformation;<br>方法or属性:export interface CellInformation<br>旧版本信息:systemapi|类名:CellInformation;<br>方法or属性:export interface CellInformation<br>新版本信息:|@ohos.telephony.radio.d.ts| 598|访问级别有变化|类名:CellInformation;<br>方法or属性:isCamped: boolean;<br>旧版本信息:|类名:CellInformation;<br>方法or属性:isCamped: boolean;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 599|访问级别有变化|类名:CellInformation;<br>方法or属性:timeStamp: number;<br>旧版本信息:|类名:CellInformation;<br>方法or属性:timeStamp: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 600|访问级别有变化|类名:CellInformation;<br>方法or属性:data: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation \| TdscdmaCellInformation<br> \| WcdmaCellInformation;<br>旧版本信息:|类名:CellInformation;<br>方法or属性:data: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation \| TdscdmaCellInformation<br> \| WcdmaCellInformation;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 601|访问级别有变化|类名:CdmaCellInformation;<br>方法or属性:baseId: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:baseId: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 602|访问级别有变化|类名:CdmaCellInformation;<br>方法or属性:latitude: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:latitude: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 603|访问级别有变化|类名:CdmaCellInformation;<br>方法or属性:longitude: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:longitude: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 604|访问级别有变化|类名:CdmaCellInformation;<br>方法or属性:nid: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:nid: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 605|访问级别有变化|类名:CdmaCellInformation;<br>方法or属性:sid: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:sid: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 606|访问级别有变化|类名:GsmCellInformation;<br>方法or属性:lac: number;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:lac: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 607|访问级别有变化|类名:TdscdmaCellInformation;<br>方法or属性:lac: number;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:lac: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 608|访问级别有变化|类名:WcdmaCellInformation;<br>方法or属性:lac: number;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:lac: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 609|访问级别有变化|类名:GsmCellInformation;<br>方法or属性:cellId: number;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:cellId: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 610|访问级别有变化|类名:TdscdmaCellInformation;<br>方法or属性:cellId: number;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:cellId: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 611|访问级别有变化|类名:WcdmaCellInformation;<br>方法or属性:cellId: number;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:cellId: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 612|访问级别有变化|类名:GsmCellInformation;<br>方法or属性:arfcn: number;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:arfcn: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 613|访问级别有变化|类名:GsmCellInformation;<br>方法or属性:bsic: number;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:bsic: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 614|访问级别有变化|类名:GsmCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 615|访问级别有变化|类名:LteCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 616|访问级别有变化|类名:NrCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 617|访问级别有变化|类名:TdscdmaCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 618|访问级别有变化|类名:WcdmaCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 619|访问级别有变化|类名:GsmCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 620|访问级别有变化|类名:LteCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 621|访问级别有变化|类名:NrCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 622|访问级别有变化|类名:TdscdmaCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 623|访问级别有变化|类名:WcdmaCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 624|访问级别有变化|类名:LteCellInformation;<br>方法or属性:cgi: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:cgi: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 625|访问级别有变化|类名:LteCellInformation;<br>方法or属性:pci: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:pci: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 626|访问级别有变化|类名:NrCellInformation;<br>方法or属性:pci: number;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:pci: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 627|访问级别有变化|类名:LteCellInformation;<br>方法or属性:tac: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:tac: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 628|访问级别有变化|类名:NrCellInformation;<br>方法or属性:tac: number;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:tac: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 629|访问级别有变化|类名:LteCellInformation;<br>方法or属性:earfcn: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:earfcn: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 630|访问级别有变化|类名:LteCellInformation;<br>方法or属性:bandwidth: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:bandwidth: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 631|访问级别有变化|类名:LteCellInformation;<br>方法or属性:isSupportEndc: boolean;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:isSupportEndc: boolean;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 632|访问级别有变化|类名:NrCellInformation;<br>方法or属性:nrArfcn: number;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:nrArfcn: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 633|访问级别有变化|类名:NrCellInformation;<br>方法or属性:nci: number;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:nci: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 634|访问级别有变化|类名:TdscdmaCellInformation;<br>方法or属性:cpid: number;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:cpid: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 635|访问级别有变化|类名:TdscdmaCellInformation;<br>方法or属性:uarfcn: number;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:uarfcn: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 636|访问级别有变化|类名:WcdmaCellInformation;<br>方法or属性:uarfcn: number;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:uarfcn: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 637|访问级别有变化|类名:WcdmaCellInformation;<br>方法or属性:psc: number;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:psc: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 638|访问级别有变化|类名:NrOptionMode;<br>方法or属性:NR_OPTION_UNKNOWN<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:NR_OPTION_UNKNOWN<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 639|访问级别有变化|类名:NrOptionMode;<br>方法or属性:NR_OPTION_NSA_ONLY<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:NR_OPTION_NSA_ONLY<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 640|访问级别有变化|类名:NrOptionMode;<br>方法or属性:NR_OPTION_SA_ONLY<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:NR_OPTION_SA_ONLY<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 641|访问级别有变化|类名:NrOptionMode;<br>方法or属性:NR_OPTION_NSA_AND_SA<br>旧版本信息:|类名:NrOptionMode;<br>方法or属性:NR_OPTION_NSA_AND_SA<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 642|访问级别有变化|类名:NetworkSearchResult;<br>方法or属性:isNetworkSearchSuccess: boolean;<br>旧版本信息:|类名:NetworkSearchResult;<br>方法or属性:isNetworkSearchSuccess: boolean;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 643|访问级别有变化|类名:NetworkSearchResult;<br>方法or属性:networkSearchResult: Array\<NetworkInformation>;<br>旧版本信息:|类名:NetworkSearchResult;<br>方法or属性:networkSearchResult: Array\<NetworkInformation>;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 644|访问级别有变化|类名:NetworkInformation;<br>方法or属性:operatorName: string;<br>旧版本信息:|类名:NetworkInformation;<br>方法or属性:operatorName: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 645|访问级别有变化|类名:NetworkInformation;<br>方法or属性:operatorNumeric: string;<br>旧版本信息:|类名:NetworkInformation;<br>方法or属性:operatorNumeric: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 646|访问级别有变化|类名:NetworkInformation;<br>方法or属性:state: NetworkInformationState;<br>旧版本信息:|类名:NetworkInformation;<br>方法or属性:state: NetworkInformationState;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 647|访问级别有变化|类名:NetworkInformation;<br>方法or属性:radioTech: string;<br>旧版本信息:|类名:NetworkInformation;<br>方法or属性:radioTech: string;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 648|访问级别有变化|类名:NetworkInformationState;<br>方法or属性:NETWORK_UNKNOWN<br>旧版本信息:|类名:NetworkInformationState;<br>方法or属性:NETWORK_UNKNOWN<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 649|访问级别有变化|类名:NetworkInformationState;<br>方法or属性:NETWORK_AVAILABLE<br>旧版本信息:|类名:NetworkInformationState;<br>方法or属性:NETWORK_AVAILABLE<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 650|访问级别有变化|类名:NetworkInformationState;<br>方法or属性:NETWORK_CURRENT<br>旧版本信息:|类名:NetworkInformationState;<br>方法or属性:NETWORK_CURRENT<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 651|访问级别有变化|类名:NetworkInformationState;<br>方法or属性:NETWORK_FORBIDDEN<br>旧版本信息:|类名:NetworkInformationState;<br>方法or属性:NETWORK_FORBIDDEN<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 652|访问级别有变化|类名:NetworkSelectionModeOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:NetworkSelectionModeOptions;<br>方法or属性:slotId: number;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 653|访问级别有变化|类名:NetworkSelectionModeOptions;<br>方法or属性:selectMode: NetworkSelectionMode;<br>旧版本信息:|类名:NetworkSelectionModeOptions;<br>方法or属性:selectMode: NetworkSelectionMode;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 654|访问级别有变化|类名:NetworkSelectionModeOptions;<br>方法or属性:networkInformation: NetworkInformation;<br>旧版本信息:|类名:NetworkSelectionModeOptions;<br>方法or属性:networkInformation: NetworkInformation;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 655|访问级别有变化|类名:NetworkSelectionModeOptions;<br>方法or属性:resumeSelection: boolean;<br>旧版本信息:|类名:NetworkSelectionModeOptions;<br>方法or属性:resumeSelection: boolean;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 656|访问级别有变化|类名:ImsRegState;<br>方法or属性:IMS_UNREGISTERED<br>旧版本信息:|类名:ImsRegState;<br>方法or属性:IMS_UNREGISTERED<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 657|访问级别有变化|类名:ImsRegState;<br>方法or属性:IMS_REGISTERED<br>旧版本信息:|类名:ImsRegState;<br>方法or属性:IMS_REGISTERED<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 658|访问级别有变化|类名:ImsRegTech;<br>方法or属性:REGISTRATION_TECH_NONE<br>旧版本信息:|类名:ImsRegTech;<br>方法or属性:REGISTRATION_TECH_NONE<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 659|访问级别有变化|类名:ImsRegTech;<br>方法or属性:REGISTRATION_TECH_LTE<br>旧版本信息:|类名:ImsRegTech;<br>方法or属性:REGISTRATION_TECH_LTE<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 660|访问级别有变化|类名:ImsRegTech;<br>方法or属性:REGISTRATION_TECH_IWLAN<br>旧版本信息:|类名:ImsRegTech;<br>方法or属性:REGISTRATION_TECH_IWLAN<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 661|访问级别有变化|类名:ImsRegTech;<br>方法or属性:REGISTRATION_TECH_NR<br>旧版本信息:|类名:ImsRegTech;<br>方法or属性:REGISTRATION_TECH_NR<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 662|访问级别有变化|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegState;<br>旧版本信息:|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegState;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 663|访问级别有变化|类名:ImsRegInfo;<br>方法or属性:imsRegTech: ImsRegTech;<br>旧版本信息:|类名:ImsRegInfo;<br>方法or属性:imsRegTech: ImsRegTech;<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 664|访问级别有变化|类名:ImsServiceType;<br>方法or属性:TYPE_VOICE<br>旧版本信息:|类名:ImsServiceType;<br>方法or属性:TYPE_VOICE<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 665|访问级别有变化|类名:ImsServiceType;<br>方法or属性:TYPE_VIDEO<br>旧版本信息:|类名:ImsServiceType;<br>方法or属性:TYPE_VIDEO<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 666|访问级别有变化|类名:ImsServiceType;<br>方法or属性:TYPE_UT<br>旧版本信息:|类名:ImsServiceType;<br>方法or属性:TYPE_UT<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 667|访问级别有变化|类名:ImsServiceType;<br>方法or属性:TYPE_SMS<br>旧版本信息:|类名:ImsServiceType;<br>方法or属性:TYPE_SMS<br>新版本信息:systemapi|@ohos.telephony.radio.d.ts| 668|访问级别有变化|类名:sim;<br>方法or属性:function getSimIccId(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimIccId(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 669|访问级别有变化|类名:sim;<br>方法or属性:function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 670|访问级别有变化|类名:sim;<br>方法or属性:function getVoiceMailNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getVoiceMailNumber(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 671|访问级别有变化|类名:sim;<br>方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 672|访问级别有变化|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 673|访问级别有变化|类名:sim;<br>方法or属性:function getSimGid1(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimGid1(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 674|访问级别有变化|类名:sim;<br>方法or属性:function getIMSI(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getIMSI(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 675|访问级别有变化|类名:sim;<br>方法or属性:function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>旧版本信息:systemapi|类名:sim;<br>方法or属性:function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>新版本信息:|@ohos.telephony.sim.d.ts| 676|访问级别有变化|类名:sim;<br>方法or属性:function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>旧版本信息:systemapi|类名:sim;<br>方法or属性:function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>新版本信息:|@ohos.telephony.sim.d.ts| 677|访问级别有变化|类名:sim;<br>方法or属性:function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 678|访问级别有变化|类名:sim;<br>方法or属性:function activateSim(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function activateSim(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 679|访问级别有变化|类名:sim;<br>方法or属性:function deactivateSim(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function deactivateSim(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 680|访问级别有变化|类名:sim;<br>方法or属性:function setShowName(slotId: number, name: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setShowName(slotId: number, name: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 681|访问级别有变化|类名:sim;<br>方法or属性:function getShowName(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getShowName(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 682|访问级别有变化|类名:sim;<br>方法or属性:function setShowNumber(slotId: number, number: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setShowNumber(slotId: number, number: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 683|访问级别有变化|类名:sim;<br>方法or属性:function getShowNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getShowNumber(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 684|访问级别有变化|类名:sim;<br>方法or属性:function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 685|访问级别有变化|类名:sim;<br>方法or属性:function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 686|访问级别有变化|类名:sim;<br>方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 687|访问级别有变化|类名:sim;<br>方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 688|访问级别有变化|类名:sim;<br>方法or属性:function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 689|访问级别有变化|类名:sim;<br>方法or属性:function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 690|访问级别有变化|类名:sim;<br>方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 691|访问级别有变化|类名:sim;<br>方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 692|访问级别有变化|类名:sim;<br>方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>旧版本信息:|类名:sim;<br>方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 693|访问级别有变化|类名:sim;<br>方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 694|访问级别有变化|类名:sim;<br>方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 695|访问级别有变化|类名:sim;<br>方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 696|访问级别有变化|类名:sim;<br>方法or属性:function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 697|访问级别有变化|类名:sim;<br>方法or属性:function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 698|访问级别有变化|类名:sim;<br>方法or属性:function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 699|访问级别有变化|类名:sim;<br>方法or属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 700|访问级别有变化|类名:OperatorConfig;<br>方法or属性:field: string;<br>旧版本信息:|类名:OperatorConfig;<br>方法or属性:field: string;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 701|访问级别有变化|类名:OperatorConfig;<br>方法or属性:value: string;<br>旧版本信息:|类名:OperatorConfig;<br>方法or属性:value: string;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 702|访问级别有变化|类名:IccAccountInfo;<br>方法or属性:export interface IccAccountInfo<br>旧版本信息:systemapi|类名:IccAccountInfo;<br>方法or属性:export interface IccAccountInfo<br>新版本信息:|@ohos.telephony.sim.d.ts| 703|访问级别有变化|类名:LockStatusResponse;<br>方法or属性:result: number;<br>旧版本信息:|类名:LockStatusResponse;<br>方法or属性:result: number;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 704|访问级别有变化|类名:LockStatusResponse;<br>方法or属性:remain?: number;<br>旧版本信息:|类名:LockStatusResponse;<br>方法or属性:remain?: number;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 705|访问级别有变化|类名:DiallingNumbersInfo;<br>方法or属性:alphaTag: string;<br>旧版本信息:|类名:DiallingNumbersInfo;<br>方法or属性:alphaTag: string;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 706|访问级别有变化|类名:DiallingNumbersInfo;<br>方法or属性:number: string;<br>旧版本信息:|类名:DiallingNumbersInfo;<br>方法or属性:number: string;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 707|访问级别有变化|类名:DiallingNumbersInfo;<br>方法or属性:recordNumber?: number;<br>旧版本信息:|类名:DiallingNumbersInfo;<br>方法or属性:recordNumber?: number;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 708|访问级别有变化|类名:DiallingNumbersInfo;<br>方法or属性:pin2?: string;<br>旧版本信息:|类名:DiallingNumbersInfo;<br>方法or属性:pin2?: string;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 709|访问级别有变化|类名:LockInfo;<br>方法or属性:lockType: LockType;<br>旧版本信息:|类名:LockInfo;<br>方法or属性:lockType: LockType;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 710|访问级别有变化|类名:LockInfo;<br>方法or属性:password: string;<br>旧版本信息:|类名:LockInfo;<br>方法or属性:password: string;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 711|访问级别有变化|类名:PersoLockInfo;<br>方法or属性:password: string;<br>旧版本信息:|类名:PersoLockInfo;<br>方法or属性:password: string;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 712|访问级别有变化|类名:LockInfo;<br>方法or属性:state: LockState;<br>旧版本信息:|类名:LockInfo;<br>方法or属性:state: LockState;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 713|访问级别有变化|类名:PersoLockInfo;<br>方法or属性:lockType: PersoLockType;<br>旧版本信息:|类名:PersoLockInfo;<br>方法or属性:lockType: PersoLockType;<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 714|访问级别有变化|类名:LockType;<br>方法or属性:PIN_LOCK = 1<br>旧版本信息:|类名:LockType;<br>方法or属性:PIN_LOCK = 1<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 715|访问级别有变化|类名:LockType;<br>方法or属性:FDN_LOCK = 2<br>旧版本信息:|类名:LockType;<br>方法or属性:FDN_LOCK = 2<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 716|访问级别有变化|类名:LockState;<br>方法or属性:LOCK_OFF = 0<br>旧版本信息:|类名:LockState;<br>方法or属性:LOCK_OFF = 0<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 717|访问级别有变化|类名:LockState;<br>方法or属性:LOCK_ON = 1<br>旧版本信息:|类名:LockState;<br>方法or属性:LOCK_ON = 1<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 718|访问级别有变化|类名:ContactType;<br>方法or属性:GENERAL_CONTACT = 1<br>旧版本信息:|类名:ContactType;<br>方法or属性:GENERAL_CONTACT = 1<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 719|访问级别有变化|类名:ContactType;<br>方法or属性:FIXED_DIALING = 2<br>旧版本信息:|类名:ContactType;<br>方法or属性:FIXED_DIALING = 2<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 720|访问级别有变化|类名:PersoLockType;<br>方法or属性:PN_PIN_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:PN_PIN_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 721|访问级别有变化|类名:PersoLockType;<br>方法or属性:PN_PUK_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:PN_PUK_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 722|访问级别有变化|类名:PersoLockType;<br>方法or属性:PU_PIN_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:PU_PIN_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 723|访问级别有变化|类名:PersoLockType;<br>方法or属性:PU_PUK_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:PU_PUK_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 724|访问级别有变化|类名:PersoLockType;<br>方法or属性:PP_PIN_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:PP_PIN_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 725|访问级别有变化|类名:PersoLockType;<br>方法or属性:PP_PUK_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:PP_PUK_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 726|访问级别有变化|类名:PersoLockType;<br>方法or属性:PC_PIN_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:PC_PIN_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 727|访问级别有变化|类名:PersoLockType;<br>方法or属性:PC_PUK_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:PC_PUK_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 728|访问级别有变化|类名:PersoLockType;<br>方法or属性:SIM_PIN_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:SIM_PIN_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 729|访问级别有变化|类名:PersoLockType;<br>方法or属性:SIM_PUK_LOCK<br>旧版本信息:|类名:PersoLockType;<br>方法or属性:SIM_PUK_LOCK<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 730|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_VOICE_MAIL_NUMBER_STRING = 'voice_mail_number_string'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_VOICE_MAIL_NUMBER_STRING = 'voice_mail_number_string'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 731|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = 'ims_switch_on_by_default_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = 'ims_switch_on_by_default_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 732|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_HIDE_IMS_SWITCH_BOOL = 'hide_ims_switch_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_HIDE_IMS_SWITCH_BOOL = 'hide_ims_switch_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 733|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_VOLTE_SUPPORTED_BOOL = 'volte_supported_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_VOLTE_SUPPORTED_BOOL = 'volte_supported_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 734|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = 'nr_mode_supported_list_int_array'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = 'nr_mode_supported_list_int_array'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 735|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = 'volte_provisioning_supported_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = 'volte_provisioning_supported_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 736|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_SS_OVER_UT_SUPPORTED_BOOL = 'ss_over_ut_supported_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_SS_OVER_UT_SUPPORTED_BOOL = 'ss_over_ut_supported_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 737|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_IMS_GBA_REQUIRED_BOOL = 'ims_gba_required_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_IMS_GBA_REQUIRED_BOOL = 'ims_gba_required_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 738|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_UT_PROVISIONING_SUPPORTED_BOOL = 'ut_provisioning_supported_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_UT_PROVISIONING_SUPPORTED_BOOL = 'ut_provisioning_supported_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 739|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = 'ims_prefer_for_emergency_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = 'ims_prefer_for_emergency_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 740|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_CALL_WAITING_SERVICE_CLASS_INT = 'call_waiting_service_class_int'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_CALL_WAITING_SERVICE_CLASS_INT = 'call_waiting_service_class_int'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 741|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_CALL_TRANSFER_VISIBILITY_BOOL = 'call_transfer_visibility_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_CALL_TRANSFER_VISIBILITY_BOOL = 'call_transfer_visibility_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 742|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY =<br> 'ims_call_disconnect_reason_info_mapping_string_array'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY =<br> 'ims_call_disconnect_reason_info_mapping_string_array'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 743|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_FORCE_VOLTE_SWITCH_ON_BOOL = 'force_volte_switch_on_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_FORCE_VOLTE_SWITCH_ON_BOOL = 'force_volte_switch_on_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 744|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = 'enable_operator_name_cust_bool'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = 'enable_operator_name_cust_bool'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 745|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_OPERATOR_NAME_CUST_STRING = 'operator_name_cust_string'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_OPERATOR_NAME_CUST_STRING = 'operator_name_cust_string'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 746|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_SPN_DISPLAY_CONDITION_CUST_INT = 'spn_display_condition_cust_int'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_SPN_DISPLAY_CONDITION_CUST_INT = 'spn_display_condition_cust_int'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 747|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_PNN_CUST_STRING_ARRAY = 'pnn_cust_string_array'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_PNN_CUST_STRING_ARRAY = 'pnn_cust_string_array'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 748|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_OPL_CUST_STRING_ARRAY = 'opl_cust_string_array'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_OPL_CUST_STRING_ARRAY = 'opl_cust_string_array'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 749|访问级别有变化|类名:OperatorConfigKey;<br>方法or属性:KEY_EMERGENCY_CALL_STRING_ARRAY = 'emergency_call_string_array'<br>旧版本信息:|类名:OperatorConfigKey;<br>方法or属性:KEY_EMERGENCY_CALL_STRING_ARRAY = 'emergency_call_string_array'<br>新版本信息:systemapi|@ohos.telephony.sim.d.ts| 750|访问级别有变化|类名:sms;<br>方法or属性:function splitMessage(content: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:sms;<br>方法or属性:function splitMessage(content: string): Promise\<Array\<string>>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 751|访问级别有变化|类名:sms;<br>方法or属性:function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 752|访问级别有变化|类名:sms;<br>方法or属性:function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 753|访问级别有变化|类名:sms;<br>方法or属性:function getSmscAddr(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getSmscAddr(slotId: number): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 754|访问级别有变化|类名:sms;<br>方法or属性:function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 755|访问级别有变化|类名:sms;<br>方法or属性:function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 756|访问级别有变化|类名:sms;<br>方法or属性:function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 757|访问级别有变化|类名:sms;<br>方法or属性:function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 758|访问级别有变化|类名:sms;<br>方法or属性:function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 759|访问级别有变化|类名:sms;<br>方法or属性:function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 760|访问级别有变化|类名:sms;<br>方法or属性:function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>旧版本信息:|类名:sms;<br>方法or属性:function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 761|访问级别有变化|类名:sms;<br>方法or属性:function getImsShortMessageFormat(): Promise\<string>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getImsShortMessageFormat(): Promise\<string>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 762|访问级别有变化|类名:sms;<br>方法or属性:function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>旧版本信息:|类名:sms;<br>方法or属性:function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 763|访问级别有变化|类名:sms;<br>方法or属性:function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>旧版本信息:|类名:sms;<br>方法or属性:function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 764|访问级别有变化|类名:MmsInformation;<br>方法or属性:messageType: MessageType;<br>旧版本信息:|类名:MmsInformation;<br>方法or属性:messageType: MessageType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 765|访问级别有变化|类名:MmsInformation;<br>方法or属性:mmsType: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \| MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd;<br>旧版本信息:|类名:MmsInformation;<br>方法or属性:mmsType: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \| MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 766|访问级别有变化|类名:MmsInformation;<br>方法or属性:attachment?: Array\<MmsAttachment>;<br>旧版本信息:|类名:MmsInformation;<br>方法or属性:attachment?: Array\<MmsAttachment>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 767|访问级别有变化|类名:MmsSendReq;<br>方法or属性:from: MmsAddress;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:from: MmsAddress;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 768|访问级别有变化|类名:MmsReadOrigInd;<br>方法or属性:from: MmsAddress;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:from: MmsAddress;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 769|访问级别有变化|类名:MmsReadRecInd;<br>方法or属性:from: MmsAddress;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:from: MmsAddress;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 770|访问级别有变化|类名:MmsSendReq;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:transactionId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 771|访问级别有变化|类名:MmsSendConf;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsSendConf;<br>方法or属性:transactionId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 772|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:transactionId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 773|访问级别有变化|类名:MmsRespInd;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsRespInd;<br>方法or属性:transactionId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 774|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:transactionId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 775|访问级别有变化|类名:MmsAcknowledgeInd;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsAcknowledgeInd;<br>方法or属性:transactionId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 776|访问级别有变化|类名:MmsSendReq;<br>方法or属性:contentType: string;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:contentType: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 777|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:contentType: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:contentType: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 778|访问级别有变化|类名:MmsAttachment;<br>方法or属性:contentType: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentType: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 779|访问级别有变化|类名:MmsSendReq;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 780|访问级别有变化|类名:MmsSendConf;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsSendConf;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 781|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 782|访问级别有变化|类名:MmsRespInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsRespInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 783|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 784|访问级别有变化|类名:MmsAcknowledgeInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsAcknowledgeInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 785|访问级别有变化|类名:MmsDeliveryInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 786|访问级别有变化|类名:MmsReadOrigInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 787|访问级别有变化|类名:MmsReadRecInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 788|访问级别有变化|类名:MmsSendReq;<br>方法or属性:to?: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:to?: Array\<MmsAddress>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 789|访问级别有变化|类名:MmsSendReq;<br>方法or属性:date?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:date?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 790|访问级别有变化|类名:MmsReadRecInd;<br>方法or属性:date?: number;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:date?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 791|访问级别有变化|类名:MmsSendReq;<br>方法or属性:cc?: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:cc?: Array\<MmsAddress>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 792|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:cc?: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:cc?: Array\<MmsAddress>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 793|访问级别有变化|类名:MmsSendReq;<br>方法or属性:bcc?: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:bcc?: Array\<MmsAddress>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 794|访问级别有变化|类名:MmsSendReq;<br>方法or属性:subject?: string;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:subject?: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 795|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:subject?: string;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:subject?: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 796|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:subject?: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:subject?: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 797|访问级别有变化|类名:MmsSendReq;<br>方法or属性:messageClass?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:messageClass?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 798|访问级别有变化|类名:MmsSendReq;<br>方法or属性:expiry?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:expiry?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 799|访问级别有变化|类名:MmsSendReq;<br>方法or属性:priority?: MmsPriorityType;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:priority?: MmsPriorityType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 800|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:priority?: MmsPriorityType;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:priority?: MmsPriorityType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 801|访问级别有变化|类名:MmsSendReq;<br>方法or属性:senderVisibility?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:senderVisibility?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 802|访问级别有变化|类名:MmsSendReq;<br>方法or属性:deliveryReport?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:deliveryReport?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 803|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:deliveryReport?: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:deliveryReport?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 804|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:deliveryReport?: number;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:deliveryReport?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 805|访问级别有变化|类名:MmsSendReq;<br>方法or属性:readReport?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:readReport?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 806|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:readReport?: number;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:readReport?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 807|访问级别有变化|类名:MmsSendConf;<br>方法or属性:responseState: number;<br>旧版本信息:|类名:MmsSendConf;<br>方法or属性:responseState: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 808|访问级别有变化|类名:MmsSendConf;<br>方法or属性:messageId?: string;<br>旧版本信息:|类名:MmsSendConf;<br>方法or属性:messageId?: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 809|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:messageClass: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:messageClass: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 810|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:messageSize: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:messageSize: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 811|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:expiry: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:expiry: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 812|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:contentLocation: string;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:contentLocation: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 813|访问级别有变化|类名:MmsAttachment;<br>方法or属性:contentLocation: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentLocation: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 814|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:from?: MmsAddress;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:from?: MmsAddress;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 815|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:from?: MmsAddress;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:from?: MmsAddress;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 816|访问级别有变化|类名:MmsNotificationInd;<br>方法or属性:contentClass?: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:contentClass?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 817|访问级别有变化|类名:MmsRespInd;<br>方法or属性:status: number;<br>旧版本信息:|类名:MmsRespInd;<br>方法or属性:status: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 818|访问级别有变化|类名:MmsDeliveryInd;<br>方法or属性:status: number;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:status: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 819|访问级别有变化|类名:MmsRespInd;<br>方法or属性:reportAllowed?: ReportType;<br>旧版本信息:|类名:MmsRespInd;<br>方法or属性:reportAllowed?: ReportType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 820|访问级别有变化|类名:MmsAcknowledgeInd;<br>方法or属性:reportAllowed?: ReportType;<br>旧版本信息:|类名:MmsAcknowledgeInd;<br>方法or属性:reportAllowed?: ReportType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 821|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:messageId: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:messageId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 822|访问级别有变化|类名:MmsDeliveryInd;<br>方法or属性:messageId: string;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:messageId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 823|访问级别有变化|类名:MmsReadOrigInd;<br>方法or属性:messageId: string;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:messageId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 824|访问级别有变化|类名:MmsReadRecInd;<br>方法or属性:messageId: string;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:messageId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 825|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:date: number;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:date: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 826|访问级别有变化|类名:MmsDeliveryInd;<br>方法or属性:date: number;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:date: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 827|访问级别有变化|类名:MmsReadOrigInd;<br>方法or属性:date: number;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:date: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 828|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:to: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:to: Array\<MmsAddress>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 829|访问级别有变化|类名:MmsDeliveryInd;<br>方法or属性:to: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:to: Array\<MmsAddress>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 830|访问级别有变化|类名:MmsReadOrigInd;<br>方法or属性:to: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:to: Array\<MmsAddress>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 831|访问级别有变化|类名:MmsReadRecInd;<br>方法or属性:to: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:to: Array\<MmsAddress>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 832|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:retrieveStatus?: number;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:retrieveStatus?: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 833|访问级别有变化|类名:MmsRetrieveConf;<br>方法or属性:retrieveText?: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:retrieveText?: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 834|访问级别有变化|类名:MmsReadOrigInd;<br>方法or属性:readStatus: number;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:readStatus: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 835|访问级别有变化|类名:MmsReadRecInd;<br>方法or属性:readStatus: number;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:readStatus: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 836|访问级别有变化|类名:MmsAttachment;<br>方法or属性:contentId: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentId: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 837|访问级别有变化|类名:MmsAttachment;<br>方法or属性:contentDisposition: DispositionType;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentDisposition: DispositionType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 838|访问级别有变化|类名:MmsAttachment;<br>方法or属性:contentTransferEncoding: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentTransferEncoding: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 839|访问级别有变化|类名:MmsAttachment;<br>方法or属性:isSmil: boolean;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:isSmil: boolean;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 840|访问级别有变化|类名:MmsAttachment;<br>方法or属性:path?: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:path?: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 841|访问级别有变化|类名:MmsAttachment;<br>方法or属性:inBuff?: Array\<number>;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:inBuff?: Array\<number>;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 842|访问级别有变化|类名:MmsAttachment;<br>方法or属性:fileName?: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:fileName?: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 843|访问级别有变化|类名:MmsAttachment;<br>方法or属性:charset?: MmsCharSets;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:charset?: MmsCharSets;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 844|访问级别有变化|类名:MmsAddress;<br>方法or属性:address: string;<br>旧版本信息:|类名:MmsAddress;<br>方法or属性:address: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 845|访问级别有变化|类名:MmsAddress;<br>方法or属性:charset: MmsCharSets;<br>旧版本信息:|类名:MmsAddress;<br>方法or属性:charset: MmsCharSets;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 846|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_SEND_REQ = 128<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_SEND_REQ = 128<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 847|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_SEND_CONF<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_SEND_CONF<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 848|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_NOTIFICATION_IND<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_NOTIFICATION_IND<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 849|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_RESP_IND<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_RESP_IND<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 850|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_RETRIEVE_CONF<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_RETRIEVE_CONF<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 851|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_ACKNOWLEDGE_IND<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_ACKNOWLEDGE_IND<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 852|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_DELIVERY_IND<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_DELIVERY_IND<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 853|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_READ_REC_IND<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_READ_REC_IND<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 854|访问级别有变化|类名:MessageType;<br>方法or属性:TYPE_MMS_READ_ORIG_IND<br>旧版本信息:|类名:MessageType;<br>方法or属性:TYPE_MMS_READ_ORIG_IND<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 855|访问级别有变化|类名:MmsPriorityType;<br>方法or属性:MMS_LOW = 128<br>旧版本信息:|类名:MmsPriorityType;<br>方法or属性:MMS_LOW = 128<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 856|访问级别有变化|类名:MmsPriorityType;<br>方法or属性:MMS_NORMAL<br>旧版本信息:|类名:MmsPriorityType;<br>方法or属性:MMS_NORMAL<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 857|访问级别有变化|类名:MmsPriorityType;<br>方法or属性:MMS_HIGH<br>旧版本信息:|类名:MmsPriorityType;<br>方法or属性:MMS_HIGH<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 858|访问级别有变化|类名:MmsVersionType;<br>方法or属性:MMS_VERSION_1_0 = 0x10<br>旧版本信息:|类名:MmsVersionType;<br>方法or属性:MMS_VERSION_1_0 = 0x10<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 859|访问级别有变化|类名:MmsVersionType;<br>方法or属性:MMS_VERSION_1_1<br>旧版本信息:|类名:MmsVersionType;<br>方法or属性:MMS_VERSION_1_1<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 860|访问级别有变化|类名:MmsVersionType;<br>方法or属性:MMS_VERSION_1_2<br>旧版本信息:|类名:MmsVersionType;<br>方法or属性:MMS_VERSION_1_2<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 861|访问级别有变化|类名:MmsVersionType;<br>方法or属性:MMS_VERSION_1_3<br>旧版本信息:|类名:MmsVersionType;<br>方法or属性:MMS_VERSION_1_3<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 862|访问级别有变化|类名:MmsCharSets;<br>方法or属性:BIG5 = 0X07EA<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:BIG5 = 0X07EA<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 863|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_10646_UCS_2 = 0X03E8<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_10646_UCS_2 = 0X03E8<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 864|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_1 = 0X04<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_1 = 0X04<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 865|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_2<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_2<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 866|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_3<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_3<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 867|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_4<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_4<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 868|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_5<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_5<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 869|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_6<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_6<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 870|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_7<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_7<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 871|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_8<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_8<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 872|访问级别有变化|类名:MmsCharSets;<br>方法or属性:ISO_8859_9<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:ISO_8859_9<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 873|访问级别有变化|类名:MmsCharSets;<br>方法or属性:SHIFT_JIS = 0X11<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:SHIFT_JIS = 0X11<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 874|访问级别有变化|类名:MmsCharSets;<br>方法or属性:US_ASCII = 0X03<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:US_ASCII = 0X03<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 875|访问级别有变化|类名:MmsCharSets;<br>方法or属性:UTF_8 = 0X6A<br>旧版本信息:|类名:MmsCharSets;<br>方法or属性:UTF_8 = 0X6A<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 876|访问级别有变化|类名:DispositionType;<br>方法or属性:FROM_DATA = 0<br>旧版本信息:|类名:DispositionType;<br>方法or属性:FROM_DATA = 0<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 877|访问级别有变化|类名:DispositionType;<br>方法or属性:ATTACHMENT<br>旧版本信息:|类名:DispositionType;<br>方法or属性:ATTACHMENT<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 878|访问级别有变化|类名:DispositionType;<br>方法or属性:INLINE<br>旧版本信息:|类名:DispositionType;<br>方法or属性:INLINE<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 879|访问级别有变化|类名:ReportType;<br>方法or属性:MMS_YES = 128<br>旧版本信息:|类名:ReportType;<br>方法or属性:MMS_YES = 128<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 880|访问级别有变化|类名:ReportType;<br>方法or属性:MMS_NO<br>旧版本信息:|类名:ReportType;<br>方法or属性:MMS_NO<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 881|访问级别有变化|类名:CBConfigOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:slotId: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 882|访问级别有变化|类名:SimMessageOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:SimMessageOptions;<br>方法or属性:slotId: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 883|访问级别有变化|类名:UpdateSimMessageOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:slotId: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 884|访问级别有变化|类名:CBConfigOptions;<br>方法or属性:enable: boolean;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:enable: boolean;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 885|访问级别有变化|类名:CBConfigOptions;<br>方法or属性:startMessageId: number;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:startMessageId: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 886|访问级别有变化|类名:CBConfigOptions;<br>方法or属性:endMessageId: number;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:endMessageId: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 887|访问级别有变化|类名:CBConfigOptions;<br>方法or属性:ranType: RanType;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:ranType: RanType;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 888|访问级别有变化|类名:SimMessageOptions;<br>方法or属性:smsc: string;<br>旧版本信息:|类名:SimMessageOptions;<br>方法or属性:smsc: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 889|访问级别有变化|类名:UpdateSimMessageOptions;<br>方法or属性:smsc: string;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:smsc: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 890|访问级别有变化|类名:SimMessageOptions;<br>方法or属性:pdu: string;<br>旧版本信息:|类名:SimMessageOptions;<br>方法or属性:pdu: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 891|访问级别有变化|类名:UpdateSimMessageOptions;<br>方法or属性:pdu: string;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:pdu: string;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 892|访问级别有变化|类名:SimMessageOptions;<br>方法or属性:status: SimMessageStatus;<br>旧版本信息:|类名:SimMessageOptions;<br>方法or属性:status: SimMessageStatus;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 893|访问级别有变化|类名:UpdateSimMessageOptions;<br>方法or属性:msgIndex: number;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:msgIndex: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 894|访问级别有变化|类名:UpdateSimMessageOptions;<br>方法or属性:newStatus: SimMessageStatus;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:newStatus: SimMessageStatus;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 895|访问级别有变化|类名:SimShortMessage;<br>方法or属性:shortMessage: ShortMessage;<br>旧版本信息:|类名:SimShortMessage;<br>方法or属性:shortMessage: ShortMessage;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 896|访问级别有变化|类名:SimShortMessage;<br>方法or属性:simMessageStatus: SimMessageStatus;<br>旧版本信息:|类名:SimShortMessage;<br>方法or属性:simMessageStatus: SimMessageStatus;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 897|访问级别有变化|类名:SimShortMessage;<br>方法or属性:indexOnSim: number;<br>旧版本信息:|类名:SimShortMessage;<br>方法or属性:indexOnSim: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 898|访问级别有变化|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_FREE = 0<br>旧版本信息:|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_FREE = 0<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 899|访问级别有变化|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_READ = 1<br>旧版本信息:|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_READ = 1<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 900|访问级别有变化|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_UNREAD = 3<br>旧版本信息:|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_UNREAD = 3<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 901|访问级别有变化|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_SENT = 5<br>旧版本信息:|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_SENT = 5<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 902|访问级别有变化|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_UNSENT = 7<br>旧版本信息:|类名:SimMessageStatus;<br>方法or属性:SIM_MESSAGE_STATUS_UNSENT = 7<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 903|访问级别有变化|类名:RanType;<br>方法or属性:TYPE_GSM = 1<br>旧版本信息:|类名:RanType;<br>方法or属性:TYPE_GSM = 1<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 904|访问级别有变化|类名:RanType;<br>方法or属性:TYPE_CDMA = 2<br>旧版本信息:|类名:RanType;<br>方法or属性:TYPE_CDMA = 2<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 905|访问级别有变化|类名:SmsSegmentsInfo;<br>方法or属性:splitCount: number;<br>旧版本信息:|类名:SmsSegmentsInfo;<br>方法or属性:splitCount: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 906|访问级别有变化|类名:SmsSegmentsInfo;<br>方法or属性:encodeCount: number;<br>旧版本信息:|类名:SmsSegmentsInfo;<br>方法or属性:encodeCount: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 907|访问级别有变化|类名:SmsSegmentsInfo;<br>方法or属性:encodeCountRemaining: number;<br>旧版本信息:|类名:SmsSegmentsInfo;<br>方法or属性:encodeCountRemaining: number;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 908|访问级别有变化|类名:SmsSegmentsInfo;<br>方法or属性:scheme: SmsEncodingScheme;<br>旧版本信息:|类名:SmsSegmentsInfo;<br>方法or属性:scheme: SmsEncodingScheme;<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 909|访问级别有变化|类名:SmsEncodingScheme;<br>方法or属性:SMS_ENCODING_UNKNOWN = 0<br>旧版本信息:|类名:SmsEncodingScheme;<br>方法or属性:SMS_ENCODING_UNKNOWN = 0<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 910|访问级别有变化|类名:SmsEncodingScheme;<br>方法or属性:SMS_ENCODING_7BIT<br>旧版本信息:|类名:SmsEncodingScheme;<br>方法or属性:SMS_ENCODING_7BIT<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 911|访问级别有变化|类名:SmsEncodingScheme;<br>方法or属性:SMS_ENCODING_8BIT<br>旧版本信息:|类名:SmsEncodingScheme;<br>方法or属性:SMS_ENCODING_8BIT<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 912|访问级别有变化|类名:SmsEncodingScheme;<br>方法or属性:SMS_ENCODING_16BIT<br>旧版本信息:|类名:SmsEncodingScheme;<br>方法or属性:SMS_ENCODING_16BIT<br>新版本信息:systemapi|@ohos.telephony.sms.d.ts| 913|权限有变化|类名:call;<br>方法or属性:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:call;<br>方法or属性:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.PLACE_CALL|@ohos.telephony.call.d.ts| 914|权限有变化|类名:call;<br>方法or属性:function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>新版本信息:ohos.permission.PLACE_CALL|@ohos.telephony.call.d.ts| 915|权限有变化|类名:call;<br>方法or属性:function muteRinger(): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function muteRinger(): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 916|权限有变化|类名:call;<br>方法or属性:function holdCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function holdCall(callId: number): Promise\<void>;<br>新版本信息:ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| 917|权限有变化|类名:call;<br>方法or属性:function unHoldCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function unHoldCall(callId: number): Promise\<void>;<br>新版本信息:ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| 918|权限有变化|类名:call;<br>方法or属性:function switchCall(callId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function switchCall(callId: number): Promise\<void>;<br>新版本信息:ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts| 919|权限有变化|类名:call;<br>方法or属性:function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 920|权限有变化|类名:call;<br>方法or属性:function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 921|权限有变化|类名:call;<br>方法or属性:function isInEmergencyCall(): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isInEmergencyCall(): Promise\<boolean>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 922|权限有变化|类名:call;<br>方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 923|权限有变化|类名:call;<br>方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 924|权限有变化|类名:call;<br>方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>旧版本信息:|类名:call;<br>方法or属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 925|权限有变化|类名:call;<br>方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 926|权限有变化|类名:call;<br>方法or属性:function isRinging(): Promise\<boolean>;<br>旧版本信息:|类名:call;<br>方法or属性:function isRinging(): Promise\<boolean>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 927|权限有变化|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 928|权限有变化|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 929|权限有变化|类名:call;<br>方法or属性:function enableImsSwitch(slotId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function enableImsSwitch(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 930|权限有变化|类名:call;<br>方法or属性:function disableImsSwitch(slotId: number): Promise\<void>;<br>旧版本信息:|类名:call;<br>方法or属性:function disableImsSwitch(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts| 931|权限有变化|类名:data;<br>方法or属性:function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts| 932|权限有变化|类名:data;<br>方法or属性:function isCellularDataEnabled(): Promise\<boolean>;<br>旧版本信息:|类名:data;<br>方法or属性:function isCellularDataEnabled(): Promise\<boolean>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.telephony.data.d.ts| 933|权限有变化|类名:data;<br>方法or属性:function enableCellularData(): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function enableCellularData(): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts| 934|权限有变化|类名:data;<br>方法or属性:function disableCellularData(): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function disableCellularData(): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts| 935|权限有变化|类名:data;<br>方法or属性:function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>旧版本信息:|类名:data;<br>方法or属性:function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.telephony.data.d.ts| 936|权限有变化|类名:data;<br>方法or属性:function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts| 937|权限有变化|类名:data;<br>方法or属性:function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>旧版本信息:|类名:data;<br>方法or属性:function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts| 938|权限有变化|类名:observer;<br>方法or属性:function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.telephony.observer.d.ts| 939|权限有变化|类名:observer;<br>方法or属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>旧版本信息:|类名:observer;<br>方法or属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>新版本信息:ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts| 940|权限有变化|类名:radio;<br>方法or属性:function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts| 941|权限有变化|类名:radio;<br>方法or属性:function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts| 942|权限有变化|类名:radio;<br>方法or属性:function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts| 943|权限有变化|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| 944|权限有变化|类名:radio;<br>方法or属性:function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>新版本信息:ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| 945|权限有变化|类名:radio;<br>方法or属性:function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>新版本信息:ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts| 946|权限有变化|类名:radio;<br>方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 947|权限有变化|类名:radio;<br>方法or属性:function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 948|权限有变化|类名:radio;<br>方法or属性:function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 949|权限有变化|类名:radio;<br>方法or属性:function getIMEI(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getIMEI(slotId?: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 950|权限有变化|类名:radio;<br>方法or属性:function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 951|权限有变化|类名:radio;<br>方法or属性:function getMEID(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getMEID(slotId?: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 952|权限有变化|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 953|权限有变化|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 954|权限有变化|类名:radio;<br>方法or属性:function setPrimarySlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setPrimarySlotId(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 955|权限有变化|类名:radio;<br>方法or属性:function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts| 956|权限有变化|类名:radio;<br>方法or属性:function isRadioOn(slotId?: number): Promise\<boolean>;<br>旧版本信息:|类名:radio;<br>方法or属性:function isRadioOn(slotId?: number): Promise\<boolean>;<br>新版本信息:ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts| 957|权限有变化|类名:radio;<br>方法or属性:function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 958|权限有变化|类名:radio;<br>方法or属性:function turnOnRadio(slotId?: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOnRadio(slotId?: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 959|权限有变化|类名:radio;<br>方法or属性:function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 960|权限有变化|类名:radio;<br>方法or属性:function turnOffRadio(slotId?: number): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function turnOffRadio(slotId?: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 961|权限有变化|类名:radio;<br>方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>旧版本信息:|类名:radio;<br>方法or属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 962|权限有变化|类名:radio;<br>方法or属性:function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 963|权限有变化|类名:radio;<br>方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>旧版本信息:|类名:radio;<br>方法or属性:function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts| 964|权限有变化|类名:sim;<br>方法or属性:function getSimIccId(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimIccId(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 965|权限有变化|类名:sim;<br>方法or属性:function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 966|权限有变化|类名:sim;<br>方法or属性:function getVoiceMailNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getVoiceMailNumber(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 967|权限有变化|类名:sim;<br>方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 968|权限有变化|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>旧版本信息:ohos.permission.GET_TELEPHONY_STATE|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>新版本信息:ohos.permission.GET_PHONE_NUMBERS|@ohos.telephony.sim.d.ts| 969|权限有变化|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_PHONE_NUMBERS|@ohos.telephony.sim.d.ts| 970|权限有变化|类名:sim;<br>方法or属性:function getSimGid1(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimGid1(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 971|权限有变化|类名:sim;<br>方法or属性:function getIMSI(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getIMSI(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 972|权限有变化|类名:sim;<br>方法or属性:function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 973|权限有变化|类名:sim;<br>方法or属性:function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 974|权限有变化|类名:sim;<br>方法or属性:function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 975|权限有变化|类名:sim;<br>方法or属性:function activateSim(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function activateSim(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 976|权限有变化|类名:sim;<br>方法or属性:function deactivateSim(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function deactivateSim(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 977|权限有变化|类名:sim;<br>方法or属性:function setShowName(slotId: number, name: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setShowName(slotId: number, name: string): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 978|权限有变化|类名:sim;<br>方法or属性:function getShowName(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getShowName(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 979|权限有变化|类名:sim;<br>方法or属性:function setShowNumber(slotId: number, number: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setShowNumber(slotId: number, number: string): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 980|权限有变化|类名:sim;<br>方法or属性:function getShowNumber(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getShowNumber(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 981|权限有变化|类名:sim;<br>方法or属性:function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 982|权限有变化|类名:sim;<br>方法or属性:function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 983|权限有变化|类名:sim;<br>方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 984|权限有变化|类名:sim;<br>方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 985|权限有变化|类名:sim;<br>方法or属性:function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 986|权限有变化|类名:sim;<br>方法or属性:function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 987|权限有变化|类名:sim;<br>方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 988|权限有变化|类名:sim;<br>方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 989|权限有变化|类名:sim;<br>方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>旧版本信息:|类名:sim;<br>方法or属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>新版本信息:ohos.permission.READ_CONTACTS|@ohos.telephony.sim.d.ts| 990|权限有变化|类名:sim;<br>方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:ohos.permission.WRITE_CONTACTS|@ohos.telephony.sim.d.ts| 991|权限有变化|类名:sim;<br>方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:ohos.permission.WRITE_CONTACTS|@ohos.telephony.sim.d.ts| 992|权限有变化|类名:sim;<br>方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>新版本信息:ohos.permission.WRITE_CONTACTS|@ohos.telephony.sim.d.ts| 993|权限有变化|类名:sim;<br>方法or属性:function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>旧版本信息:|类名:sim;<br>方法or属性:function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 994|权限有变化|类名:sim;<br>方法or属性:function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 995|权限有变化|类名:sim;<br>方法or属性:function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>旧版本信息:|类名:sim;<br>方法or属性:function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 996|权限有变化|类名:sim;<br>方法or属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>旧版本信息:|类名:sim;<br>方法or属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts| 997|权限有变化|类名:sms;<br>方法or属性:function splitMessage(content: string): Promise\<Array\<string>>;<br>旧版本信息:|类名:sms;<br>方法or属性:function splitMessage(content: string): Promise\<Array\<string>>;<br>新版本信息:ohos.permission.SEND_MESSAGES|@ohos.telephony.sms.d.ts| 998|权限有变化|类名:sms;<br>方法or属性:function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sms.d.ts| 999|权限有变化|类名:sms;<br>方法or属性:function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>新版本信息:ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sms.d.ts| 1000|权限有变化|类名:sms;<br>方法or属性:function getSmscAddr(slotId: number): Promise\<string>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getSmscAddr(slotId: number): Promise\<string>;<br>新版本信息:ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sms.d.ts| 1001|权限有变化|类名:sms;<br>方法or属性:function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>新版本信息:ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES|@ohos.telephony.sms.d.ts| 1002|权限有变化|类名:sms;<br>方法or属性:function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>新版本信息:ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES|@ohos.telephony.sms.d.ts| 1003|权限有变化|类名:sms;<br>方法or属性:function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>新版本信息:ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES|@ohos.telephony.sms.d.ts| 1004|权限有变化|类名:sms;<br>方法or属性:function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>旧版本信息:|类名:sms;<br>方法or属性:function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>新版本信息:ohos.permission.RECEIVE_SMS|@ohos.telephony.sms.d.ts| 1005|权限有变化|类名:sms;<br>方法or属性:function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>旧版本信息:|类名:sms;<br>方法or属性:function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>新版本信息:ohos.permission.RECEIVE_SMS|@ohos.telephony.sms.d.ts| 1006|type有变化|类名:CallTransferInfo;<br>方法or属性:transferNum: string;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:transferNum: string;<br>新版本信息:string|@ohos.telephony.call.d.ts| 1007|type有变化|类名:CallTransferInfo;<br>方法or属性:type: CallTransferType;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:type: CallTransferType;<br>新版本信息:CallTransferType|@ohos.telephony.call.d.ts| 1008|type有变化|类名:CallTransferInfo;<br>方法or属性:settingType: CallTransferSettingType;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:settingType: CallTransferSettingType;<br>新版本信息:CallTransferSettingType|@ohos.telephony.call.d.ts| 1009|type有变化|类名:CallTransferInfo;<br>方法or属性:startHour?: number;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:startHour?: number;<br>新版本信息:?number|@ohos.telephony.call.d.ts| 1010|type有变化|类名:CallTransferInfo;<br>方法or属性:startMinute?: number;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:startMinute?: number;<br>新版本信息:?number|@ohos.telephony.call.d.ts| 1011|type有变化|类名:CallTransferInfo;<br>方法or属性:endHour?: number;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:endHour?: number;<br>新版本信息:?number|@ohos.telephony.call.d.ts| 1012|type有变化|类名:CallTransferInfo;<br>方法or属性:endMinute?: number;<br>旧版本信息:|类名:CallTransferInfo;<br>方法or属性:endMinute?: number;<br>新版本信息:?number|@ohos.telephony.call.d.ts| 1013|type有变化|类名:CallAttributeOptions;<br>方法or属性:accountNumber: string;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:accountNumber: string;<br>新版本信息:string|@ohos.telephony.call.d.ts| 1014|type有变化|类名:CallAttributeOptions;<br>方法or属性:speakerphoneOn: boolean;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:speakerphoneOn: boolean;<br>新版本信息:boolean|@ohos.telephony.call.d.ts| 1015|type有变化|类名:CallAttributeOptions;<br>方法or属性:accountId: number;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:accountId: number;<br>新版本信息:number|@ohos.telephony.call.d.ts| 1016|type有变化|类名:CallAttributeOptions;<br>方法or属性:videoState: VideoStateType;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:videoState: VideoStateType;<br>新版本信息:VideoStateType|@ohos.telephony.call.d.ts| 1017|type有变化|类名:CallAttributeOptions;<br>方法or属性:startTime: number;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:startTime: number;<br>新版本信息:number|@ohos.telephony.call.d.ts| 1018|type有变化|类名:CallAttributeOptions;<br>方法or属性:isEcc: boolean;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:isEcc: boolean;<br>新版本信息:boolean|@ohos.telephony.call.d.ts| 1019|type有变化|类名:CallAttributeOptions;<br>方法or属性:callType: CallType;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:callType: CallType;<br>新版本信息:CallType|@ohos.telephony.call.d.ts| 1020|type有变化|类名:CallAttributeOptions;<br>方法or属性:callId: number;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:callId: number;<br>新版本信息:number|@ohos.telephony.call.d.ts| 1021|type有变化|类名:CallAttributeOptions;<br>方法or属性:callState: DetailedCallState;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:callState: DetailedCallState;<br>新版本信息:DetailedCallState|@ohos.telephony.call.d.ts| 1022|type有变化|类名:CallAttributeOptions;<br>方法or属性:conferenceState: ConferenceState;<br>旧版本信息:|类名:CallAttributeOptions;<br>方法or属性:conferenceState: ConferenceState;<br>新版本信息:ConferenceState|@ohos.telephony.call.d.ts| 1023|type有变化|类名:CallRestrictionInfo;<br>方法or属性:type: CallRestrictionType;<br>旧版本信息:|类名:CallRestrictionInfo;<br>方法or属性:type: CallRestrictionType;<br>新版本信息:CallRestrictionType|@ohos.telephony.call.d.ts| 1024|type有变化|类名:CallRestrictionInfo;<br>方法or属性:password: string;<br>旧版本信息:|类名:CallRestrictionInfo;<br>方法or属性:password: string;<br>新版本信息:string|@ohos.telephony.call.d.ts| 1025|type有变化|类名:CallRestrictionInfo;<br>方法or属性:mode: CallRestrictionMode;<br>旧版本信息:|类名:CallRestrictionInfo;<br>方法or属性:mode: CallRestrictionMode;<br>新版本信息:CallRestrictionMode|@ohos.telephony.call.d.ts| 1026|type有变化|类名:CallEventOptions;<br>方法or属性:eventId: CallAbilityEventId,<br>旧版本信息:|类名:CallEventOptions;<br>方法or属性:eventId: CallAbilityEventId,<br>新版本信息:CallAbilityEventId|@ohos.telephony.call.d.ts| 1027|type有变化|类名:DialOptions;<br>方法or属性:extras?: boolean;<br>旧版本信息:|类名:DialOptions;<br>方法or属性:extras?: boolean;<br>新版本信息:?boolean|@ohos.telephony.call.d.ts| 1028|type有变化|类名:DialOptions;<br>方法or属性:accountId?: number;<br>旧版本信息:|类名:DialOptions;<br>方法or属性:accountId?: number;<br>新版本信息:?number|@ohos.telephony.call.d.ts| 1029|type有变化|类名:DialCallOptions;<br>方法or属性:accountId?: number;<br>旧版本信息:|类名:DialCallOptions;<br>方法or属性:accountId?: number;<br>新版本信息:?number|@ohos.telephony.call.d.ts| 1030|type有变化|类名:DialOptions;<br>方法or属性:videoState?: VideoStateType;<br>旧版本信息:|类名:DialOptions;<br>方法or属性:videoState?: VideoStateType;<br>新版本信息:?VideoStateType|@ohos.telephony.call.d.ts| 1031|type有变化|类名:DialCallOptions;<br>方法or属性:videoState?: VideoStateType;<br>旧版本信息:|类名:DialCallOptions;<br>方法or属性:videoState?: VideoStateType;<br>新版本信息:?VideoStateType|@ohos.telephony.call.d.ts| 1032|type有变化|类名:DialOptions;<br>方法or属性:dialScene?: DialScene;<br>旧版本信息:|类名:DialOptions;<br>方法or属性:dialScene?: DialScene;<br>新版本信息:?DialScene|@ohos.telephony.call.d.ts| 1033|type有变化|类名:DialCallOptions;<br>方法or属性:dialScene?: DialScene;<br>旧版本信息:|类名:DialCallOptions;<br>方法or属性:dialScene?: DialScene;<br>新版本信息:?DialScene|@ohos.telephony.call.d.ts| 1034|type有变化|类名:DialOptions;<br>方法or属性:dialType?: DialType;<br>旧版本信息:|类名:DialOptions;<br>方法or属性:dialType?: DialType;<br>新版本信息:?DialType|@ohos.telephony.call.d.ts| 1035|type有变化|类名:DialCallOptions;<br>方法or属性:dialType?: DialType;<br>旧版本信息:|类名:DialCallOptions;<br>方法or属性:dialType?: DialType;<br>新版本信息:?DialType|@ohos.telephony.call.d.ts| 1036|type有变化|类名:RejectMessageOptions;<br>方法or属性:messageContent: string;<br>旧版本信息:|类名:RejectMessageOptions;<br>方法or属性:messageContent: string;<br>新版本信息:string|@ohos.telephony.call.d.ts| 1037|type有变化|类名:CallTransferResult;<br>方法or属性:status: TransferStatus;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:status: TransferStatus;<br>新版本信息:TransferStatus|@ohos.telephony.call.d.ts| 1038|type有变化|类名:CallTransferResult;<br>方法or属性:number: string;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:number: string;<br>新版本信息:string|@ohos.telephony.call.d.ts| 1039|type有变化|类名:CallTransferResult;<br>方法or属性:startHour: number;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:startHour: number;<br>新版本信息:number|@ohos.telephony.call.d.ts| 1040|type有变化|类名:CallTransferResult;<br>方法or属性:startMinute: number;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:startMinute: number;<br>新版本信息:number|@ohos.telephony.call.d.ts| 1041|type有变化|类名:CallTransferResult;<br>方法or属性:endHour: number;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:endHour: number;<br>新版本信息:number|@ohos.telephony.call.d.ts| 1042|type有变化|类名:CallTransferResult;<br>方法or属性:endMinute: number;<br>旧版本信息:|类名:CallTransferResult;<br>方法or属性:endMinute: number;<br>新版本信息:number|@ohos.telephony.call.d.ts| 1043|type有变化|类名:EmergencyNumberOptions;<br>方法or属性:slotId?: number;<br>旧版本信息:|类名:EmergencyNumberOptions;<br>方法or属性:slotId?: number;<br>新版本信息:?number|@ohos.telephony.call.d.ts| 1044|type有变化|类名:NumberFormatOptions;<br>方法or属性:countryCode?: string;<br>旧版本信息:|类名:NumberFormatOptions;<br>方法or属性:countryCode?: string;<br>新版本信息:?string|@ohos.telephony.call.d.ts| 1045|type有变化|类名:MmiCodeResults;<br>方法or属性:result: MmiCodeResult;<br>旧版本信息:|类名:MmiCodeResults;<br>方法or属性:result: MmiCodeResult;<br>新版本信息:MmiCodeResult|@ohos.telephony.call.d.ts| 1046|type有变化|类名:MmiCodeResults;<br>方法or属性:message: string;<br>旧版本信息:|类名:MmiCodeResults;<br>方法or属性:message: string;<br>新版本信息:string|@ohos.telephony.call.d.ts| 1047|type有变化|类名:DisconnectedDetails;<br>方法or属性:message: string;<br>旧版本信息:|类名:DisconnectedDetails;<br>方法or属性:message: string;<br>新版本信息:string|@ohos.telephony.call.d.ts| 1048|type有变化|类名:DisconnectedDetails;<br>方法or属性:reason: DisconnectedReason;<br>旧版本信息:|类名:DisconnectedDetails;<br>方法or属性:reason: DisconnectedReason;<br>新版本信息:DisconnectedReason|@ohos.telephony.call.d.ts| 1049|type有变化|类名:SimStateData;<br>方法or属性:type: CardType;<br>旧版本信息:|类名:SimStateData;<br>方法or属性:type: CardType;<br>新版本信息:CardType|@ohos.telephony.observer.d.ts| 1050|type有变化|类名:SimStateData;<br>方法or属性:state: SimState;<br>旧版本信息:|类名:SimStateData;<br>方法or属性:state: SimState;<br>新版本信息:SimState|@ohos.telephony.observer.d.ts| 1051|type有变化|类名:SimStateData;<br>方法or属性:reason: LockReason;<br>旧版本信息:|类名:SimStateData;<br>方法or属性:reason: LockReason;<br>新版本信息:LockReason|@ohos.telephony.observer.d.ts| 1052|type有变化|类名:SignalInformation;<br>方法or属性:signalType: NetworkType;<br>旧版本信息:|类名:SignalInformation;<br>方法or属性:signalType: NetworkType;<br>新版本信息:NetworkType|@ohos.telephony.radio.d.ts| 1053|type有变化|类名:SignalInformation;<br>方法or属性:signalLevel: number;<br>旧版本信息:|类名:SignalInformation;<br>方法or属性:signalLevel: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1054|type有变化|类名:SignalInformation;<br>方法or属性:dBm: number;<br>旧版本信息:|类名:SignalInformation;<br>方法or属性:dBm: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1055|type有变化|类名:NetworkState;<br>方法or属性:longOperatorName: string;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:longOperatorName: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1056|type有变化|类名:NetworkState;<br>方法or属性:shortOperatorName: string;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:shortOperatorName: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1057|type有变化|类名:NetworkState;<br>方法or属性:plmnNumeric: string;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:plmnNumeric: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1058|type有变化|类名:NetworkState;<br>方法or属性:isRoaming: boolean;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:isRoaming: boolean;<br>新版本信息:boolean|@ohos.telephony.radio.d.ts| 1059|type有变化|类名:NetworkState;<br>方法or属性:regState: RegState;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:regState: RegState;<br>新版本信息:RegState|@ohos.telephony.radio.d.ts| 1060|type有变化|类名:NetworkState;<br>方法or属性:cfgTech: RadioTechnology;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:cfgTech: RadioTechnology;<br>新版本信息:RadioTechnology|@ohos.telephony.radio.d.ts| 1061|type有变化|类名:NetworkState;<br>方法or属性:nsaState: NsaState;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:nsaState: NsaState;<br>新版本信息:NsaState|@ohos.telephony.radio.d.ts| 1062|type有变化|类名:NetworkState;<br>方法or属性:isCaActive: boolean;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:isCaActive: boolean;<br>新版本信息:boolean|@ohos.telephony.radio.d.ts| 1063|type有变化|类名:NetworkState;<br>方法or属性:isEmergency: boolean;<br>旧版本信息:|类名:NetworkState;<br>方法or属性:isEmergency: boolean;<br>新版本信息:boolean|@ohos.telephony.radio.d.ts| 1064|type有变化|类名:CellInformation;<br>方法or属性:networkType: NetworkType;<br>旧版本信息:|类名:CellInformation;<br>方法or属性:networkType: NetworkType;<br>新版本信息:NetworkType|@ohos.telephony.radio.d.ts| 1065|type有变化|类名:CellInformation;<br>方法or属性:isCamped: boolean;<br>旧版本信息:|类名:CellInformation;<br>方法or属性:isCamped: boolean;<br>新版本信息:boolean|@ohos.telephony.radio.d.ts| 1066|type有变化|类名:CellInformation;<br>方法or属性:timeStamp: number;<br>旧版本信息:|类名:CellInformation;<br>方法or属性:timeStamp: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1067|type有变化|类名:CellInformation;<br>方法or属性:signalInformation: SignalInformation;<br>旧版本信息:|类名:CellInformation;<br>方法or属性:signalInformation: SignalInformation;<br>新版本信息:SignalInformation|@ohos.telephony.radio.d.ts| 1068|type有变化|类名:CellInformation;<br>方法or属性:data: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation \| TdscdmaCellInformation<br> \| WcdmaCellInformation;<br>旧版本信息:|类名:CellInformation;<br>方法or属性:data: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation \| TdscdmaCellInformation<br> \| WcdmaCellInformation;<br>新版本信息:CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation\| TdscdmaCellInformation \| WcdmaCellInformation|@ohos.telephony.radio.d.ts| 1069|type有变化|类名:CdmaCellInformation;<br>方法or属性:baseId: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:baseId: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1070|type有变化|类名:CdmaCellInformation;<br>方法or属性:latitude: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:latitude: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1071|type有变化|类名:CdmaCellInformation;<br>方法or属性:longitude: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:longitude: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1072|type有变化|类名:CdmaCellInformation;<br>方法or属性:nid: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:nid: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1073|type有变化|类名:CdmaCellInformation;<br>方法or属性:sid: number;<br>旧版本信息:|类名:CdmaCellInformation;<br>方法or属性:sid: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1074|type有变化|类名:GsmCellInformation;<br>方法or属性:lac: number;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:lac: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1075|type有变化|类名:TdscdmaCellInformation;<br>方法or属性:lac: number;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:lac: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1076|type有变化|类名:WcdmaCellInformation;<br>方法or属性:lac: number;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:lac: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1077|type有变化|类名:GsmCellInformation;<br>方法or属性:cellId: number;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:cellId: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1078|type有变化|类名:TdscdmaCellInformation;<br>方法or属性:cellId: number;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:cellId: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1079|type有变化|类名:WcdmaCellInformation;<br>方法or属性:cellId: number;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:cellId: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1080|type有变化|类名:GsmCellInformation;<br>方法or属性:arfcn: number;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:arfcn: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1081|type有变化|类名:GsmCellInformation;<br>方法or属性:bsic: number;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:bsic: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1082|type有变化|类名:GsmCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1083|type有变化|类名:LteCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1084|type有变化|类名:NrCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1085|type有变化|类名:TdscdmaCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1086|type有变化|类名:WcdmaCellInformation;<br>方法or属性:mcc: string;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:mcc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1087|type有变化|类名:GsmCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:GsmCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1088|type有变化|类名:LteCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1089|type有变化|类名:NrCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1090|type有变化|类名:TdscdmaCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1091|type有变化|类名:WcdmaCellInformation;<br>方法or属性:mnc: string;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:mnc: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1092|type有变化|类名:LteCellInformation;<br>方法or属性:cgi: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:cgi: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1093|type有变化|类名:LteCellInformation;<br>方法or属性:pci: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:pci: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1094|type有变化|类名:NrCellInformation;<br>方法or属性:pci: number;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:pci: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1095|type有变化|类名:LteCellInformation;<br>方法or属性:tac: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:tac: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1096|type有变化|类名:NrCellInformation;<br>方法or属性:tac: number;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:tac: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1097|type有变化|类名:LteCellInformation;<br>方法or属性:earfcn: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:earfcn: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1098|type有变化|类名:LteCellInformation;<br>方法or属性:bandwidth: number;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:bandwidth: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1099|type有变化|类名:LteCellInformation;<br>方法or属性:isSupportEndc: boolean;<br>旧版本信息:|类名:LteCellInformation;<br>方法or属性:isSupportEndc: boolean;<br>新版本信息:boolean|@ohos.telephony.radio.d.ts| 1100|type有变化|类名:NrCellInformation;<br>方法or属性:nrArfcn: number;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:nrArfcn: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1101|type有变化|类名:NrCellInformation;<br>方法or属性:nci: number;<br>旧版本信息:|类名:NrCellInformation;<br>方法or属性:nci: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1102|type有变化|类名:TdscdmaCellInformation;<br>方法or属性:cpid: number;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:cpid: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1103|type有变化|类名:TdscdmaCellInformation;<br>方法or属性:uarfcn: number;<br>旧版本信息:|类名:TdscdmaCellInformation;<br>方法or属性:uarfcn: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1104|type有变化|类名:WcdmaCellInformation;<br>方法or属性:uarfcn: number;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:uarfcn: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1105|type有变化|类名:WcdmaCellInformation;<br>方法or属性:psc: number;<br>旧版本信息:|类名:WcdmaCellInformation;<br>方法or属性:psc: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1106|type有变化|类名:NetworkSearchResult;<br>方法or属性:isNetworkSearchSuccess: boolean;<br>旧版本信息:|类名:NetworkSearchResult;<br>方法or属性:isNetworkSearchSuccess: boolean;<br>新版本信息:boolean|@ohos.telephony.radio.d.ts| 1107|type有变化|类名:NetworkSearchResult;<br>方法or属性:networkSearchResult: Array\<NetworkInformation>;<br>旧版本信息:|类名:NetworkSearchResult;<br>方法or属性:networkSearchResult: Array\<NetworkInformation>;<br>新版本信息:Array\<NetworkInformation>|@ohos.telephony.radio.d.ts| 1108|type有变化|类名:NetworkInformation;<br>方法or属性:operatorName: string;<br>旧版本信息:|类名:NetworkInformation;<br>方法or属性:operatorName: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1109|type有变化|类名:NetworkInformation;<br>方法or属性:operatorNumeric: string;<br>旧版本信息:|类名:NetworkInformation;<br>方法or属性:operatorNumeric: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1110|type有变化|类名:NetworkInformation;<br>方法or属性:state: NetworkInformationState;<br>旧版本信息:|类名:NetworkInformation;<br>方法or属性:state: NetworkInformationState;<br>新版本信息:NetworkInformationState|@ohos.telephony.radio.d.ts| 1111|type有变化|类名:NetworkInformation;<br>方法or属性:radioTech: string;<br>旧版本信息:|类名:NetworkInformation;<br>方法or属性:radioTech: string;<br>新版本信息:string|@ohos.telephony.radio.d.ts| 1112|type有变化|类名:NetworkSelectionModeOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:NetworkSelectionModeOptions;<br>方法or属性:slotId: number;<br>新版本信息:number|@ohos.telephony.radio.d.ts| 1113|type有变化|类名:NetworkSelectionModeOptions;<br>方法or属性:selectMode: NetworkSelectionMode;<br>旧版本信息:|类名:NetworkSelectionModeOptions;<br>方法or属性:selectMode: NetworkSelectionMode;<br>新版本信息:NetworkSelectionMode|@ohos.telephony.radio.d.ts| 1114|type有变化|类名:NetworkSelectionModeOptions;<br>方法or属性:networkInformation: NetworkInformation;<br>旧版本信息:|类名:NetworkSelectionModeOptions;<br>方法or属性:networkInformation: NetworkInformation;<br>新版本信息:NetworkInformation|@ohos.telephony.radio.d.ts| 1115|type有变化|类名:NetworkSelectionModeOptions;<br>方法or属性:resumeSelection: boolean;<br>旧版本信息:|类名:NetworkSelectionModeOptions;<br>方法or属性:resumeSelection: boolean;<br>新版本信息:boolean|@ohos.telephony.radio.d.ts| 1116|type有变化|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegState;<br>旧版本信息:|类名:ImsRegInfo;<br>方法or属性:imsRegState: ImsRegState;<br>新版本信息:ImsRegState|@ohos.telephony.radio.d.ts| 1117|type有变化|类名:ImsRegInfo;<br>方法or属性:imsRegTech: ImsRegTech;<br>旧版本信息:|类名:ImsRegInfo;<br>方法or属性:imsRegTech: ImsRegTech;<br>新版本信息:ImsRegTech|@ohos.telephony.radio.d.ts| 1118|type有变化|类名:OperatorConfig;<br>方法or属性:field: string;<br>旧版本信息:|类名:OperatorConfig;<br>方法or属性:field: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1119|type有变化|类名:OperatorConfig;<br>方法or属性:value: string;<br>旧版本信息:|类名:OperatorConfig;<br>方法or属性:value: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1120|type有变化|类名:IccAccountInfo;<br>方法or属性:simId: number;<br>旧版本信息:|类名:IccAccountInfo;<br>方法or属性:simId: number;<br>新版本信息:number|@ohos.telephony.sim.d.ts| 1121|type有变化|类名:IccAccountInfo;<br>方法or属性:slotIndex: number;<br>旧版本信息:|类名:IccAccountInfo;<br>方法or属性:slotIndex: number;<br>新版本信息:number|@ohos.telephony.sim.d.ts| 1122|type有变化|类名:IccAccountInfo;<br>方法or属性:isEsim: boolean;<br>旧版本信息:|类名:IccAccountInfo;<br>方法or属性:isEsim: boolean;<br>新版本信息:boolean|@ohos.telephony.sim.d.ts| 1123|type有变化|类名:IccAccountInfo;<br>方法or属性:isActive: boolean;<br>旧版本信息:|类名:IccAccountInfo;<br>方法or属性:isActive: boolean;<br>新版本信息:boolean|@ohos.telephony.sim.d.ts| 1124|type有变化|类名:IccAccountInfo;<br>方法or属性:iccId: string;<br>旧版本信息:|类名:IccAccountInfo;<br>方法or属性:iccId: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1125|type有变化|类名:IccAccountInfo;<br>方法or属性:showName: string;<br>旧版本信息:|类名:IccAccountInfo;<br>方法or属性:showName: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1126|type有变化|类名:IccAccountInfo;<br>方法or属性:showNumber: string;<br>旧版本信息:|类名:IccAccountInfo;<br>方法or属性:showNumber: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1127|type有变化|类名:LockStatusResponse;<br>方法or属性:result: number;<br>旧版本信息:|类名:LockStatusResponse;<br>方法or属性:result: number;<br>新版本信息:number|@ohos.telephony.sim.d.ts| 1128|type有变化|类名:LockStatusResponse;<br>方法or属性:remain?: number;<br>旧版本信息:|类名:LockStatusResponse;<br>方法or属性:remain?: number;<br>新版本信息:?number|@ohos.telephony.sim.d.ts| 1129|type有变化|类名:DiallingNumbersInfo;<br>方法or属性:alphaTag: string;<br>旧版本信息:|类名:DiallingNumbersInfo;<br>方法or属性:alphaTag: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1130|type有变化|类名:DiallingNumbersInfo;<br>方法or属性:number: string;<br>旧版本信息:|类名:DiallingNumbersInfo;<br>方法or属性:number: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1131|type有变化|类名:DiallingNumbersInfo;<br>方法or属性:recordNumber?: number;<br>旧版本信息:|类名:DiallingNumbersInfo;<br>方法or属性:recordNumber?: number;<br>新版本信息:?number|@ohos.telephony.sim.d.ts| 1132|type有变化|类名:DiallingNumbersInfo;<br>方法or属性:pin2?: string;<br>旧版本信息:|类名:DiallingNumbersInfo;<br>方法or属性:pin2?: string;<br>新版本信息:?string|@ohos.telephony.sim.d.ts| 1133|type有变化|类名:LockInfo;<br>方法or属性:lockType: LockType;<br>旧版本信息:|类名:LockInfo;<br>方法or属性:lockType: LockType;<br>新版本信息:LockType|@ohos.telephony.sim.d.ts| 1134|type有变化|类名:LockInfo;<br>方法or属性:password: string;<br>旧版本信息:|类名:LockInfo;<br>方法or属性:password: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1135|type有变化|类名:PersoLockInfo;<br>方法or属性:password: string;<br>旧版本信息:|类名:PersoLockInfo;<br>方法or属性:password: string;<br>新版本信息:string|@ohos.telephony.sim.d.ts| 1136|type有变化|类名:LockInfo;<br>方法or属性:state: LockState;<br>旧版本信息:|类名:LockInfo;<br>方法or属性:state: LockState;<br>新版本信息:LockState|@ohos.telephony.sim.d.ts| 1137|type有变化|类名:PersoLockInfo;<br>方法or属性:lockType: PersoLockType;<br>旧版本信息:|类名:PersoLockInfo;<br>方法or属性:lockType: PersoLockType;<br>新版本信息:PersoLockType|@ohos.telephony.sim.d.ts| 1138|type有变化|类名:MmsInformation;<br>方法or属性:messageType: MessageType;<br>旧版本信息:|类名:MmsInformation;<br>方法or属性:messageType: MessageType;<br>新版本信息:MessageType|@ohos.telephony.sms.d.ts| 1139|type有变化|类名:MmsInformation;<br>方法or属性:mmsType: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \| MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd;<br>旧版本信息:|类名:MmsInformation;<br>方法or属性:mmsType: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \| MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd;<br>新版本信息:MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \|MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd|@ohos.telephony.sms.d.ts| 1140|type有变化|类名:MmsInformation;<br>方法or属性:attachment?: Array\<MmsAttachment>;<br>旧版本信息:|类名:MmsInformation;<br>方法or属性:attachment?: Array\<MmsAttachment>;<br>新版本信息:?Array\<MmsAttachment>|@ohos.telephony.sms.d.ts| 1141|type有变化|类名:MmsSendReq;<br>方法or属性:from: MmsAddress;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:from: MmsAddress;<br>新版本信息:MmsAddress|@ohos.telephony.sms.d.ts| 1142|type有变化|类名:MmsReadOrigInd;<br>方法or属性:from: MmsAddress;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:from: MmsAddress;<br>新版本信息:MmsAddress|@ohos.telephony.sms.d.ts| 1143|type有变化|类名:MmsReadRecInd;<br>方法or属性:from: MmsAddress;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:from: MmsAddress;<br>新版本信息:MmsAddress|@ohos.telephony.sms.d.ts| 1144|type有变化|类名:MmsSendReq;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:transactionId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1145|type有变化|类名:MmsSendConf;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsSendConf;<br>方法or属性:transactionId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1146|type有变化|类名:MmsNotificationInd;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:transactionId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1147|type有变化|类名:MmsRespInd;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsRespInd;<br>方法or属性:transactionId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1148|type有变化|类名:MmsRetrieveConf;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:transactionId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1149|type有变化|类名:MmsAcknowledgeInd;<br>方法or属性:transactionId: string;<br>旧版本信息:|类名:MmsAcknowledgeInd;<br>方法or属性:transactionId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1150|type有变化|类名:MmsSendReq;<br>方法or属性:contentType: string;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:contentType: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1151|type有变化|类名:MmsRetrieveConf;<br>方法or属性:contentType: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:contentType: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1152|type有变化|类名:MmsAttachment;<br>方法or属性:contentType: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentType: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1153|type有变化|类名:MmsSendReq;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1154|type有变化|类名:MmsSendConf;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsSendConf;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1155|type有变化|类名:MmsNotificationInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1156|type有变化|类名:MmsRespInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsRespInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1157|type有变化|类名:MmsRetrieveConf;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1158|type有变化|类名:MmsAcknowledgeInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsAcknowledgeInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1159|type有变化|类名:MmsDeliveryInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1160|type有变化|类名:MmsReadOrigInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1161|type有变化|类名:MmsReadRecInd;<br>方法or属性:version: MmsVersionType;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:version: MmsVersionType;<br>新版本信息:MmsVersionType|@ohos.telephony.sms.d.ts| 1162|type有变化|类名:MmsSendReq;<br>方法or属性:to?: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:to?: Array\<MmsAddress>;<br>新版本信息:?Array\<MmsAddress>|@ohos.telephony.sms.d.ts| 1163|type有变化|类名:MmsSendReq;<br>方法or属性:date?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:date?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1164|type有变化|类名:MmsReadRecInd;<br>方法or属性:date?: number;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:date?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1165|type有变化|类名:MmsSendReq;<br>方法or属性:cc?: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:cc?: Array\<MmsAddress>;<br>新版本信息:?Array\<MmsAddress>|@ohos.telephony.sms.d.ts| 1166|type有变化|类名:MmsRetrieveConf;<br>方法or属性:cc?: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:cc?: Array\<MmsAddress>;<br>新版本信息:?Array\<MmsAddress>|@ohos.telephony.sms.d.ts| 1167|type有变化|类名:MmsSendReq;<br>方法or属性:bcc?: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:bcc?: Array\<MmsAddress>;<br>新版本信息:?Array\<MmsAddress>|@ohos.telephony.sms.d.ts| 1168|type有变化|类名:MmsSendReq;<br>方法or属性:subject?: string;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:subject?: string;<br>新版本信息:?string|@ohos.telephony.sms.d.ts| 1169|type有变化|类名:MmsNotificationInd;<br>方法or属性:subject?: string;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:subject?: string;<br>新版本信息:?string|@ohos.telephony.sms.d.ts| 1170|type有变化|类名:MmsRetrieveConf;<br>方法or属性:subject?: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:subject?: string;<br>新版本信息:?string|@ohos.telephony.sms.d.ts| 1171|type有变化|类名:MmsSendReq;<br>方法or属性:messageClass?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:messageClass?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1172|type有变化|类名:MmsSendReq;<br>方法or属性:expiry?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:expiry?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1173|type有变化|类名:MmsSendReq;<br>方法or属性:priority?: MmsPriorityType;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:priority?: MmsPriorityType;<br>新版本信息:?MmsPriorityType|@ohos.telephony.sms.d.ts| 1174|type有变化|类名:MmsRetrieveConf;<br>方法or属性:priority?: MmsPriorityType;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:priority?: MmsPriorityType;<br>新版本信息:?MmsPriorityType|@ohos.telephony.sms.d.ts| 1175|type有变化|类名:MmsSendReq;<br>方法or属性:senderVisibility?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:senderVisibility?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1176|type有变化|类名:MmsSendReq;<br>方法or属性:deliveryReport?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:deliveryReport?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1177|type有变化|类名:MmsNotificationInd;<br>方法or属性:deliveryReport?: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:deliveryReport?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1178|type有变化|类名:MmsRetrieveConf;<br>方法or属性:deliveryReport?: number;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:deliveryReport?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1179|type有变化|类名:MmsSendReq;<br>方法or属性:readReport?: number;<br>旧版本信息:|类名:MmsSendReq;<br>方法or属性:readReport?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1180|type有变化|类名:MmsRetrieveConf;<br>方法or属性:readReport?: number;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:readReport?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1181|type有变化|类名:MmsSendConf;<br>方法or属性:responseState: number;<br>旧版本信息:|类名:MmsSendConf;<br>方法or属性:responseState: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1182|type有变化|类名:MmsSendConf;<br>方法or属性:messageId?: string;<br>旧版本信息:|类名:MmsSendConf;<br>方法or属性:messageId?: string;<br>新版本信息:?string|@ohos.telephony.sms.d.ts| 1183|type有变化|类名:MmsNotificationInd;<br>方法or属性:messageClass: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:messageClass: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1184|type有变化|类名:MmsNotificationInd;<br>方法or属性:messageSize: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:messageSize: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1185|type有变化|类名:MmsNotificationInd;<br>方法or属性:expiry: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:expiry: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1186|type有变化|类名:MmsNotificationInd;<br>方法or属性:contentLocation: string;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:contentLocation: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1187|type有变化|类名:MmsAttachment;<br>方法or属性:contentLocation: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentLocation: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1188|type有变化|类名:MmsNotificationInd;<br>方法or属性:from?: MmsAddress;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:from?: MmsAddress;<br>新版本信息:?MmsAddress|@ohos.telephony.sms.d.ts| 1189|type有变化|类名:MmsRetrieveConf;<br>方法or属性:from?: MmsAddress;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:from?: MmsAddress;<br>新版本信息:?MmsAddress|@ohos.telephony.sms.d.ts| 1190|type有变化|类名:MmsNotificationInd;<br>方法or属性:contentClass?: number;<br>旧版本信息:|类名:MmsNotificationInd;<br>方法or属性:contentClass?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1191|type有变化|类名:MmsRespInd;<br>方法or属性:status: number;<br>旧版本信息:|类名:MmsRespInd;<br>方法or属性:status: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1192|type有变化|类名:MmsDeliveryInd;<br>方法or属性:status: number;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:status: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1193|type有变化|类名:ShortMessage;<br>方法or属性:status: number;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:status: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1194|type有变化|类名:MmsRespInd;<br>方法or属性:reportAllowed?: ReportType;<br>旧版本信息:|类名:MmsRespInd;<br>方法or属性:reportAllowed?: ReportType;<br>新版本信息:?ReportType|@ohos.telephony.sms.d.ts| 1195|type有变化|类名:MmsAcknowledgeInd;<br>方法or属性:reportAllowed?: ReportType;<br>旧版本信息:|类名:MmsAcknowledgeInd;<br>方法or属性:reportAllowed?: ReportType;<br>新版本信息:?ReportType|@ohos.telephony.sms.d.ts| 1196|type有变化|类名:MmsRetrieveConf;<br>方法or属性:messageId: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:messageId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1197|type有变化|类名:MmsDeliveryInd;<br>方法or属性:messageId: string;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:messageId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1198|type有变化|类名:MmsReadOrigInd;<br>方法or属性:messageId: string;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:messageId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1199|type有变化|类名:MmsReadRecInd;<br>方法or属性:messageId: string;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:messageId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1200|type有变化|类名:MmsRetrieveConf;<br>方法or属性:date: number;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:date: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1201|type有变化|类名:MmsDeliveryInd;<br>方法or属性:date: number;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:date: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1202|type有变化|类名:MmsReadOrigInd;<br>方法or属性:date: number;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:date: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1203|type有变化|类名:MmsRetrieveConf;<br>方法or属性:to: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:to: Array\<MmsAddress>;<br>新版本信息:Array\<MmsAddress>|@ohos.telephony.sms.d.ts| 1204|type有变化|类名:MmsDeliveryInd;<br>方法or属性:to: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsDeliveryInd;<br>方法or属性:to: Array\<MmsAddress>;<br>新版本信息:Array\<MmsAddress>|@ohos.telephony.sms.d.ts| 1205|type有变化|类名:MmsReadOrigInd;<br>方法or属性:to: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:to: Array\<MmsAddress>;<br>新版本信息:Array\<MmsAddress>|@ohos.telephony.sms.d.ts| 1206|type有变化|类名:MmsReadRecInd;<br>方法or属性:to: Array\<MmsAddress>;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:to: Array\<MmsAddress>;<br>新版本信息:Array\<MmsAddress>|@ohos.telephony.sms.d.ts| 1207|type有变化|类名:MmsRetrieveConf;<br>方法or属性:retrieveStatus?: number;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:retrieveStatus?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1208|type有变化|类名:MmsRetrieveConf;<br>方法or属性:retrieveText?: string;<br>旧版本信息:|类名:MmsRetrieveConf;<br>方法or属性:retrieveText?: string;<br>新版本信息:?string|@ohos.telephony.sms.d.ts| 1209|type有变化|类名:MmsReadOrigInd;<br>方法or属性:readStatus: number;<br>旧版本信息:|类名:MmsReadOrigInd;<br>方法or属性:readStatus: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1210|type有变化|类名:MmsReadRecInd;<br>方法or属性:readStatus: number;<br>旧版本信息:|类名:MmsReadRecInd;<br>方法or属性:readStatus: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1211|type有变化|类名:MmsAttachment;<br>方法or属性:contentId: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentId: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1212|type有变化|类名:MmsAttachment;<br>方法or属性:contentDisposition: DispositionType;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentDisposition: DispositionType;<br>新版本信息:DispositionType|@ohos.telephony.sms.d.ts| 1213|type有变化|类名:MmsAttachment;<br>方法or属性:contentTransferEncoding: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:contentTransferEncoding: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1214|type有变化|类名:MmsAttachment;<br>方法or属性:isSmil: boolean;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:isSmil: boolean;<br>新版本信息:boolean|@ohos.telephony.sms.d.ts| 1215|type有变化|类名:MmsAttachment;<br>方法or属性:path?: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:path?: string;<br>新版本信息:?string|@ohos.telephony.sms.d.ts| 1216|type有变化|类名:MmsAttachment;<br>方法or属性:inBuff?: Array\<number>;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:inBuff?: Array\<number>;<br>新版本信息:?Array\<number>|@ohos.telephony.sms.d.ts| 1217|type有变化|类名:MmsAttachment;<br>方法or属性:fileName?: string;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:fileName?: string;<br>新版本信息:?string|@ohos.telephony.sms.d.ts| 1218|type有变化|类名:MmsAttachment;<br>方法or属性:charset?: MmsCharSets;<br>旧版本信息:|类名:MmsAttachment;<br>方法or属性:charset?: MmsCharSets;<br>新版本信息:?MmsCharSets|@ohos.telephony.sms.d.ts| 1219|type有变化|类名:MmsAddress;<br>方法or属性:address: string;<br>旧版本信息:|类名:MmsAddress;<br>方法or属性:address: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1220|type有变化|类名:MmsAddress;<br>方法or属性:charset: MmsCharSets;<br>旧版本信息:|类名:MmsAddress;<br>方法or属性:charset: MmsCharSets;<br>新版本信息:MmsCharSets|@ohos.telephony.sms.d.ts| 1221|type有变化|类名:CBConfigOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:slotId: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1222|type有变化|类名:SimMessageOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:SimMessageOptions;<br>方法or属性:slotId: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1223|type有变化|类名:UpdateSimMessageOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:slotId: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1224|type有变化|类名:SendMessageOptions;<br>方法or属性:slotId: number;<br>旧版本信息:|类名:SendMessageOptions;<br>方法or属性:slotId: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1225|type有变化|类名:CBConfigOptions;<br>方法or属性:enable: boolean;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:enable: boolean;<br>新版本信息:boolean|@ohos.telephony.sms.d.ts| 1226|type有变化|类名:CBConfigOptions;<br>方法or属性:startMessageId: number;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:startMessageId: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1227|type有变化|类名:CBConfigOptions;<br>方法or属性:endMessageId: number;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:endMessageId: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1228|type有变化|类名:CBConfigOptions;<br>方法or属性:ranType: RanType;<br>旧版本信息:|类名:CBConfigOptions;<br>方法or属性:ranType: RanType;<br>新版本信息:RanType|@ohos.telephony.sms.d.ts| 1229|type有变化|类名:SimMessageOptions;<br>方法or属性:smsc: string;<br>旧版本信息:|类名:SimMessageOptions;<br>方法or属性:smsc: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1230|type有变化|类名:UpdateSimMessageOptions;<br>方法or属性:smsc: string;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:smsc: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1231|type有变化|类名:SimMessageOptions;<br>方法or属性:pdu: string;<br>旧版本信息:|类名:SimMessageOptions;<br>方法or属性:pdu: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1232|type有变化|类名:UpdateSimMessageOptions;<br>方法or属性:pdu: string;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:pdu: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1233|type有变化|类名:SimMessageOptions;<br>方法or属性:status: SimMessageStatus;<br>旧版本信息:|类名:SimMessageOptions;<br>方法or属性:status: SimMessageStatus;<br>新版本信息:SimMessageStatus|@ohos.telephony.sms.d.ts| 1234|type有变化|类名:UpdateSimMessageOptions;<br>方法or属性:msgIndex: number;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:msgIndex: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1235|type有变化|类名:UpdateSimMessageOptions;<br>方法or属性:newStatus: SimMessageStatus;<br>旧版本信息:|类名:UpdateSimMessageOptions;<br>方法or属性:newStatus: SimMessageStatus;<br>新版本信息:SimMessageStatus|@ohos.telephony.sms.d.ts| 1236|type有变化|类名:ShortMessage;<br>方法or属性:visibleMessageBody: string;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:visibleMessageBody: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1237|type有变化|类名:ShortMessage;<br>方法or属性:visibleRawAddress: string;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:visibleRawAddress: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1238|type有变化|类名:ShortMessage;<br>方法or属性:messageClass: ShortMessageClass;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:messageClass: ShortMessageClass;<br>新版本信息:ShortMessageClass|@ohos.telephony.sms.d.ts| 1239|type有变化|类名:ShortMessage;<br>方法or属性:protocolId: number;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:protocolId: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1240|type有变化|类名:ShortMessage;<br>方法or属性:scAddress: string;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:scAddress: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1241|type有变化|类名:ShortMessage;<br>方法or属性:scTimestamp: number;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:scTimestamp: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1242|type有变化|类名:ShortMessage;<br>方法or属性:isReplaceMessage: boolean;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:isReplaceMessage: boolean;<br>新版本信息:boolean|@ohos.telephony.sms.d.ts| 1243|type有变化|类名:ShortMessage;<br>方法or属性:hasReplyPath: boolean;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:hasReplyPath: boolean;<br>新版本信息:boolean|@ohos.telephony.sms.d.ts| 1244|type有变化|类名:ShortMessage;<br>方法or属性:pdu: Array\<number>;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:pdu: Array\<number>;<br>新版本信息:Array\<number>|@ohos.telephony.sms.d.ts| 1245|type有变化|类名:IDeliveryShortMessageCallback;<br>方法or属性:pdu: Array\<number>;<br>旧版本信息:|类名:IDeliveryShortMessageCallback;<br>方法or属性:pdu: Array\<number>;<br>新版本信息:Array\<number>|@ohos.telephony.sms.d.ts| 1246|type有变化|类名:ShortMessage;<br>方法or属性:isSmsStatusReportMessage: boolean;<br>旧版本信息:|类名:ShortMessage;<br>方法or属性:isSmsStatusReportMessage: boolean;<br>新版本信息:boolean|@ohos.telephony.sms.d.ts| 1247|type有变化|类名:SimShortMessage;<br>方法or属性:shortMessage: ShortMessage;<br>旧版本信息:|类名:SimShortMessage;<br>方法or属性:shortMessage: ShortMessage;<br>新版本信息:ShortMessage|@ohos.telephony.sms.d.ts| 1248|type有变化|类名:SimShortMessage;<br>方法or属性:simMessageStatus: SimMessageStatus;<br>旧版本信息:|类名:SimShortMessage;<br>方法or属性:simMessageStatus: SimMessageStatus;<br>新版本信息:SimMessageStatus|@ohos.telephony.sms.d.ts| 1249|type有变化|类名:SimShortMessage;<br>方法or属性:indexOnSim: number;<br>旧版本信息:|类名:SimShortMessage;<br>方法or属性:indexOnSim: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1250|type有变化|类名:SendMessageOptions;<br>方法or属性:destinationHost: string;<br>旧版本信息:|类名:SendMessageOptions;<br>方法or属性:destinationHost: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1251|type有变化|类名:SendMessageOptions;<br>方法or属性:serviceCenter?: string;<br>旧版本信息:|类名:SendMessageOptions;<br>方法or属性:serviceCenter?: string;<br>新版本信息:?string|@ohos.telephony.sms.d.ts| 1252|type有变化|类名:SendMessageOptions;<br>方法or属性:content: string \| Array\<number>;<br>旧版本信息:|类名:SendMessageOptions;<br>方法or属性:content: string \| Array\<number>;<br>新版本信息:string \| Array\<number>|@ohos.telephony.sms.d.ts| 1253|type有变化|类名:SendMessageOptions;<br>方法or属性:destinationPort?: number;<br>旧版本信息:|类名:SendMessageOptions;<br>方法or属性:destinationPort?: number;<br>新版本信息:?number|@ohos.telephony.sms.d.ts| 1254|type有变化|类名:SendMessageOptions;<br>方法or属性:sendCallback?: AsyncCallback\<ISendShortMessageCallback>;<br>旧版本信息:|类名:SendMessageOptions;<br>方法or属性:sendCallback?: AsyncCallback\<ISendShortMessageCallback>;<br>新版本信息:?AsyncCallback\<ISendShortMessageCallback>|@ohos.telephony.sms.d.ts| 1255|type有变化|类名:SendMessageOptions;<br>方法or属性:deliveryCallback?: AsyncCallback\<IDeliveryShortMessageCallback>;<br>旧版本信息:|类名:SendMessageOptions;<br>方法or属性:deliveryCallback?: AsyncCallback\<IDeliveryShortMessageCallback>;<br>新版本信息:?AsyncCallback\<IDeliveryShortMessageCallback>|@ohos.telephony.sms.d.ts| 1256|type有变化|类名:ISendShortMessageCallback;<br>方法or属性:result: SendSmsResult;<br>旧版本信息:|类名:ISendShortMessageCallback;<br>方法or属性:result: SendSmsResult;<br>新版本信息:SendSmsResult|@ohos.telephony.sms.d.ts| 1257|type有变化|类名:ISendShortMessageCallback;<br>方法or属性:url: string;<br>旧版本信息:|类名:ISendShortMessageCallback;<br>方法or属性:url: string;<br>新版本信息:string|@ohos.telephony.sms.d.ts| 1258|type有变化|类名:ISendShortMessageCallback;<br>方法or属性:isLastPart: boolean;<br>旧版本信息:|类名:ISendShortMessageCallback;<br>方法or属性:isLastPart: boolean;<br>新版本信息:boolean|@ohos.telephony.sms.d.ts| 1259|type有变化|类名:SmsSegmentsInfo;<br>方法or属性:splitCount: number;<br>旧版本信息:|类名:SmsSegmentsInfo;<br>方法or属性:splitCount: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1260|type有变化|类名:SmsSegmentsInfo;<br>方法or属性:encodeCount: number;<br>旧版本信息:|类名:SmsSegmentsInfo;<br>方法or属性:encodeCount: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1261|type有变化|类名:SmsSegmentsInfo;<br>方法or属性:encodeCountRemaining: number;<br>旧版本信息:|类名:SmsSegmentsInfo;<br>方法or属性:encodeCountRemaining: number;<br>新版本信息:number|@ohos.telephony.sms.d.ts| 1262|type有变化|类名:SmsSegmentsInfo;<br>方法or属性:scheme: SmsEncodingScheme;<br>旧版本信息:|类名:SmsSegmentsInfo;<br>方法or属性:scheme: SmsEncodingScheme;<br>新版本信息:SmsEncodingScheme|@ohos.telephony.sms.d.ts| 1263|函数有变化|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice, options?: AudioDeviceOptions): Promise\<void>;|类名:call;<br>方法or属性:function setAudioDevice(device: AudioDevice): Promise\<void>;|@ohos.telephony.call.d.ts| 1264