1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Deleted|Class name: AudioDevice;<br>Method or attribute name: DEVICE_EARPIECE|NA|@ohos.telephony.call.d.ts|
4|Deleted|Class name: AudioDevice;<br>Method or attribute name: DEVICE_SPEAKER|NA|@ohos.telephony.call.d.ts|
5|Deleted|Class name: AudioDevice;<br>Method or attribute name: DEVICE_WIRED_HEADSET|NA|@ohos.telephony.call.d.ts|
6|Deleted|Class name: AudioDevice;<br>Method or attribute name: DEVICE_BLUETOOTH_SCO|NA|@ohos.telephony.call.d.ts|
7|Deleted|Class name: AudioDevice;<br>Method or attribute name: DEVICE_MIC|NA|@ohos.telephony.call.d.ts|
8|Deleted|Class name: AudioDeviceOptions;<br>Method or attribute name: bluetoothAddress?: string;|NA|@ohos.telephony.call.d.ts|
9|Added|NA|Class name: NROptionMode;<br>Method or attribute name: NR_OPTION_UNKNOWN|@ohos.telephony.radio.d.ts|
10|Added|NA|Class name: NROptionMode;<br>Method or attribute name: NR_OPTION_NSA_ONLY|@ohos.telephony.radio.d.ts|
11|Added|NA|Class name: NROptionMode;<br>Method or attribute name: NR_OPTION_SA_ONLY|@ohos.telephony.radio.d.ts|
12|Added|NA|Class name: NROptionMode;<br>Method or attribute name: NR_OPTION_NSA_AND_SA|@ohos.telephony.radio.d.ts|
13|Added|NA|Class name: call;<br>Method or attribute name: function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
14|Added|NA|Class name: call;<br>Method or attribute name: function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string): Promise\<void>;|@ohos.telephony.call.d.ts|
15|Added|NA|Class name: call;<br>Method or attribute name: function kickOutFromConference(callId: number, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
16|Added|NA|Class name: call;<br>Method or attribute name: function kickOutFromConference(callId: number): Promise\<void>;|@ohos.telephony.call.d.ts|
17|Added|NA|Class name: call;<br>Method or attribute name: function removeMissedIncomingCallNotification(callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
18|Added|NA|Class name: call;<br>Method or attribute name: function removeMissedIncomingCallNotification(): Promise\<void>;|@ohos.telephony.call.d.ts|
19|Added|NA|Class name: VoNRState;<br>Method or attribute name: VONR_STATE_OFF = 0|@ohos.telephony.call.d.ts|
20|Added|NA|Class name: AudioDevice;<br>Method or attribute name: deviceType: AudioDeviceType;|@ohos.telephony.call.d.ts|
21|Added|NA|Class name: AudioDevice;<br>Method or attribute name: address?: string;|@ohos.telephony.call.d.ts|
22|Added|NA|Class name: data;<br>Method or attribute name: function getDefaultCellularDataSimId(): number;|@ohos.telephony.data.d.ts|
23|Added|NA|Class name: observer;<br>Method or attribute name: function on(type: 'iccAccountInfoChange', callback: Callback\<void>): void;|@ohos.telephony.observer.d.ts|
24|Added|NA|Class name: observer;<br>Method or attribute name: function off(type: 'iccAccountInfoChange', callback?: Callback\<void>): void;|@ohos.telephony.observer.d.ts|
25|Added|NA|Class name: radio;<br>Method or attribute name: function setNROptionMode(slotId: number, mode: NROptionMode, callback: AsyncCallback\<void>): void;|@ohos.telephony.radio.d.ts|
26|Added|NA|Class name: radio;<br>Method or attribute name: function setNROptionMode(slotId: number, mode: NROptionMode): Promise\<void>;|@ohos.telephony.radio.d.ts|
27|Added|NA|Class name: radio;<br>Method or attribute name: function getNROptionMode(slotId: number, callback: AsyncCallback\<NROptionMode>): void;|@ohos.telephony.radio.d.ts|
28|Added|NA|Class name: radio;<br>Method or attribute name: function getNROptionMode(slotId: number): Promise\<NROptionMode>;|@ohos.telephony.radio.d.ts|
29|Added|NA|Class name: radio;<br>Method or attribute name: function setNetworkCapability(slotId: number, type: NetworkCapabilityType, state: NetworkCapabilityState,<br>    callback: AsyncCallback\<void>): void;|@ohos.telephony.radio.d.ts|
30|Added|NA|Class name: radio;<br>Method or attribute name: function setNetworkCapability(slotId: number, type: NetworkCapabilityType, state: NetworkCapabilityState): Promise\<void>;|@ohos.telephony.radio.d.ts|
31|Added|NA|Class name: radio;<br>Method or attribute name: function getNetworkCapability(slotId: number, type: NetworkCapabilityType,<br>    callback: AsyncCallback\<NetworkCapabilityState>): void;|@ohos.telephony.radio.d.ts|
32|Added|NA|Class name: radio;<br>Method or attribute name: function getNetworkCapability(slotId: number, type: NetworkCapabilityType): Promise\<NetworkCapabilityState>;|@ohos.telephony.radio.d.ts|
33|Added|NA|Class name: NetworkCapabilityType;<br>Method or attribute name: SERVICE_TYPE_LTE|@ohos.telephony.radio.d.ts|
34|Added|NA|Class name: NetworkCapabilityType;<br>Method or attribute name: SERVICE_TYPE_NR|@ohos.telephony.radio.d.ts|
35|Added|NA|Class name: NetworkCapabilityState;<br>Method or attribute name: SERVICE_CAPABILITY_OFF|@ohos.telephony.radio.d.ts|
36|Added|NA|Class name: NetworkCapabilityState;<br>Method or attribute name: SERVICE_CAPABILITY_ON|@ohos.telephony.radio.d.ts|
37|Added|NA|Class name: sim;<br>Method or attribute name: function getDefaultVoiceSimId(callback: AsyncCallback\<number>): void;|@ohos.telephony.sim.d.ts|
38|Added|NA|Class name: sim;<br>Method or attribute name: function getDefaultVoiceSimId(): Promise\<number>;|@ohos.telephony.sim.d.ts|
39|Added|NA|Class name: sms;<br>Method or attribute name: function sendShortMessage(options: SendMessageOptions, callback: AsyncCallback\<void>): void;|@ohos.telephony.sms.d.ts|
40|Added|NA|Class name: sms;<br>Method or attribute name: function sendShortMessage(options: SendMessageOptions): Promise\<void>;|@ohos.telephony.sms.d.ts|
41|Added|NA|Class name: sms;<br>Method or attribute name: function getDefaultSmsSimId(callback: AsyncCallback\<number>): void;|@ohos.telephony.sms.d.ts|
42|Added|NA|Class name: sms;<br>Method or attribute name: function getDefaultSmsSimId(): Promise\<number>;|@ohos.telephony.sms.d.ts|
43|Deprecated version changed|Class name: call;<br>Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: call;<br>Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: 9<br>Substitute API: telephony.call#dialCall|@ohos.telephony.call.d.ts|
44|Deprecated version changed|Class name: call;<br>Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>New version information: 9<br>Substitute API: telephony.call#dialCall|@ohos.telephony.call.d.ts|
45|Deprecated version changed|Class name: radio;<br>Method or attribute name: function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>New version information: 10<br>Substitute API: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts|
46|Deprecated version changed|Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>New version information: 10<br>Substitute API: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts|
47|Deprecated version changed|Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>New version information: 10<br>Substitute API: telephony.radio#getNROptionMode|@ohos.telephony.radio.d.ts|
48|Deprecated version changed|Class name: NrOptionMode;<br>Method or attribute name: export enum NrOptionMode<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: export enum NrOptionMode<br>New version information: 10<br>Substitute API: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
49|Deprecated version changed|Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_UNKNOWN<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_UNKNOWN<br>New version information: 10<br>Substitute API: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
50|Deprecated version changed|Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_NSA_ONLY<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_NSA_ONLY<br>New version information: 10<br>Substitute API: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
51|Deprecated version changed|Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_SA_ONLY<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_SA_ONLY<br>New version information: 10<br>Substitute API: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
52|Deprecated version changed|Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_NSA_AND_SA<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_NSA_AND_SA<br>New version information: 10<br>Substitute API: telephony.radio#NROptionMode|@ohos.telephony.radio.d.ts|
53|Deprecated version changed|Class name: sms;<br>Method or attribute name: function sendMessage(options: SendMessageOptions): void;<br>Old version information: |Class name: sms;<br>Method or attribute name: function sendMessage(options: SendMessageOptions): void;<br>New version information: 10<br>Substitute API: telephony.sms#sendShortMessage|@ohos.telephony.sms.d.ts|
54|Error code added|Class name: call;<br>Method or attribute name: function muteRinger(): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function muteRinger(): Promise\<void>;<br>New version information: 201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
55|Error code added|Class name: call;<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: call;<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
56|Error code added|Class name: call;<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise\<boolean>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
57|Error code added|Class name: call;<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: call;<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback\<string>): void;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
58|Error code added|Class name: call;<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\<string>;<br>Old version information: |Class name: call;<br>Method or attribute name: function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise\<string>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
59|Error code added|Class name: call;<br>Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\<string>;<br>Old version information: |Class name: call;<br>Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise\<string>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
60|Error code added|Class name: call;<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
61|Error code added|Class name: call;<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
62|Error code added|Class name: call;<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
63|Error code added|Class name: call;<br>Method or attribute name: function combineConference(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function combineConference(callId: number): Promise\<void>;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
64|Error code added|Class name: call;<br>Method or attribute name: function getMainCallId(callId: number): Promise\<number>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getMainCallId(callId: number): Promise\<number>;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
65|Error code added|Class name: call;<br>Method or attribute name: function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
66|Error code added|Class name: call;<br>Method or attribute name: function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
67|Error code added|Class name: call;<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
68|Error code added|Class name: call;<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
69|Error code added|Class name: call;<br>Method or attribute name: function startDTMF(callId: number, character: string): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function startDTMF(callId: number, character: string): Promise\<void>;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
70|Error code added|Class name: call;<br>Method or attribute name: function stopDTMF(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function stopDTMF(callId: number): Promise\<void>;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
71|Error code added|Class name: call;<br>Method or attribute name: function isInEmergencyCall(): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isInEmergencyCall(): Promise\<boolean>;<br>New version information: 201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
72|Error code added|Class name: call;<br>Method or attribute name: function isNewCallAllowed(): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isNewCallAllowed(): Promise\<boolean>;<br>New version information: 202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
73|Error code added|Class name: call;<br>Method or attribute name: function separateConference(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function separateConference(callId: number): Promise\<void>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
74|Error code added|Class name: call;<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
75|Error code added|Class name: call;<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
76|Error code added|Class name: call;<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
77|Error code added|Class name: call;<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
78|Error code added|Class name: call;<br>Method or attribute name: function isRinging(): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isRinging(): Promise\<boolean>;<br>New version information: 201,202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
79|Error code added|Class name: call;<br>Method or attribute name: function setMuted(): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setMuted(): Promise\<void>;<br>New version information: 202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
80|Error code added|Class name: call;<br>Method or attribute name: function cancelMuted(): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function cancelMuted(): Promise\<void>;<br>New version information: 202,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
81|Error code added|Class name: call;<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
82|Error code added|Class name: call;<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
83|Error code added|Class name: call;<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
84|Error code added|Class name: call;<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
85|Error code added|Class name: call;<br>Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
86|Error code added|Class name: data;<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.data.d.ts|
87|Error code added|Class name: data;<br>Method or attribute name: function isCellularDataEnabled(): Promise\<boolean>;<br>Old version information: |Class name: data;<br>Method or attribute name: function isCellularDataEnabled(): Promise\<boolean>;<br>New version information: 201,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
88|Error code added|Class name: data;<br>Method or attribute name: function enableCellularData(): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function enableCellularData(): Promise\<void>;<br>New version information: 201,202,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
89|Error code added|Class name: data;<br>Method or attribute name: function disableCellularData(): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function disableCellularData(): Promise\<void>;<br>New version information: 201,202,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
90|Error code added|Class name: data;<br>Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>Old version information: |Class name: data;<br>Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>New version information: 201,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
91|Error code added|Class name: data;<br>Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
92|Error code added|Class name: data;<br>Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
93|Error code added|Class name: observer;<br>Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>New version information: 201,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
94|Error code added|Class name: observer;<br>Method or attribute name: function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback\<Array\<SignalInformation>>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback\<Array\<SignalInformation>>): void;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
95|Error code added|Class name: observer;<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
96|Error code added|Class name: observer;<br>Method or attribute name: function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },<br>    callback: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },<br>    callback: Callback\<{ state: DataConnectState, network: RatType }>): void;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
97|Error code added|Class name: observer;<br>Method or attribute name: function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback\<DataFlowType>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback\<DataFlowType>): void;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
98|Error code added|Class name: observer;<br>Method or attribute name: function on(type: 'callStateChange', options: { slotId: number }, callback: Callback\<{ state: CallState, number: string }>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'callStateChange', options: { slotId: number }, callback: Callback\<{ state: CallState, number: string }>): void;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
99|Error code added|Class name: observer;<br>Method or attribute name: function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\<SimStateData>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'simStateChange', options: { slotId: number }, callback: Callback\<SimStateData>): void;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
100|Error code added|Class name: radio;<br>Method or attribute name: function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>New version information: 201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
101|Error code added|Class name: radio;<br>Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>New version information: 201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
102|Error code added|Class name: radio;<br>Method or attribute name: function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>New version information: 201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
103|Error code added|Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
104|Error code added|Class name: radio;<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
105|Error code added|Class name: radio;<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
106|Error code added|Class name: radio;<br>Method or attribute name: function getNetworkSelectionMode(slotId: number): Promise\<NetworkSelectionMode>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNetworkSelectionMode(slotId: number): Promise\<NetworkSelectionMode>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
107|Error code added|Class name: radio;<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
108|Error code added|Class name: radio;<br>Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
109|Error code added|Class name: radio;<br>Method or attribute name: function getISOCountryCodeForNetwork(slotId: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getISOCountryCodeForNetwork(slotId: number): Promise\<string>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
110|Error code added|Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
111|Error code added|Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
112|Error code added|Class name: radio;<br>Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
113|Error code added|Class name: radio;<br>Method or attribute name: function getIMEI(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getIMEI(slotId?: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
114|Error code added|Class name: radio;<br>Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
115|Error code added|Class name: radio;<br>Method or attribute name: function getMEID(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getMEID(slotId?: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
116|Error code added|Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
117|Error code added|Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
118|Error code added|Class name: radio;<br>Method or attribute name: function getPrimarySlotId(): Promise\<number>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getPrimarySlotId(): Promise\<number>;<br>New version information: 8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
119|Error code added|Class name: radio;<br>Method or attribute name: function setPrimarySlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setPrimarySlotId(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.radio.d.ts|
120|Error code added|Class name: radio;<br>Method or attribute name: function getSignalInformation(slotId: number): Promise\<Array\<SignalInformation>>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getSignalInformation(slotId: number): Promise\<Array\<SignalInformation>>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
121|Error code added|Class name: radio;<br>Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void<br>Old version information: |Class name: radio;<br>Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void<br>New version information: 201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
122|Error code added|Class name: radio;<br>Method or attribute name: function isRadioOn(slotId?: number): Promise\<boolean>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function isRadioOn(slotId?: number): Promise\<boolean>;<br>New version information: 201,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
123|Error code added|Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
124|Error code added|Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId?: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId?: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
125|Error code added|Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
126|Error code added|Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId?: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId?: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
127|Error code added|Class name: radio;<br>Method or attribute name: function getOperatorName(slotId: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getOperatorName(slotId: number): Promise\<string>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
128|Error code added|Class name: radio;<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
129|Error code added|Class name: radio;<br>Method or attribute name: function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
130|Error code added|Class name: radio;<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
131|Error code added|Class name: sim;<br>Method or attribute name: function hasOperatorPrivileges(slotId: number): Promise\<boolean>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function hasOperatorPrivileges(slotId: number): Promise\<boolean>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
132|Error code added|Class name: sim;<br>Method or attribute name: function getISOCountryCodeForSim(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getISOCountryCodeForSim(slotId: number): Promise\<string>;<br>New version information: 401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
133|Error code added|Class name: sim;<br>Method or attribute name: function getSimOperatorNumeric(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimOperatorNumeric(slotId: number): Promise\<string>;<br>New version information: 401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
134|Error code added|Class name: sim;<br>Method or attribute name: function getSimSpn(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimSpn(slotId: number): Promise\<string>;<br>New version information: 401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
135|Error code added|Class name: sim;<br>Method or attribute name: function getSimState(slotId: number): Promise\<SimState>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimState(slotId: number): Promise\<SimState>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
136|Error code added|Class name: sim;<br>Method or attribute name: function getCardType(slotId: number): Promise\<CardType>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getCardType(slotId: number): Promise\<CardType>;<br>New version information: 401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
137|Error code added|Class name: sim;<br>Method or attribute name: function getSimIccId(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimIccId(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
138|Error code added|Class name: sim;<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
139|Error code added|Class name: sim;<br>Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
140|Error code added|Class name: sim;<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
141|Error code added|Class name: sim;<br>Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
142|Error code added|Class name: sim;<br>Method or attribute name: function getSimGid1(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimGid1(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
143|Error code added|Class name: sim;<br>Method or attribute name: function getIMSI(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getIMSI(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
144|Error code added|Class name: sim;<br>Method or attribute name: function hasSimCard(slotId: number): Promise\<boolean>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function hasSimCard(slotId: number): Promise\<boolean>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
145|Error code added|Class name: sim;<br>Method or attribute name: function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>New version information: 401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
146|Error code added|Class name: sim;<br>Method or attribute name: function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>New version information: 8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
147|Error code added|Class name: sim;<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.sim.d.ts|
148|Error code added|Class name: sim;<br>Method or attribute name: function activateSim(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function activateSim(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
149|Error code added|Class name: sim;<br>Method or attribute name: function deactivateSim(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function deactivateSim(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
150|Error code added|Class name: sim;<br>Method or attribute name: function setShowName(slotId: number, name: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setShowName(slotId: number, name: string): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
151|Error code added|Class name: sim;<br>Method or attribute name: function getShowName(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getShowName(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
152|Error code added|Class name: sim;<br>Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
153|Error code added|Class name: sim;<br>Method or attribute name: function getShowNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getShowNumber(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
154|Error code added|Class name: sim;<br>Method or attribute name: function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
155|Error code added|Class name: sim;<br>Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
156|Error code added|Class name: sim;<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
157|Error code added|Class name: sim;<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
158|Error code added|Class name: sim;<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
159|Error code added|Class name: sim;<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
160|Error code added|Class name: sim;<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
161|Error code added|Class name: sim;<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
162|Error code added|Class name: sim;<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
163|Error code added|Class name: sim;<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
164|Error code added|Class name: sim;<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
165|Error code added|Class name: sim;<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
166|Error code added|Class name: sim;<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
167|Error code added|Class name: sim;<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
168|Error code added|Class name: sim;<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
169|Error code added|Class name: sim;<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
170|Error code added|Class name: sim;<br>Method or attribute name: function getOpKey(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getOpKey(slotId: number): Promise\<string>;<br>New version information: 401,801,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
171|Error code added|Class name: sim;<br>Method or attribute name: function getOpName(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getOpName(slotId: number): Promise\<string>;<br>New version information: 401,801,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
172|Error code added|Class name: sms;<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
173|Error code added|Class name: sms;<br>Method or attribute name: function createMessage(pdu: Array\<number>, specification: string): Promise\<ShortMessage>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function createMessage(pdu: Array\<number>, specification: string): Promise\<ShortMessage>;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
174|Error code added|Class name: sms;<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sms.d.ts|
175|Error code added|Class name: sms;<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
176|Error code added|Class name: sms;<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
177|Error code added|Class name: sms;<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
178|Error code added|Class name: sms;<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
179|Error code added|Class name: sms;<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
180|Error code added|Class name: sms;<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
181|Error code added|Class name: sms;<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
182|Error code added|Class name: sms;<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
183|Error code added|Class name: sms;<br>Method or attribute name: function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
184|Error code added|Class name: sms;<br>Method or attribute name: function getImsShortMessageFormat(): Promise\<string>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getImsShortMessageFormat(): Promise\<string>;<br>New version information: 202,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
185|Error code added|Class name: sms;<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
186|Error code added|Class name: sms;<br>Method or attribute name: function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
187|Error code changed|Class name: call;<br>Method or attribute name: function dialCall(phoneNumber: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function dialCall(phoneNumber: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300005,8300006,8300999|@ohos.telephony.call.d.ts|
188|Error code changed|Class name: call;<br>Method or attribute name: function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300005,8300006,8300999|@ohos.telephony.call.d.ts|
189|Error code changed|Class name: call;<br>Method or attribute name: function dialCall(phoneNumber: string, options?: DialCallOptions): Promise\<void>;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function dialCall(phoneNumber: string, options?: DialCallOptions): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300005,8300006,8300999|@ohos.telephony.call.d.ts|
190|Error code changed|Class name: call;<br>Method or attribute name: function muteRinger(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function muteRinger(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
191|Error code changed|Class name: call;<br>Method or attribute name: function answerCall(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function answerCall(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
192|Error code changed|Class name: call;<br>Method or attribute name: function answerCall(callId?: number): Promise\<void>;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function answerCall(callId?: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
193|Error code changed|Class name: call;<br>Method or attribute name: function answerCall(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function answerCall(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
194|Error code changed|Class name: call;<br>Method or attribute name: function hangUpCall(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function hangUpCall(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
195|Error code changed|Class name: call;<br>Method or attribute name: function hangUpCall(callId?: number): Promise\<void>;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function hangUpCall(callId?: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
196|Error code changed|Class name: call;<br>Method or attribute name: function hangUpCall(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function hangUpCall(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
197|Error code changed|Class name: call;<br>Method or attribute name: function rejectCall(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function rejectCall(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
198|Error code changed|Class name: call;<br>Method or attribute name: function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
199|Error code changed|Class name: call;<br>Method or attribute name: function rejectCall(callId?: number, options?: RejectMessageOptions): Promise\<void>;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function rejectCall(callId?: number, options?: RejectMessageOptions): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
200|Error code changed|Class name: call;<br>Method or attribute name: function rejectCall(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function rejectCall(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
201|Error code changed|Class name: call;<br>Method or attribute name: function rejectCall(options: RejectMessageOptions, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function rejectCall(options: RejectMessageOptions, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
202|Error code changed|Class name: call;<br>Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function holdCall(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
203|Error code changed|Class name: call;<br>Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
204|Error code changed|Class name: call;<br>Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function switchCall(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
205|Error code changed|Class name: call;<br>Method or attribute name: function combineConference(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function combineConference(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
206|Error code changed|Class name: call;<br>Method or attribute name: function getMainCallId(callId: number, callback: AsyncCallback\<number>): void;<br>Old version information: 401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function getMainCallId(callId: number, callback: AsyncCallback\<number>): void;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
207|Error code changed|Class name: call;<br>Method or attribute name: function getSubCallIdList(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function getSubCallIdList(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
208|Error code changed|Class name: call;<br>Method or attribute name: function getCallIdListForConference(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function getCallIdListForConference(callId: number, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
209|Error code changed|Class name: call;<br>Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\<CallWaitingStatus>): void;<br>Old version information: 201,401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback\<CallWaitingStatus>): void;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
210|Error code changed|Class name: call;<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
211|Error code changed|Class name: call;<br>Method or attribute name: function startDTMF(callId: number, character: string, callback: AsyncCallback\<void>): void;<br>Old version information: 401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function startDTMF(callId: number, character: string, callback: AsyncCallback\<void>): void;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
212|Error code changed|Class name: call;<br>Method or attribute name: function stopDTMF(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function stopDTMF(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
213|Error code changed|Class name: call;<br>Method or attribute name: function isInEmergencyCall(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function isInEmergencyCall(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
214|Error code changed|Class name: call;<br>Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\<CallAttributeOptions>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function on(type: 'callDetailsChange', callback: Callback\<CallAttributeOptions>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
215|Error code changed|Class name: call;<br>Method or attribute name: function on(type: 'callEventChange', callback: Callback\<CallEventOptions>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function on(type: 'callEventChange', callback: Callback\<CallEventOptions>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
216|Error code changed|Class name: call;<br>Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\<DisconnectedDetails>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback\<DisconnectedDetails>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
217|Error code changed|Class name: call;<br>Method or attribute name: function on(type: 'mmiCodeResult', callback: Callback\<MmiCodeResults>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function on(type: 'mmiCodeResult', callback: Callback\<MmiCodeResults>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
218|Error code changed|Class name: call;<br>Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\<CallAttributeOptions>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback\<CallAttributeOptions>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
219|Error code changed|Class name: call;<br>Method or attribute name: function off(type: 'callEventChange', callback?: Callback\<CallEventOptions>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function off(type: 'callEventChange', callback?: Callback\<CallEventOptions>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
220|Error code changed|Class name: call;<br>Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\<DisconnectedDetails>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback\<DisconnectedDetails>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
221|Error code changed|Class name: call;<br>Method or attribute name: function off(type: 'mmiCodeResult', callback?: Callback\<MmiCodeResults>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function off(type: 'mmiCodeResult', callback?: Callback\<MmiCodeResults>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
222|Error code changed|Class name: call;<br>Method or attribute name: function isNewCallAllowed(callback: AsyncCallback\<boolean>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function isNewCallAllowed(callback: AsyncCallback\<boolean>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
223|Error code changed|Class name: call;<br>Method or attribute name: function separateConference(callId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function separateConference(callId: number, callback: AsyncCallback\<void>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
224|Error code changed|Class name: call;<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\<RestrictionStatus>): void;<br>Old version information: 201,401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback\<RestrictionStatus>): void;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
225|Error code changed|Class name: call;<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
226|Error code changed|Class name: call;<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\<CallTransferResult>): void;<br>Old version information: 201,401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback\<CallTransferResult>): void;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
227|Error code changed|Class name: call;<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,801,8300001,8300002,8300003|Class name: call;<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,801,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
228|Error code changed|Class name: call;<br>Method or attribute name: function isRinging(callback: AsyncCallback\<boolean>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function isRinging(callback: AsyncCallback\<boolean>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
229|Error code changed|Class name: call;<br>Method or attribute name: function setMuted(callback: AsyncCallback\<void>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function setMuted(callback: AsyncCallback\<void>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
230|Error code changed|Class name: call;<br>Method or attribute name: function cancelMuted(callback: AsyncCallback\<void>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function cancelMuted(callback: AsyncCallback\<void>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
231|Error code changed|Class name: call;<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
232|Error code changed|Class name: call;<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>, callback: AsyncCallback\<void>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>, callback: AsyncCallback\<void>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
233|Error code changed|Class name: call;<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback\<void>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback\<void>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
234|Error code changed|Class name: call;<br>Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
235|Error code changed|Class name: call;<br>Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
236|Error code changed|Class name: call;<br>Method or attribute name: function isImsSwitchEnabled(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function isImsSwitchEnabled(slotId: number, callback: AsyncCallback\<boolean>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.call.d.ts|
237|Error code changed|Class name: call;<br>Method or attribute name: function inputDialerSpecialCode(inputCode: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,202,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function inputDialerSpecialCode(inputCode: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
238|Error code changed|Class name: call;<br>Method or attribute name: function inputDialerSpecialCode(inputCode: string): Promise\<void>;<br>Old version information: 201,202,401,8300001,8300002,8300003,8300999|Class name: call;<br>Method or attribute name: function inputDialerSpecialCode(inputCode: string): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003|@ohos.telephony.call.d.ts|
239|Error code changed|Class name: data;<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301001|Class name: data;<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.data.d.ts|
240|Error code changed|Class name: data;<br>Method or attribute name: function enableCellularData(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: data;<br>Method or attribute name: function enableCellularData(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
241|Error code changed|Class name: data;<br>Method or attribute name: function disableCellularData(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: data;<br>Method or attribute name: function disableCellularData(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
242|Error code changed|Class name: data;<br>Method or attribute name: function enableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: data;<br>Method or attribute name: function enableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
243|Error code changed|Class name: data;<br>Method or attribute name: function disableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: data;<br>Method or attribute name: function disableCellularDataRoaming(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.data.d.ts|
244|Error code changed|Class name: observer;<br>Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\<Array\<CellInformation>>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: observer;<br>Method or attribute name: function on(type: 'cellInfoChange', callback: Callback\<Array\<CellInformation>>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
245|Error code changed|Class name: observer;<br>Method or attribute name: function off(type: 'cellInfoChange', callback?: Callback\<Array\<CellInformation>>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: observer;<br>Method or attribute name: function off(type: 'cellInfoChange', callback?: Callback\<Array\<CellInformation>>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.observer.d.ts|
246|Error code changed|Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
247|Error code changed|Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId?: number): Promise\<void>;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId?: number): Promise\<void>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
248|Error code changed|Class name: radio;<br>Method or attribute name: function getCellInformation(callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getCellInformation(callback: AsyncCallback\<Array\<CellInformation>>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
249|Error code changed|Class name: radio;<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
250|Error code changed|Class name: radio;<br>Method or attribute name: function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\<NetworkSearchResult>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getNetworkSearchInformation(slotId: number, callback: AsyncCallback\<NetworkSearchResult>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
251|Error code changed|Class name: radio;<br>Method or attribute name: function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getNrOptionMode(callback: AsyncCallback\<NrOptionMode>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
252|Error code changed|Class name: radio;<br>Method or attribute name: function getIMEI(callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getIMEI(callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
253|Error code changed|Class name: radio;<br>Method or attribute name: function getMEID(callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getMEID(callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
254|Error code changed|Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
255|Error code changed|Class name: radio;<br>Method or attribute name: function getPrimarySlotId(callback: AsyncCallback\<number>): void;<br>Old version information: 8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getPrimarySlotId(callback: AsyncCallback\<number>): void;<br>New version information: 401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
256|Error code changed|Class name: radio;<br>Method or attribute name: function setPrimarySlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: radio;<br>Method or attribute name: function setPrimarySlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.radio.d.ts|
257|Error code changed|Class name: radio;<br>Method or attribute name: function turnOnRadio(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function turnOnRadio(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
258|Error code changed|Class name: radio;<br>Method or attribute name: function turnOffRadio(callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function turnOffRadio(callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
259|Error code changed|Class name: radio;<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
260|Error code changed|Class name: radio;<br>Method or attribute name: function getPreferredNetwork(slotId: number, callback: AsyncCallback\<PreferredNetworkMode>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getPreferredNetwork(slotId: number, callback: AsyncCallback\<PreferredNetworkMode>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
261|Error code changed|Class name: radio;<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\<ImsRegInfo>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback\<ImsRegInfo>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
262|Error code changed|Class name: radio;<br>Method or attribute name: function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback\<ImsRegInfo>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback\<ImsRegInfo>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
263|Error code changed|Class name: radio;<br>Method or attribute name: function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback\<ImsRegInfo>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback\<ImsRegInfo>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
264|Error code changed|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
265|Error code changed|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: number): Promise\<string>;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: number): Promise\<string>;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.radio.d.ts|
266|Error code changed|Class name: sim;<br>Method or attribute name: function getSimIccId(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getSimIccId(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
267|Error code changed|Class name: sim;<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
268|Error code changed|Class name: sim;<br>Method or attribute name: function getVoiceMailNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getVoiceMailNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
269|Error code changed|Class name: sim;<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
270|Error code changed|Class name: sim;<br>Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
271|Error code changed|Class name: sim;<br>Method or attribute name: function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getSimGid1(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
272|Error code changed|Class name: sim;<br>Method or attribute name: function getIMSI(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getIMSI(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
273|Error code changed|Class name: sim;<br>Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>New version information: 401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
274|Error code changed|Class name: sim;<br>Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>New version information: 401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
275|Error code changed|Class name: sim;<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301001|Class name: sim;<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301001|@ohos.telephony.sim.d.ts|
276|Error code changed|Class name: sim;<br>Method or attribute name: function activateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function activateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
277|Error code changed|Class name: sim;<br>Method or attribute name: function deactivateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function deactivateSim(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
278|Error code changed|Class name: sim;<br>Method or attribute name: function setShowName(slotId: number, name: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function setShowName(slotId: number, name: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
279|Error code changed|Class name: sim;<br>Method or attribute name: function getShowName(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getShowName(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
280|Error code changed|Class name: sim;<br>Method or attribute name: function setShowNumber(slotId: number, number: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function setShowNumber(slotId: number, number: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
281|Error code changed|Class name: sim;<br>Method or attribute name: function getShowNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function getShowNumber(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
282|Error code changed|Class name: sim;<br>Method or attribute name: function getOperatorConfigs(slotId: number, callback: AsyncCallback\<Array\<OperatorConfig>>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sim;<br>Method or attribute name: function getOperatorConfigs(slotId: number, callback: AsyncCallback\<Array\<OperatorConfig>>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sim.d.ts|
283|Error code changed|Class name: sim;<br>Method or attribute name: function unlockPin(slotId: number, pin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function unlockPin(slotId: number, pin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
284|Error code changed|Class name: sim;<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
285|Error code changed|Class name: sim;<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
286|Error code changed|Class name: sim;<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
287|Error code changed|Class name: sim;<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
288|Error code changed|Class name: sim;<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
289|Error code changed|Class name: sim;<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback\<LockStatusResponse>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
290|Error code changed|Class name: sim;<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback\<Array\<DiallingNumbersInfo>>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback\<Array\<DiallingNumbersInfo>>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
291|Error code changed|Class name: sim;<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
292|Error code changed|Class name: sim;<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
293|Error code changed|Class name: sim;<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
294|Error code changed|Class name: sim;<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\<LockState>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback\<LockState>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
295|Error code changed|Class name: sim;<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
296|Error code changed|Class name: sim;<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sim;<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sim.d.ts|
297|Error code changed|Class name: sim;<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002|Class name: sim;<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback\<LockStatusResponse>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002|@ohos.telephony.sim.d.ts|
298|Error code changed|Class name: sms;<br>Method or attribute name: function splitMessage(content: string, callback: AsyncCallback\<Array\<string>>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function splitMessage(content: string, callback: AsyncCallback\<Array\<string>>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
299|Error code changed|Class name: sms;<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300004,8300999|Class name: sms;<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999|@ohos.telephony.sms.d.ts|
300|Error code changed|Class name: sms;<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
301|Error code changed|Class name: sms;<br>Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
302|Error code changed|Class name: sms;<br>Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
303|Error code changed|Class name: sms;<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
304|Error code changed|Class name: sms;<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
305|Error code changed|Class name: sms;<br>Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallback\<Array\<SimShortMessage>>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallback\<Array\<SimShortMessage>>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
306|Error code changed|Class name: sms;<br>Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCallback\<void>): void;<br>Old version information: 201,401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCallback\<void>): void;<br>New version information: 201,202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
307|Error code changed|Class name: sms;<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback\<SmsSegmentsInfo>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback\<SmsSegmentsInfo>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
308|Error code changed|Class name: sms;<br>Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallback\<boolean>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallback\<boolean>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
309|Error code changed|Class name: sms;<br>Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback\<string>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback\<string>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
310|Error code changed|Class name: sms;<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>, callback: AsyncCallback\<MmsInformation>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>, callback: AsyncCallback\<MmsInformation>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
311|Error code changed|Class name: sms;<br>Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback\<Array\<number>>): void;<br>Old version information: 401,8300001,8300002,8300003,8300999|Class name: sms;<br>Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback\<Array\<number>>): void;<br>New version information: 202,401,8300001,8300002,8300003,8300999|@ohos.telephony.sms.d.ts|
312|Access level changed|Class name: call;<br>Method or attribute name: function muteRinger(): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function muteRinger(): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
313|Access level changed|Class name: call;<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
314|Access level changed|Class name: call;<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
315|Access level changed|Class name: call;<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
316|Access level changed|Class name: call;<br>Method or attribute name: function combineConference(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function combineConference(callId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
317|Access level changed|Class name: call;<br>Method or attribute name: function getMainCallId(callId: number): Promise\<number>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getMainCallId(callId: number): Promise\<number>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
318|Access level changed|Class name: call;<br>Method or attribute name: function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getSubCallIdList(callId: number): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
319|Access level changed|Class name: call;<br>Method or attribute name: function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallIdListForConference(callId: number): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
320|Access level changed|Class name: call;<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
321|Access level changed|Class name: call;<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
322|Access level changed|Class name: call;<br>Method or attribute name: function startDTMF(callId: number, character: string): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function startDTMF(callId: number, character: string): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
323|Access level changed|Class name: call;<br>Method or attribute name: function stopDTMF(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function stopDTMF(callId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
324|Access level changed|Class name: call;<br>Method or attribute name: function isInEmergencyCall(): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isInEmergencyCall(): Promise\<boolean>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
325|Access level changed|Class name: call;<br>Method or attribute name: function isNewCallAllowed(): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isNewCallAllowed(): Promise\<boolean>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
326|Access level changed|Class name: call;<br>Method or attribute name: function separateConference(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function separateConference(callId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
327|Access level changed|Class name: call;<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
328|Access level changed|Class name: call;<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
329|Access level changed|Class name: call;<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
330|Access level changed|Class name: call;<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
331|Access level changed|Class name: call;<br>Method or attribute name: function isRinging(): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isRinging(): Promise\<boolean>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
332|Access level changed|Class name: call;<br>Method or attribute name: function setMuted(): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setMuted(): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
333|Access level changed|Class name: call;<br>Method or attribute name: function cancelMuted(): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function cancelMuted(): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
334|Access level changed|Class name: call;<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array\<string>): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
335|Access level changed|Class name: call;<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
336|Access level changed|Class name: call;<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
337|Access level changed|Class name: call;<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
338|Access level changed|Class name: call;<br>Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise\<boolean>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
339|Access level changed|Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_AUDIO_ONLY = 0<br>Old version information: |Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_AUDIO_ONLY = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
340|Access level changed|Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_SEND_ONLY<br>Old version information: |Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_SEND_ONLY<br>New version information: systemapi|@ohos.telephony.call.d.ts|
341|Access level changed|Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_RECEIVE_ONLY<br>Old version information: |Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_RECEIVE_ONLY<br>New version information: systemapi|@ohos.telephony.call.d.ts|
342|Access level changed|Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_SEND_RECEIVE<br>Old version information: |Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_SEND_RECEIVE<br>New version information: systemapi|@ohos.telephony.call.d.ts|
343|Access level changed|Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_VIDEO_PAUSED<br>Old version information: |Class name: ImsCallMode;<br>Method or attribute name: CALL_MODE_VIDEO_PAUSED<br>New version information: systemapi|@ohos.telephony.call.d.ts|
344|Access level changed|Class name: VoNRState;<br>Method or attribute name: VONR_STATE_ON = 1<br>Old version information: |Class name: VoNRState;<br>Method or attribute name: VONR_STATE_ON = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
345|Access level changed|Class name: AudioDeviceType;<br>Method or attribute name: DEVICE_EARPIECE<br>Old version information: |Class name: AudioDeviceType;<br>Method or attribute name: DEVICE_EARPIECE<br>New version information: systemapi|@ohos.telephony.call.d.ts|
346|Access level changed|Class name: AudioDeviceType;<br>Method or attribute name: DEVICE_SPEAKER<br>Old version information: |Class name: AudioDeviceType;<br>Method or attribute name: DEVICE_SPEAKER<br>New version information: systemapi|@ohos.telephony.call.d.ts|
347|Access level changed|Class name: AudioDeviceType;<br>Method or attribute name: DEVICE_WIRED_HEADSET<br>Old version information: |Class name: AudioDeviceType;<br>Method or attribute name: DEVICE_WIRED_HEADSET<br>New version information: systemapi|@ohos.telephony.call.d.ts|
348|Access level changed|Class name: AudioDeviceType;<br>Method or attribute name: DEVICE_BLUETOOTH_SCO<br>Old version information: |Class name: AudioDeviceType;<br>Method or attribute name: DEVICE_BLUETOOTH_SCO<br>New version information: systemapi|@ohos.telephony.call.d.ts|
349|Access level changed|Class name: AudioDeviceInfo;<br>Method or attribute name: audioDeviceList: Array\<AudioDevice>;<br>Old version information: |Class name: AudioDeviceInfo;<br>Method or attribute name: audioDeviceList: Array\<AudioDevice>;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
350|Access level changed|Class name: AudioDeviceInfo;<br>Method or attribute name: currentAudioDevice: AudioDevice;<br>Old version information: |Class name: AudioDeviceInfo;<br>Method or attribute name: currentAudioDevice: AudioDevice;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
351|Access level changed|Class name: AudioDeviceInfo;<br>Method or attribute name: isMuted: boolean;<br>Old version information: |Class name: AudioDeviceInfo;<br>Method or attribute name: isMuted: boolean;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
352|Access level changed|Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_ALL_INCOMING = 0<br>Old version information: |Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_ALL_INCOMING = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
353|Access level changed|Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_ALL_OUTGOING<br>Old version information: |Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_ALL_OUTGOING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
354|Access level changed|Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_INTERNATIONAL<br>Old version information: |Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_INTERNATIONAL<br>New version information: systemapi|@ohos.telephony.call.d.ts|
355|Access level changed|Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_INTERNATIONAL_EXCLUDING_HOME<br>Old version information: |Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_INTERNATIONAL_EXCLUDING_HOME<br>New version information: systemapi|@ohos.telephony.call.d.ts|
356|Access level changed|Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_ROAMING_INCOMING<br>Old version information: |Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_ROAMING_INCOMING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
357|Access level changed|Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_ALL_CALLS<br>Old version information: |Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_ALL_CALLS<br>New version information: systemapi|@ohos.telephony.call.d.ts|
358|Access level changed|Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_OUTGOING_SERVICES<br>Old version information: |Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_OUTGOING_SERVICES<br>New version information: systemapi|@ohos.telephony.call.d.ts|
359|Access level changed|Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_INCOMING_SERVICES<br>Old version information: |Class name: CallRestrictionType;<br>Method or attribute name: RESTRICTION_TYPE_INCOMING_SERVICES<br>New version information: systemapi|@ohos.telephony.call.d.ts|
360|Access level changed|Class name: CallTransferInfo;<br>Method or attribute name: transferNum: string;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: transferNum: string;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
361|Access level changed|Class name: CallTransferInfo;<br>Method or attribute name: type: CallTransferType;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: type: CallTransferType;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
362|Access level changed|Class name: CallTransferInfo;<br>Method or attribute name: settingType: CallTransferSettingType;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: settingType: CallTransferSettingType;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
363|Access level changed|Class name: CallTransferInfo;<br>Method or attribute name: startHour?: number;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: startHour?: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
364|Access level changed|Class name: CallTransferInfo;<br>Method or attribute name: startMinute?: number;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: startMinute?: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
365|Access level changed|Class name: CallTransferInfo;<br>Method or attribute name: endHour?: number;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: endHour?: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
366|Access level changed|Class name: CallTransferInfo;<br>Method or attribute name: endMinute?: number;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: endMinute?: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
367|Access level changed|Class name: CallTransferType;<br>Method or attribute name: TRANSFER_TYPE_UNCONDITIONAL = 0<br>Old version information: |Class name: CallTransferType;<br>Method or attribute name: TRANSFER_TYPE_UNCONDITIONAL = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
368|Access level changed|Class name: CallTransferType;<br>Method or attribute name: TRANSFER_TYPE_BUSY<br>Old version information: |Class name: CallTransferType;<br>Method or attribute name: TRANSFER_TYPE_BUSY<br>New version information: systemapi|@ohos.telephony.call.d.ts|
369|Access level changed|Class name: CallTransferType;<br>Method or attribute name: TRANSFER_TYPE_NO_REPLY<br>Old version information: |Class name: CallTransferType;<br>Method or attribute name: TRANSFER_TYPE_NO_REPLY<br>New version information: systemapi|@ohos.telephony.call.d.ts|
370|Access level changed|Class name: CallTransferType;<br>Method or attribute name: TRANSFER_TYPE_NOT_REACHABLE<br>Old version information: |Class name: CallTransferType;<br>Method or attribute name: TRANSFER_TYPE_NOT_REACHABLE<br>New version information: systemapi|@ohos.telephony.call.d.ts|
371|Access level changed|Class name: CallTransferSettingType;<br>Method or attribute name: CALL_TRANSFER_DISABLE = 0<br>Old version information: |Class name: CallTransferSettingType;<br>Method or attribute name: CALL_TRANSFER_DISABLE = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
372|Access level changed|Class name: CallTransferSettingType;<br>Method or attribute name: CALL_TRANSFER_ENABLE = 1<br>Old version information: |Class name: CallTransferSettingType;<br>Method or attribute name: CALL_TRANSFER_ENABLE = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
373|Access level changed|Class name: CallTransferSettingType;<br>Method or attribute name: CALL_TRANSFER_REGISTRATION = 3<br>Old version information: |Class name: CallTransferSettingType;<br>Method or attribute name: CALL_TRANSFER_REGISTRATION = 3<br>New version information: systemapi|@ohos.telephony.call.d.ts|
374|Access level changed|Class name: CallTransferSettingType;<br>Method or attribute name: CALL_TRANSFER_ERASURE = 4<br>Old version information: |Class name: CallTransferSettingType;<br>Method or attribute name: CALL_TRANSFER_ERASURE = 4<br>New version information: systemapi|@ohos.telephony.call.d.ts|
375|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: accountNumber: string;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: accountNumber: string;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
376|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: speakerphoneOn: boolean;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: speakerphoneOn: boolean;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
377|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: accountId: number;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: accountId: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
378|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: videoState: VideoStateType;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: videoState: VideoStateType;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
379|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: startTime: number;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: startTime: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
380|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: isEcc: boolean;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: isEcc: boolean;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
381|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: callType: CallType;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: callType: CallType;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
382|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: callId: number;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: callId: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
383|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: callState: DetailedCallState;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: callState: DetailedCallState;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
384|Access level changed|Class name: CallAttributeOptions;<br>Method or attribute name: conferenceState: ConferenceState;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: conferenceState: ConferenceState;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
385|Access level changed|Class name: ConferenceState;<br>Method or attribute name: TEL_CONFERENCE_IDLE = 0<br>Old version information: |Class name: ConferenceState;<br>Method or attribute name: TEL_CONFERENCE_IDLE = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
386|Access level changed|Class name: ConferenceState;<br>Method or attribute name: TEL_CONFERENCE_ACTIVE<br>Old version information: |Class name: ConferenceState;<br>Method or attribute name: TEL_CONFERENCE_ACTIVE<br>New version information: systemapi|@ohos.telephony.call.d.ts|
387|Access level changed|Class name: ConferenceState;<br>Method or attribute name: TEL_CONFERENCE_DISCONNECTING<br>Old version information: |Class name: ConferenceState;<br>Method or attribute name: TEL_CONFERENCE_DISCONNECTING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
388|Access level changed|Class name: ConferenceState;<br>Method or attribute name: TEL_CONFERENCE_DISCONNECTED<br>Old version information: |Class name: ConferenceState;<br>Method or attribute name: TEL_CONFERENCE_DISCONNECTED<br>New version information: systemapi|@ohos.telephony.call.d.ts|
389|Access level changed|Class name: CallType;<br>Method or attribute name: TYPE_CS = 0<br>Old version information: |Class name: CallType;<br>Method or attribute name: TYPE_CS = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
390|Access level changed|Class name: CallType;<br>Method or attribute name: TYPE_IMS = 1<br>Old version information: |Class name: CallType;<br>Method or attribute name: TYPE_IMS = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
391|Access level changed|Class name: CallType;<br>Method or attribute name: TYPE_OTT = 2<br>Old version information: |Class name: CallType;<br>Method or attribute name: TYPE_OTT = 2<br>New version information: systemapi|@ohos.telephony.call.d.ts|
392|Access level changed|Class name: CallType;<br>Method or attribute name: TYPE_ERR_CALL = 3<br>Old version information: |Class name: CallType;<br>Method or attribute name: TYPE_ERR_CALL = 3<br>New version information: systemapi|@ohos.telephony.call.d.ts|
393|Access level changed|Class name: VideoStateType;<br>Method or attribute name: TYPE_VOICE = 0<br>Old version information: |Class name: VideoStateType;<br>Method or attribute name: TYPE_VOICE = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
394|Access level changed|Class name: VideoStateType;<br>Method or attribute name: TYPE_VIDEO<br>Old version information: |Class name: VideoStateType;<br>Method or attribute name: TYPE_VIDEO<br>New version information: systemapi|@ohos.telephony.call.d.ts|
395|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_ACTIVE = 0<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_ACTIVE = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
396|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_HOLDING<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_HOLDING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
397|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_DIALING<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_DIALING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
398|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_ALERTING<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_ALERTING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
399|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_INCOMING<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_INCOMING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
400|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_WAITING<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_WAITING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
401|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_DISCONNECTED<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_DISCONNECTED<br>New version information: systemapi|@ohos.telephony.call.d.ts|
402|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_DISCONNECTING<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_DISCONNECTING<br>New version information: systemapi|@ohos.telephony.call.d.ts|
403|Access level changed|Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_IDLE<br>Old version information: |Class name: DetailedCallState;<br>Method or attribute name: CALL_STATUS_IDLE<br>New version information: systemapi|@ohos.telephony.call.d.ts|
404|Access level changed|Class name: CallRestrictionInfo;<br>Method or attribute name: type: CallRestrictionType;<br>Old version information: |Class name: CallRestrictionInfo;<br>Method or attribute name: type: CallRestrictionType;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
405|Access level changed|Class name: CallRestrictionInfo;<br>Method or attribute name: password: string;<br>Old version information: |Class name: CallRestrictionInfo;<br>Method or attribute name: password: string;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
406|Access level changed|Class name: CallRestrictionInfo;<br>Method or attribute name: mode: CallRestrictionMode;<br>Old version information: |Class name: CallRestrictionInfo;<br>Method or attribute name: mode: CallRestrictionMode;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
407|Access level changed|Class name: CallRestrictionMode;<br>Method or attribute name: RESTRICTION_MODE_DEACTIVATION = 0<br>Old version information: |Class name: CallRestrictionMode;<br>Method or attribute name: RESTRICTION_MODE_DEACTIVATION = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
408|Access level changed|Class name: CallRestrictionMode;<br>Method or attribute name: RESTRICTION_MODE_ACTIVATION<br>Old version information: |Class name: CallRestrictionMode;<br>Method or attribute name: RESTRICTION_MODE_ACTIVATION<br>New version information: systemapi|@ohos.telephony.call.d.ts|
409|Access level changed|Class name: CallEventOptions;<br>Method or attribute name: eventId: CallAbilityEventId,<br>Old version information: |Class name: CallEventOptions;<br>Method or attribute name: eventId: CallAbilityEventId,<br>New version information: systemapi|@ohos.telephony.call.d.ts|
410|Access level changed|Class name: CallAbilityEventId;<br>Method or attribute name: EVENT_DIAL_NO_CARRIER = 1<br>Old version information: |Class name: CallAbilityEventId;<br>Method or attribute name: EVENT_DIAL_NO_CARRIER = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
411|Access level changed|Class name: CallAbilityEventId;<br>Method or attribute name: EVENT_INVALID_FDN_NUMBER<br>Old version information: |Class name: CallAbilityEventId;<br>Method or attribute name: EVENT_INVALID_FDN_NUMBER<br>New version information: systemapi|@ohos.telephony.call.d.ts|
412|Access level changed|Class name: DialScene;<br>Method or attribute name: CALL_NORMAL = 0<br>Old version information: |Class name: DialScene;<br>Method or attribute name: CALL_NORMAL = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
413|Access level changed|Class name: DialScene;<br>Method or attribute name: CALL_PRIVILEGED = 1<br>Old version information: |Class name: DialScene;<br>Method or attribute name: CALL_PRIVILEGED = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
414|Access level changed|Class name: DialScene;<br>Method or attribute name: CALL_EMERGENCY = 2<br>Old version information: |Class name: DialScene;<br>Method or attribute name: CALL_EMERGENCY = 2<br>New version information: systemapi|@ohos.telephony.call.d.ts|
415|Access level changed|Class name: DialType;<br>Method or attribute name: DIAL_CARRIER_TYPE = 0<br>Old version information: |Class name: DialType;<br>Method or attribute name: DIAL_CARRIER_TYPE = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
416|Access level changed|Class name: DialType;<br>Method or attribute name: DIAL_VOICE_MAIL_TYPE = 1<br>Old version information: |Class name: DialType;<br>Method or attribute name: DIAL_VOICE_MAIL_TYPE = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
417|Access level changed|Class name: DialType;<br>Method or attribute name: DIAL_OTT_TYPE = 2<br>Old version information: |Class name: DialType;<br>Method or attribute name: DIAL_OTT_TYPE = 2<br>New version information: systemapi|@ohos.telephony.call.d.ts|
418|Access level changed|Class name: RejectMessageOptions;<br>Method or attribute name: messageContent: string;<br>Old version information: |Class name: RejectMessageOptions;<br>Method or attribute name: messageContent: string;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
419|Access level changed|Class name: CallTransferResult;<br>Method or attribute name: status: TransferStatus;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: status: TransferStatus;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
420|Access level changed|Class name: CallTransferResult;<br>Method or attribute name: number: string;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: number: string;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
421|Access level changed|Class name: CallTransferResult;<br>Method or attribute name: startHour: number;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: startHour: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
422|Access level changed|Class name: CallTransferResult;<br>Method or attribute name: startMinute: number;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: startMinute: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
423|Access level changed|Class name: CallTransferResult;<br>Method or attribute name: endHour: number;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: endHour: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
424|Access level changed|Class name: CallTransferResult;<br>Method or attribute name: endMinute: number;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: endMinute: number;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
425|Access level changed|Class name: CallWaitingStatus;<br>Method or attribute name: CALL_WAITING_DISABLE = 0<br>Old version information: |Class name: CallWaitingStatus;<br>Method or attribute name: CALL_WAITING_DISABLE = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
426|Access level changed|Class name: CallWaitingStatus;<br>Method or attribute name: CALL_WAITING_ENABLE = 1<br>Old version information: |Class name: CallWaitingStatus;<br>Method or attribute name: CALL_WAITING_ENABLE = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
427|Access level changed|Class name: RestrictionStatus;<br>Method or attribute name: RESTRICTION_DISABLE = 0<br>Old version information: |Class name: RestrictionStatus;<br>Method or attribute name: RESTRICTION_DISABLE = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
428|Access level changed|Class name: RestrictionStatus;<br>Method or attribute name: RESTRICTION_ENABLE = 1<br>Old version information: |Class name: RestrictionStatus;<br>Method or attribute name: RESTRICTION_ENABLE = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
429|Access level changed|Class name: TransferStatus;<br>Method or attribute name: TRANSFER_DISABLE = 0<br>Old version information: |Class name: TransferStatus;<br>Method or attribute name: TRANSFER_DISABLE = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
430|Access level changed|Class name: TransferStatus;<br>Method or attribute name: TRANSFER_ENABLE = 1<br>Old version information: |Class name: TransferStatus;<br>Method or attribute name: TRANSFER_ENABLE = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
431|Access level changed|Class name: MmiCodeResults;<br>Method or attribute name: result: MmiCodeResult;<br>Old version information: |Class name: MmiCodeResults;<br>Method or attribute name: result: MmiCodeResult;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
432|Access level changed|Class name: MmiCodeResults;<br>Method or attribute name: message: string;<br>Old version information: |Class name: MmiCodeResults;<br>Method or attribute name: message: string;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
433|Access level changed|Class name: DisconnectedDetails;<br>Method or attribute name: message: string;<br>Old version information: |Class name: DisconnectedDetails;<br>Method or attribute name: message: string;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
434|Access level changed|Class name: MmiCodeResult;<br>Method or attribute name: MMI_CODE_SUCCESS = 0<br>Old version information: |Class name: MmiCodeResult;<br>Method or attribute name: MMI_CODE_SUCCESS = 0<br>New version information: systemapi|@ohos.telephony.call.d.ts|
435|Access level changed|Class name: MmiCodeResult;<br>Method or attribute name: MMI_CODE_FAILED = 1<br>Old version information: |Class name: MmiCodeResult;<br>Method or attribute name: MMI_CODE_FAILED = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
436|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: UNASSIGNED_NUMBER = 1<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: UNASSIGNED_NUMBER = 1<br>New version information: systemapi|@ohos.telephony.call.d.ts|
437|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NO_ROUTE_TO_DESTINATION = 3<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NO_ROUTE_TO_DESTINATION = 3<br>New version information: systemapi|@ohos.telephony.call.d.ts|
438|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: CHANNEL_UNACCEPTABLE = 6<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: CHANNEL_UNACCEPTABLE = 6<br>New version information: systemapi|@ohos.telephony.call.d.ts|
439|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: OPERATOR_DETERMINED_BARRING = 8<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: OPERATOR_DETERMINED_BARRING = 8<br>New version information: systemapi|@ohos.telephony.call.d.ts|
440|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: CALL_COMPLETED_ELSEWHERE = 13<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: CALL_COMPLETED_ELSEWHERE = 13<br>New version information: systemapi|@ohos.telephony.call.d.ts|
441|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NORMAL_CALL_CLEARING = 16<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NORMAL_CALL_CLEARING = 16<br>New version information: systemapi|@ohos.telephony.call.d.ts|
442|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: USER_BUSY = 17<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: USER_BUSY = 17<br>New version information: systemapi|@ohos.telephony.call.d.ts|
443|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NO_USER_RESPONDING = 18<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NO_USER_RESPONDING = 18<br>New version information: systemapi|@ohos.telephony.call.d.ts|
444|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: USER_ALERTING_NO_ANSWER = 19<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: USER_ALERTING_NO_ANSWER = 19<br>New version information: systemapi|@ohos.telephony.call.d.ts|
445|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: CALL_REJECTED = 21<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: CALL_REJECTED = 21<br>New version information: systemapi|@ohos.telephony.call.d.ts|
446|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NUMBER_CHANGED = 22<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NUMBER_CHANGED = 22<br>New version information: systemapi|@ohos.telephony.call.d.ts|
447|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24<br>New version information: systemapi|@ohos.telephony.call.d.ts|
448|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: FAILED_PRE_EMPTION = 25<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: FAILED_PRE_EMPTION = 25<br>New version information: systemapi|@ohos.telephony.call.d.ts|
449|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NON_SELECTED_USER_CLEARING = 26<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NON_SELECTED_USER_CLEARING = 26<br>New version information: systemapi|@ohos.telephony.call.d.ts|
450|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: DESTINATION_OUT_OF_ORDER = 27<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: DESTINATION_OUT_OF_ORDER = 27<br>New version information: systemapi|@ohos.telephony.call.d.ts|
451|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INVALID_NUMBER_FORMAT = 28<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INVALID_NUMBER_FORMAT = 28<br>New version information: systemapi|@ohos.telephony.call.d.ts|
452|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: FACILITY_REJECTED = 29<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: FACILITY_REJECTED = 29<br>New version information: systemapi|@ohos.telephony.call.d.ts|
453|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RESPONSE_TO_STATUS_ENQUIRY = 30<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RESPONSE_TO_STATUS_ENQUIRY = 30<br>New version information: systemapi|@ohos.telephony.call.d.ts|
454|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NORMAL_UNSPECIFIED = 31<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NORMAL_UNSPECIFIED = 31<br>New version information: systemapi|@ohos.telephony.call.d.ts|
455|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NO_CIRCUIT_CHANNEL_AVAILABLE = 34<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NO_CIRCUIT_CHANNEL_AVAILABLE = 34<br>New version information: systemapi|@ohos.telephony.call.d.ts|
456|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NETWORK_OUT_OF_ORDER = 38<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NETWORK_OUT_OF_ORDER = 38<br>New version information: systemapi|@ohos.telephony.call.d.ts|
457|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: TEMPORARY_FAILURE = 41<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: TEMPORARY_FAILURE = 41<br>New version information: systemapi|@ohos.telephony.call.d.ts|
458|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: SWITCHING_EQUIPMENT_CONGESTION = 42<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: SWITCHING_EQUIPMENT_CONGESTION = 42<br>New version information: systemapi|@ohos.telephony.call.d.ts|
459|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: ACCESS_INFORMATION_DISCARDED = 43<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: ACCESS_INFORMATION_DISCARDED = 43<br>New version information: systemapi|@ohos.telephony.call.d.ts|
460|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44<br>New version information: systemapi|@ohos.telephony.call.d.ts|
461|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RESOURCES_UNAVAILABLE_UNSPECIFIED = 47<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RESOURCES_UNAVAILABLE_UNSPECIFIED = 47<br>New version information: systemapi|@ohos.telephony.call.d.ts|
462|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: QUALITY_OF_SERVICE_UNAVAILABLE = 49<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: QUALITY_OF_SERVICE_UNAVAILABLE = 49<br>New version information: systemapi|@ohos.telephony.call.d.ts|
463|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: REQUESTED_FACILITY_NOT_SUBSCRIBED = 50<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: REQUESTED_FACILITY_NOT_SUBSCRIBED = 50<br>New version information: systemapi|@ohos.telephony.call.d.ts|
464|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55<br>New version information: systemapi|@ohos.telephony.call.d.ts|
465|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: BEARER_CAPABILITY_NOT_AUTHORIZED = 57<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: BEARER_CAPABILITY_NOT_AUTHORIZED = 57<br>New version information: systemapi|@ohos.telephony.call.d.ts|
466|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58<br>New version information: systemapi|@ohos.telephony.call.d.ts|
467|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63<br>New version information: systemapi|@ohos.telephony.call.d.ts|
468|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: BEARER_SERVICE_NOT_IMPLEMENTED = 65<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: BEARER_SERVICE_NOT_IMPLEMENTED = 65<br>New version information: systemapi|@ohos.telephony.call.d.ts|
469|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68<br>New version information: systemapi|@ohos.telephony.call.d.ts|
470|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: REQUESTED_FACILITY_NOT_IMPLEMENTED = 69<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: REQUESTED_FACILITY_NOT_IMPLEMENTED = 69<br>New version information: systemapi|@ohos.telephony.call.d.ts|
471|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70<br>New version information: systemapi|@ohos.telephony.call.d.ts|
472|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79<br>New version information: systemapi|@ohos.telephony.call.d.ts|
473|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INVALID_TRANSACTION_IDENTIFIER_VALUE = 81<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INVALID_TRANSACTION_IDENTIFIER_VALUE = 81<br>New version information: systemapi|@ohos.telephony.call.d.ts|
474|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: USER_NOT_MEMBER_OF_CUG = 87<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: USER_NOT_MEMBER_OF_CUG = 87<br>New version information: systemapi|@ohos.telephony.call.d.ts|
475|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INCOMPATIBLE_DESTINATION = 88<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INCOMPATIBLE_DESTINATION = 88<br>New version information: systemapi|@ohos.telephony.call.d.ts|
476|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INVALID_TRANSIT_NETWORK_SELECTION = 91<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INVALID_TRANSIT_NETWORK_SELECTION = 91<br>New version information: systemapi|@ohos.telephony.call.d.ts|
477|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: SEMANTICALLY_INCORRECT_MESSAGE = 95<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: SEMANTICALLY_INCORRECT_MESSAGE = 95<br>New version information: systemapi|@ohos.telephony.call.d.ts|
478|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INVALID_MANDATORY_INFORMATION = 96<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INVALID_MANDATORY_INFORMATION = 96<br>New version information: systemapi|@ohos.telephony.call.d.ts|
479|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97<br>New version information: systemapi|@ohos.telephony.call.d.ts|
480|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98<br>New version information: systemapi|@ohos.telephony.call.d.ts|
481|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99<br>New version information: systemapi|@ohos.telephony.call.d.ts|
482|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: CONDITIONAL_IE_ERROR = 100<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: CONDITIONAL_IE_ERROR = 100<br>New version information: systemapi|@ohos.telephony.call.d.ts|
483|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101<br>New version information: systemapi|@ohos.telephony.call.d.ts|
484|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RECOVERY_ON_TIMER_EXPIRED = 102<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RECOVERY_ON_TIMER_EXPIRED = 102<br>New version information: systemapi|@ohos.telephony.call.d.ts|
485|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: PROTOCOL_ERROR_UNSPECIFIED = 111<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: PROTOCOL_ERROR_UNSPECIFIED = 111<br>New version information: systemapi|@ohos.telephony.call.d.ts|
486|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INTERWORKING_UNSPECIFIED = 127<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INTERWORKING_UNSPECIFIED = 127<br>New version information: systemapi|@ohos.telephony.call.d.ts|
487|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: CALL_BARRED = 240<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: CALL_BARRED = 240<br>New version information: systemapi|@ohos.telephony.call.d.ts|
488|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: FDN_BLOCKED = 241<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: FDN_BLOCKED = 241<br>New version information: systemapi|@ohos.telephony.call.d.ts|
489|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: IMSI_UNKNOWN_IN_VLR = 242<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: IMSI_UNKNOWN_IN_VLR = 242<br>New version information: systemapi|@ohos.telephony.call.d.ts|
490|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: IMEI_NOT_ACCEPTED = 243<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: IMEI_NOT_ACCEPTED = 243<br>New version information: systemapi|@ohos.telephony.call.d.ts|
491|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: DIAL_MODIFIED_TO_USSD = 244<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: DIAL_MODIFIED_TO_USSD = 244<br>New version information: systemapi|@ohos.telephony.call.d.ts|
492|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: DIAL_MODIFIED_TO_SS = 245<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: DIAL_MODIFIED_TO_SS = 245<br>New version information: systemapi|@ohos.telephony.call.d.ts|
493|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: DIAL_MODIFIED_TO_DIAL = 246<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: DIAL_MODIFIED_TO_DIAL = 246<br>New version information: systemapi|@ohos.telephony.call.d.ts|
494|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_OFF = 247<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_OFF = 247<br>New version information: systemapi|@ohos.telephony.call.d.ts|
495|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: OUT_OF_SERVICE = 248<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: OUT_OF_SERVICE = 248<br>New version information: systemapi|@ohos.telephony.call.d.ts|
496|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NO_VALID_SIM = 249<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NO_VALID_SIM = 249<br>New version information: systemapi|@ohos.telephony.call.d.ts|
497|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_INTERNAL_ERROR = 250<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_INTERNAL_ERROR = 250<br>New version information: systemapi|@ohos.telephony.call.d.ts|
498|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NETWORK_RESP_TIMEOUT = 251<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NETWORK_RESP_TIMEOUT = 251<br>New version information: systemapi|@ohos.telephony.call.d.ts|
499|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NETWORK_REJECT = 252<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NETWORK_REJECT = 252<br>New version information: systemapi|@ohos.telephony.call.d.ts|
500|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_ACCESS_FAILURE = 253<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_ACCESS_FAILURE = 253<br>New version information: systemapi|@ohos.telephony.call.d.ts|
501|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_LINK_FAILURE = 254<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_LINK_FAILURE = 254<br>New version information: systemapi|@ohos.telephony.call.d.ts|
502|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_LINK_LOST = 255<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_LINK_LOST = 255<br>New version information: systemapi|@ohos.telephony.call.d.ts|
503|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_UPLINK_FAILURE = 256<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_UPLINK_FAILURE = 256<br>New version information: systemapi|@ohos.telephony.call.d.ts|
504|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_SETUP_FAILURE = 257<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_SETUP_FAILURE = 257<br>New version information: systemapi|@ohos.telephony.call.d.ts|
505|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_RELEASE_NORMAL = 258<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_RELEASE_NORMAL = 258<br>New version information: systemapi|@ohos.telephony.call.d.ts|
506|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: RADIO_RELEASE_ABNORMAL = 259<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: RADIO_RELEASE_ABNORMAL = 259<br>New version information: systemapi|@ohos.telephony.call.d.ts|
507|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: ACCESS_CLASS_BLOCKED = 260<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: ACCESS_CLASS_BLOCKED = 260<br>New version information: systemapi|@ohos.telephony.call.d.ts|
508|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: NETWORK_DETACH = 261<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: NETWORK_DETACH = 261<br>New version information: systemapi|@ohos.telephony.call.d.ts|
509|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: INVALID_PARAMETER = 1025<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: INVALID_PARAMETER = 1025<br>New version information: systemapi|@ohos.telephony.call.d.ts|
510|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: SIM_NOT_EXIT = 1026<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: SIM_NOT_EXIT = 1026<br>New version information: systemapi|@ohos.telephony.call.d.ts|
511|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: SIM_PIN_NEED = 1027<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: SIM_PIN_NEED = 1027<br>New version information: systemapi|@ohos.telephony.call.d.ts|
512|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: CALL_NOT_ALLOW = 1029<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: CALL_NOT_ALLOW = 1029<br>New version information: systemapi|@ohos.telephony.call.d.ts|
513|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: SIM_INVALID = 1045<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: SIM_INVALID = 1045<br>New version information: systemapi|@ohos.telephony.call.d.ts|
514|Access level changed|Class name: DisconnectedReason;<br>Method or attribute name: UNKNOWN = 1279<br>Old version information: |Class name: DisconnectedReason;<br>Method or attribute name: UNKNOWN = 1279<br>New version information: systemapi|@ohos.telephony.call.d.ts|
515|Access level changed|Class name: DisconnectedDetails;<br>Method or attribute name: reason: DisconnectedReason;<br>Old version information: |Class name: DisconnectedDetails;<br>Method or attribute name: reason: DisconnectedReason;<br>New version information: systemapi|@ohos.telephony.call.d.ts|
516|Access level changed|Class name: data;<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.data.d.ts|
517|Access level changed|Class name: data;<br>Method or attribute name: function enableCellularData(): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function enableCellularData(): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.data.d.ts|
518|Access level changed|Class name: data;<br>Method or attribute name: function disableCellularData(): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function disableCellularData(): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.data.d.ts|
519|Access level changed|Class name: data;<br>Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.data.d.ts|
520|Access level changed|Class name: data;<br>Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.data.d.ts|
521|Access level changed|Class name: observer;<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>New version information: systemapi|@ohos.telephony.observer.d.ts|
522|Access level changed|Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
523|Access level changed|Class name: radio;<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
524|Access level changed|Class name: radio;<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
525|Access level changed|Class name: radio;<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
526|Access level changed|Class name: radio;<br>Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
527|Access level changed|Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback\<NrOptionMode>): void;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
528|Access level changed|Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNrOptionMode(slotId?: number): Promise\<NrOptionMode>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
529|Access level changed|Class name: radio;<br>Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
530|Access level changed|Class name: radio;<br>Method or attribute name: function getIMEI(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getIMEI(slotId?: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
531|Access level changed|Class name: radio;<br>Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
532|Access level changed|Class name: radio;<br>Method or attribute name: function getMEID(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getMEID(slotId?: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
533|Access level changed|Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
534|Access level changed|Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
535|Access level changed|Class name: radio;<br>Method or attribute name: function setPrimarySlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setPrimarySlotId(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
536|Access level changed|Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
537|Access level changed|Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId?: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId?: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
538|Access level changed|Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
539|Access level changed|Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId?: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId?: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
540|Access level changed|Class name: radio;<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
541|Access level changed|Class name: radio;<br>Method or attribute name: function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
542|Access level changed|Class name: radio;<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
543|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_GSM = 1<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_GSM = 1<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
544|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA = 2<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA = 2<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
545|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE = 3<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE = 3<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
546|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA = 4<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA = 4<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
547|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM = 5<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM = 5<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
548|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA_GSM = 6<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA_GSM = 6<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
549|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_CDMA = 7<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_CDMA = 7<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
550|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_EVDO = 8<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_EVDO = 8<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
551|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_EVDO_CDMA = 9<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_EVDO_CDMA = 9<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
552|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA_GSM_EVDO_CDMA = 10<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA_GSM_EVDO_CDMA = 10<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
553|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_EVDO_CDMA = 11<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_EVDO_CDMA = 11<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
554|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM_EVDO_CDMA = 12<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM_EVDO_CDMA = 12<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
555|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA = 13<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA = 13<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
556|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_GSM = 14<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_GSM = 14<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
557|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA = 15<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA = 15<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
558|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM = 16<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM = 16<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
559|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA = 17<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA = 17<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
560|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_GSM = 18<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_GSM = 18<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
561|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA = 19<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA = 19<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
562|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM = 20<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM = 20<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
563|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 21<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 21<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
564|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 22<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 22<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
565|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR = 31<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR = 31<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
566|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE = 32<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE = 32<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
567|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA = 33<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA = 33<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
568|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM = 34<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM = 34<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
569|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_EVDO_CDMA = 35<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_EVDO_CDMA = 35<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
570|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM_EVDO_CDMA = 36<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM_EVDO_CDMA = 36<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
571|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA = 37<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA = 37<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
572|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_GSM = 38<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_GSM = 38<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
573|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA = 39<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA = 39<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
574|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM = 40<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM = 40<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
575|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 41<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 41<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
576|Access level changed|Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_MAX_VALUE = 99<br>Old version information: |Class name: PreferredNetworkMode;<br>Method or attribute name: PREFERRED_NETWORK_MODE_MAX_VALUE = 99<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
577|Access level changed|Class name: CellInformation;<br>Method or attribute name: export interface CellInformation<br>Old version information: systemapi|Class name: CellInformation;<br>Method or attribute name: export interface CellInformation<br>New version information: |@ohos.telephony.radio.d.ts|
578|Access level changed|Class name: CellInformation;<br>Method or attribute name: isCamped: boolean;<br>Old version information: |Class name: CellInformation;<br>Method or attribute name: isCamped: boolean;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
579|Access level changed|Class name: CellInformation;<br>Method or attribute name: timeStamp: number;<br>Old version information: |Class name: CellInformation;<br>Method or attribute name: timeStamp: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
580|Access level changed|Class name: CellInformation;<br>Method or attribute name: data: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation \| TdscdmaCellInformation<br>      \| WcdmaCellInformation;<br>Old version information: |Class name: CellInformation;<br>Method or attribute name: data: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation \| TdscdmaCellInformation<br>      \| WcdmaCellInformation;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
581|Access level changed|Class name: CdmaCellInformation;<br>Method or attribute name: baseId: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: baseId: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
582|Access level changed|Class name: CdmaCellInformation;<br>Method or attribute name: latitude: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: latitude: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
583|Access level changed|Class name: CdmaCellInformation;<br>Method or attribute name: longitude: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: longitude: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
584|Access level changed|Class name: CdmaCellInformation;<br>Method or attribute name: nid: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: nid: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
585|Access level changed|Class name: CdmaCellInformation;<br>Method or attribute name: sid: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: sid: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
586|Access level changed|Class name: GsmCellInformation;<br>Method or attribute name: lac: number;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: lac: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
587|Access level changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: lac: number;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: lac: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
588|Access level changed|Class name: WcdmaCellInformation;<br>Method or attribute name: lac: number;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: lac: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
589|Access level changed|Class name: GsmCellInformation;<br>Method or attribute name: cellId: number;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: cellId: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
590|Access level changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: cellId: number;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: cellId: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
591|Access level changed|Class name: WcdmaCellInformation;<br>Method or attribute name: cellId: number;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: cellId: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
592|Access level changed|Class name: GsmCellInformation;<br>Method or attribute name: arfcn: number;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: arfcn: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
593|Access level changed|Class name: GsmCellInformation;<br>Method or attribute name: bsic: number;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: bsic: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
594|Access level changed|Class name: GsmCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
595|Access level changed|Class name: LteCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
596|Access level changed|Class name: NrCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
597|Access level changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
598|Access level changed|Class name: WcdmaCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
599|Access level changed|Class name: GsmCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
600|Access level changed|Class name: LteCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
601|Access level changed|Class name: NrCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
602|Access level changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
603|Access level changed|Class name: WcdmaCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
604|Access level changed|Class name: LteCellInformation;<br>Method or attribute name: cgi: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: cgi: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
605|Access level changed|Class name: LteCellInformation;<br>Method or attribute name: pci: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: pci: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
606|Access level changed|Class name: NrCellInformation;<br>Method or attribute name: pci: number;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: pci: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
607|Access level changed|Class name: LteCellInformation;<br>Method or attribute name: tac: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: tac: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
608|Access level changed|Class name: NrCellInformation;<br>Method or attribute name: tac: number;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: tac: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
609|Access level changed|Class name: LteCellInformation;<br>Method or attribute name: earfcn: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: earfcn: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
610|Access level changed|Class name: LteCellInformation;<br>Method or attribute name: bandwidth: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: bandwidth: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
611|Access level changed|Class name: LteCellInformation;<br>Method or attribute name: isSupportEndc: boolean;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: isSupportEndc: boolean;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
612|Access level changed|Class name: NrCellInformation;<br>Method or attribute name: nrArfcn: number;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: nrArfcn: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
613|Access level changed|Class name: NrCellInformation;<br>Method or attribute name: nci: number;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: nci: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
614|Access level changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: cpid: number;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: cpid: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
615|Access level changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: uarfcn: number;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: uarfcn: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
616|Access level changed|Class name: WcdmaCellInformation;<br>Method or attribute name: uarfcn: number;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: uarfcn: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
617|Access level changed|Class name: WcdmaCellInformation;<br>Method or attribute name: psc: number;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: psc: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
618|Access level changed|Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_UNKNOWN<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_UNKNOWN<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
619|Access level changed|Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_NSA_ONLY<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_NSA_ONLY<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
620|Access level changed|Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_SA_ONLY<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_SA_ONLY<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
621|Access level changed|Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_NSA_AND_SA<br>Old version information: |Class name: NrOptionMode;<br>Method or attribute name: NR_OPTION_NSA_AND_SA<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
622|Access level changed|Class name: NetworkSearchResult;<br>Method or attribute name: isNetworkSearchSuccess: boolean;<br>Old version information: |Class name: NetworkSearchResult;<br>Method or attribute name: isNetworkSearchSuccess: boolean;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
623|Access level changed|Class name: NetworkSearchResult;<br>Method or attribute name: networkSearchResult: Array\<NetworkInformation>;<br>Old version information: |Class name: NetworkSearchResult;<br>Method or attribute name: networkSearchResult: Array\<NetworkInformation>;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
624|Access level changed|Class name: NetworkInformation;<br>Method or attribute name: operatorName: string;<br>Old version information: |Class name: NetworkInformation;<br>Method or attribute name: operatorName: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
625|Access level changed|Class name: NetworkInformation;<br>Method or attribute name: operatorNumeric: string;<br>Old version information: |Class name: NetworkInformation;<br>Method or attribute name: operatorNumeric: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
626|Access level changed|Class name: NetworkInformation;<br>Method or attribute name: state: NetworkInformationState;<br>Old version information: |Class name: NetworkInformation;<br>Method or attribute name: state: NetworkInformationState;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
627|Access level changed|Class name: NetworkInformation;<br>Method or attribute name: radioTech: string;<br>Old version information: |Class name: NetworkInformation;<br>Method or attribute name: radioTech: string;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
628|Access level changed|Class name: NetworkInformationState;<br>Method or attribute name: NETWORK_UNKNOWN<br>Old version information: |Class name: NetworkInformationState;<br>Method or attribute name: NETWORK_UNKNOWN<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
629|Access level changed|Class name: NetworkInformationState;<br>Method or attribute name: NETWORK_AVAILABLE<br>Old version information: |Class name: NetworkInformationState;<br>Method or attribute name: NETWORK_AVAILABLE<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
630|Access level changed|Class name: NetworkInformationState;<br>Method or attribute name: NETWORK_CURRENT<br>Old version information: |Class name: NetworkInformationState;<br>Method or attribute name: NETWORK_CURRENT<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
631|Access level changed|Class name: NetworkInformationState;<br>Method or attribute name: NETWORK_FORBIDDEN<br>Old version information: |Class name: NetworkInformationState;<br>Method or attribute name: NETWORK_FORBIDDEN<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
632|Access level changed|Class name: NetworkSelectionModeOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: NetworkSelectionModeOptions;<br>Method or attribute name: slotId: number;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
633|Access level changed|Class name: NetworkSelectionModeOptions;<br>Method or attribute name: selectMode: NetworkSelectionMode;<br>Old version information: |Class name: NetworkSelectionModeOptions;<br>Method or attribute name: selectMode: NetworkSelectionMode;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
634|Access level changed|Class name: NetworkSelectionModeOptions;<br>Method or attribute name: networkInformation: NetworkInformation;<br>Old version information: |Class name: NetworkSelectionModeOptions;<br>Method or attribute name: networkInformation: NetworkInformation;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
635|Access level changed|Class name: NetworkSelectionModeOptions;<br>Method or attribute name: resumeSelection: boolean;<br>Old version information: |Class name: NetworkSelectionModeOptions;<br>Method or attribute name: resumeSelection: boolean;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
636|Access level changed|Class name: ImsRegState;<br>Method or attribute name: IMS_UNREGISTERED<br>Old version information: |Class name: ImsRegState;<br>Method or attribute name: IMS_UNREGISTERED<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
637|Access level changed|Class name: ImsRegState;<br>Method or attribute name: IMS_REGISTERED<br>Old version information: |Class name: ImsRegState;<br>Method or attribute name: IMS_REGISTERED<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
638|Access level changed|Class name: ImsRegTech;<br>Method or attribute name: REGISTRATION_TECH_NONE<br>Old version information: |Class name: ImsRegTech;<br>Method or attribute name: REGISTRATION_TECH_NONE<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
639|Access level changed|Class name: ImsRegTech;<br>Method or attribute name: REGISTRATION_TECH_LTE<br>Old version information: |Class name: ImsRegTech;<br>Method or attribute name: REGISTRATION_TECH_LTE<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
640|Access level changed|Class name: ImsRegTech;<br>Method or attribute name: REGISTRATION_TECH_IWLAN<br>Old version information: |Class name: ImsRegTech;<br>Method or attribute name: REGISTRATION_TECH_IWLAN<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
641|Access level changed|Class name: ImsRegTech;<br>Method or attribute name: REGISTRATION_TECH_NR<br>Old version information: |Class name: ImsRegTech;<br>Method or attribute name: REGISTRATION_TECH_NR<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
642|Access level changed|Class name: ImsRegInfo;<br>Method or attribute name: imsRegState: ImsRegState;<br>Old version information: |Class name: ImsRegInfo;<br>Method or attribute name: imsRegState: ImsRegState;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
643|Access level changed|Class name: ImsRegInfo;<br>Method or attribute name: imsRegTech: ImsRegTech;<br>Old version information: |Class name: ImsRegInfo;<br>Method or attribute name: imsRegTech: ImsRegTech;<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
644|Access level changed|Class name: ImsServiceType;<br>Method or attribute name: TYPE_VOICE<br>Old version information: |Class name: ImsServiceType;<br>Method or attribute name: TYPE_VOICE<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
645|Access level changed|Class name: ImsServiceType;<br>Method or attribute name: TYPE_VIDEO<br>Old version information: |Class name: ImsServiceType;<br>Method or attribute name: TYPE_VIDEO<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
646|Access level changed|Class name: ImsServiceType;<br>Method or attribute name: TYPE_UT<br>Old version information: |Class name: ImsServiceType;<br>Method or attribute name: TYPE_UT<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
647|Access level changed|Class name: ImsServiceType;<br>Method or attribute name: TYPE_SMS<br>Old version information: |Class name: ImsServiceType;<br>Method or attribute name: TYPE_SMS<br>New version information: systemapi|@ohos.telephony.radio.d.ts|
648|Access level changed|Class name: sim;<br>Method or attribute name: function getSimIccId(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimIccId(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
649|Access level changed|Class name: sim;<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
650|Access level changed|Class name: sim;<br>Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
651|Access level changed|Class name: sim;<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
652|Access level changed|Class name: sim;<br>Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
653|Access level changed|Class name: sim;<br>Method or attribute name: function getSimGid1(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimGid1(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
654|Access level changed|Class name: sim;<br>Method or attribute name: function getIMSI(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getIMSI(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
655|Access level changed|Class name: sim;<br>Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>Old version information: systemapi|Class name: sim;<br>Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback\<IccAccountInfo>): void;<br>New version information: |@ohos.telephony.sim.d.ts|
656|Access level changed|Class name: sim;<br>Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>Old version information: systemapi|Class name: sim;<br>Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback\<Array\<IccAccountInfo>>): void;<br>New version information: |@ohos.telephony.sim.d.ts|
657|Access level changed|Class name: sim;<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
658|Access level changed|Class name: sim;<br>Method or attribute name: function activateSim(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function activateSim(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
659|Access level changed|Class name: sim;<br>Method or attribute name: function deactivateSim(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function deactivateSim(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
660|Access level changed|Class name: sim;<br>Method or attribute name: function setShowName(slotId: number, name: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setShowName(slotId: number, name: string): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
661|Access level changed|Class name: sim;<br>Method or attribute name: function getShowName(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getShowName(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
662|Access level changed|Class name: sim;<br>Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
663|Access level changed|Class name: sim;<br>Method or attribute name: function getShowNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getShowNumber(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
664|Access level changed|Class name: sim;<br>Method or attribute name: function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
665|Access level changed|Class name: sim;<br>Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
666|Access level changed|Class name: sim;<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
667|Access level changed|Class name: sim;<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
668|Access level changed|Class name: sim;<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
669|Access level changed|Class name: sim;<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
670|Access level changed|Class name: sim;<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
671|Access level changed|Class name: sim;<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
672|Access level changed|Class name: sim;<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
673|Access level changed|Class name: sim;<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
674|Access level changed|Class name: sim;<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
675|Access level changed|Class name: sim;<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
676|Access level changed|Class name: sim;<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
677|Access level changed|Class name: sim;<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
678|Access level changed|Class name: sim;<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
679|Access level changed|Class name: sim;<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
680|Access level changed|Class name: OperatorConfig;<br>Method or attribute name: field: string;<br>Old version information: |Class name: OperatorConfig;<br>Method or attribute name: field: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
681|Access level changed|Class name: OperatorConfig;<br>Method or attribute name: value: string;<br>Old version information: |Class name: OperatorConfig;<br>Method or attribute name: value: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
682|Access level changed|Class name: IccAccountInfo;<br>Method or attribute name: simId: number;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: simId: number;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
683|Access level changed|Class name: IccAccountInfo;<br>Method or attribute name: slotIndex: number;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: slotIndex: number;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
684|Access level changed|Class name: IccAccountInfo;<br>Method or attribute name: isEsim: boolean;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: isEsim: boolean;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
685|Access level changed|Class name: IccAccountInfo;<br>Method or attribute name: isActive: boolean;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: isActive: boolean;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
686|Access level changed|Class name: IccAccountInfo;<br>Method or attribute name: iccId: string;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: iccId: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
687|Access level changed|Class name: IccAccountInfo;<br>Method or attribute name: showName: string;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: showName: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
688|Access level changed|Class name: IccAccountInfo;<br>Method or attribute name: showNumber: string;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: showNumber: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
689|Access level changed|Class name: LockStatusResponse;<br>Method or attribute name: result: number;<br>Old version information: |Class name: LockStatusResponse;<br>Method or attribute name: result: number;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
690|Access level changed|Class name: LockStatusResponse;<br>Method or attribute name: remain?: number;<br>Old version information: |Class name: LockStatusResponse;<br>Method or attribute name: remain?: number;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
691|Access level changed|Class name: DiallingNumbersInfo;<br>Method or attribute name: alphaTag: string;<br>Old version information: |Class name: DiallingNumbersInfo;<br>Method or attribute name: alphaTag: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
692|Access level changed|Class name: DiallingNumbersInfo;<br>Method or attribute name: number: string;<br>Old version information: |Class name: DiallingNumbersInfo;<br>Method or attribute name: number: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
693|Access level changed|Class name: DiallingNumbersInfo;<br>Method or attribute name: recordNumber?: number;<br>Old version information: |Class name: DiallingNumbersInfo;<br>Method or attribute name: recordNumber?: number;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
694|Access level changed|Class name: DiallingNumbersInfo;<br>Method or attribute name: pin2?: string;<br>Old version information: |Class name: DiallingNumbersInfo;<br>Method or attribute name: pin2?: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
695|Access level changed|Class name: LockInfo;<br>Method or attribute name: lockType: LockType;<br>Old version information: |Class name: LockInfo;<br>Method or attribute name: lockType: LockType;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
696|Access level changed|Class name: LockInfo;<br>Method or attribute name: password: string;<br>Old version information: |Class name: LockInfo;<br>Method or attribute name: password: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
697|Access level changed|Class name: PersoLockInfo;<br>Method or attribute name: password: string;<br>Old version information: |Class name: PersoLockInfo;<br>Method or attribute name: password: string;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
698|Access level changed|Class name: LockInfo;<br>Method or attribute name: state: LockState;<br>Old version information: |Class name: LockInfo;<br>Method or attribute name: state: LockState;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
699|Access level changed|Class name: PersoLockInfo;<br>Method or attribute name: lockType: PersoLockType;<br>Old version information: |Class name: PersoLockInfo;<br>Method or attribute name: lockType: PersoLockType;<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
700|Access level changed|Class name: LockType;<br>Method or attribute name: PIN_LOCK = 1<br>Old version information: |Class name: LockType;<br>Method or attribute name: PIN_LOCK = 1<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
701|Access level changed|Class name: LockType;<br>Method or attribute name: FDN_LOCK = 2<br>Old version information: |Class name: LockType;<br>Method or attribute name: FDN_LOCK = 2<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
702|Access level changed|Class name: LockState;<br>Method or attribute name: LOCK_OFF = 0<br>Old version information: |Class name: LockState;<br>Method or attribute name: LOCK_OFF = 0<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
703|Access level changed|Class name: LockState;<br>Method or attribute name: LOCK_ON = 1<br>Old version information: |Class name: LockState;<br>Method or attribute name: LOCK_ON = 1<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
704|Access level changed|Class name: ContactType;<br>Method or attribute name: GENERAL_CONTACT = 1<br>Old version information: |Class name: ContactType;<br>Method or attribute name: GENERAL_CONTACT = 1<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
705|Access level changed|Class name: ContactType;<br>Method or attribute name: FIXED_DIALING = 2<br>Old version information: |Class name: ContactType;<br>Method or attribute name: FIXED_DIALING = 2<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
706|Access level changed|Class name: PersoLockType;<br>Method or attribute name: PN_PIN_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: PN_PIN_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
707|Access level changed|Class name: PersoLockType;<br>Method or attribute name: PN_PUK_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: PN_PUK_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
708|Access level changed|Class name: PersoLockType;<br>Method or attribute name: PU_PIN_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: PU_PIN_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
709|Access level changed|Class name: PersoLockType;<br>Method or attribute name: PU_PUK_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: PU_PUK_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
710|Access level changed|Class name: PersoLockType;<br>Method or attribute name: PP_PIN_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: PP_PIN_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
711|Access level changed|Class name: PersoLockType;<br>Method or attribute name: PP_PUK_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: PP_PUK_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
712|Access level changed|Class name: PersoLockType;<br>Method or attribute name: PC_PIN_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: PC_PIN_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
713|Access level changed|Class name: PersoLockType;<br>Method or attribute name: PC_PUK_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: PC_PUK_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
714|Access level changed|Class name: PersoLockType;<br>Method or attribute name: SIM_PIN_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: SIM_PIN_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
715|Access level changed|Class name: PersoLockType;<br>Method or attribute name: SIM_PUK_LOCK<br>Old version information: |Class name: PersoLockType;<br>Method or attribute name: SIM_PUK_LOCK<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
716|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_VOICE_MAIL_NUMBER_STRING = "voice_mail_number_string"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_VOICE_MAIL_NUMBER_STRING = "voice_mail_number_string"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
717|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = "ims_switch_on_by_default_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = "ims_switch_on_by_default_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
718|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_HIDE_IMS_SWITCH_BOOL = "hide_ims_switch_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_HIDE_IMS_SWITCH_BOOL = "hide_ims_switch_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
719|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_VOLTE_SUPPORTED_BOOL = "volte_supported_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_VOLTE_SUPPORTED_BOOL = "volte_supported_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
720|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = "nr_mode_supported_list_int_array"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = "nr_mode_supported_list_int_array"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
721|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = "volte_provisioning_supported_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = "volte_provisioning_supported_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
722|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_SS_OVER_UT_SUPPORTED_BOOL = "ss_over_ut_supported_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_SS_OVER_UT_SUPPORTED_BOOL = "ss_over_ut_supported_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
723|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_IMS_GBA_REQUIRED_BOOL = "ims_gba_required_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_IMS_GBA_REQUIRED_BOOL = "ims_gba_required_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
724|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_UT_PROVISIONING_SUPPORTED_BOOL = "ut_provisioning_supported_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_UT_PROVISIONING_SUPPORTED_BOOL = "ut_provisioning_supported_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
725|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = "ims_prefer_for_emergency_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = "ims_prefer_for_emergency_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
726|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_CALL_WAITING_SERVICE_CLASS_INT = "call_waiting_service_class_int"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_CALL_WAITING_SERVICE_CLASS_INT = "call_waiting_service_class_int"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
727|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_CALL_TRANSFER_VISIBILITY_BOOL = "call_transfer_visibility_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_CALL_TRANSFER_VISIBILITY_BOOL = "call_transfer_visibility_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
728|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY =<br>        "ims_call_disconnect_reason_info_mapping_string_array"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY =<br>        "ims_call_disconnect_reason_info_mapping_string_array"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
729|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_FORCE_VOLTE_SWITCH_ON_BOOL = "force_volte_switch_on_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_FORCE_VOLTE_SWITCH_ON_BOOL = "force_volte_switch_on_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
730|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = "enable_operator_name_cust_bool"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = "enable_operator_name_cust_bool"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
731|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_OPERATOR_NAME_CUST_STRING = "operator_name_cust_string"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_OPERATOR_NAME_CUST_STRING = "operator_name_cust_string"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
732|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_SPN_DISPLAY_CONDITION_CUST_INT = "spn_display_condition_cust_int"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_SPN_DISPLAY_CONDITION_CUST_INT = "spn_display_condition_cust_int"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
733|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_PNN_CUST_STRING_ARRAY = "pnn_cust_string_array"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_PNN_CUST_STRING_ARRAY = "pnn_cust_string_array"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
734|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_OPL_CUST_STRING_ARRAY = "opl_cust_string_array"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_OPL_CUST_STRING_ARRAY = "opl_cust_string_array"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
735|Access level changed|Class name: OperatorConfigKey;<br>Method or attribute name: KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array"<br>Old version information: |Class name: OperatorConfigKey;<br>Method or attribute name: KEY_EMERGENCY_CALL_STRING_ARRAY = "emergency_call_string_array"<br>New version information: systemapi|@ohos.telephony.sim.d.ts|
736|Access level changed|Class name: sms;<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
737|Access level changed|Class name: sms;<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
738|Access level changed|Class name: sms;<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
739|Access level changed|Class name: sms;<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
740|Access level changed|Class name: sms;<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
741|Access level changed|Class name: sms;<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
742|Access level changed|Class name: sms;<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
743|Access level changed|Class name: sms;<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
744|Access level changed|Class name: sms;<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
745|Access level changed|Class name: sms;<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise\<SmsSegmentsInfo>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
746|Access level changed|Class name: sms;<br>Method or attribute name: function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function isImsSmsSupported(slotId: number): Promise\<boolean>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
747|Access level changed|Class name: sms;<br>Method or attribute name: function getImsShortMessageFormat(): Promise\<string>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getImsShortMessageFormat(): Promise\<string>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
748|Access level changed|Class name: sms;<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function decodeMms(mmsFilePathName: string \| Array\<number>): Promise\<MmsInformation>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
749|Access level changed|Class name: sms;<br>Method or attribute name: function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function encodeMms(mms: MmsInformation): Promise\<Array\<number>>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
750|Access level changed|Class name: MmsInformation;<br>Method or attribute name: messageType: MessageType;<br>Old version information: |Class name: MmsInformation;<br>Method or attribute name: messageType: MessageType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
751|Access level changed|Class name: MmsInformation;<br>Method or attribute name: mmsType: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \| MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd;<br>Old version information: |Class name: MmsInformation;<br>Method or attribute name: mmsType: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \| MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
752|Access level changed|Class name: MmsInformation;<br>Method or attribute name: attachment?: Array\<MmsAttachment>;<br>Old version information: |Class name: MmsInformation;<br>Method or attribute name: attachment?: Array\<MmsAttachment>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
753|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: from: MmsAddress;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: from: MmsAddress;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
754|Access level changed|Class name: MmsReadOrigInd;<br>Method or attribute name: from: MmsAddress;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: from: MmsAddress;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
755|Access level changed|Class name: MmsReadRecInd;<br>Method or attribute name: from: MmsAddress;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: from: MmsAddress;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
756|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: transactionId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
757|Access level changed|Class name: MmsSendConf;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsSendConf;<br>Method or attribute name: transactionId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
758|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: transactionId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
759|Access level changed|Class name: MmsRespInd;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsRespInd;<br>Method or attribute name: transactionId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
760|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: transactionId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
761|Access level changed|Class name: MmsAcknowledgeInd;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsAcknowledgeInd;<br>Method or attribute name: transactionId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
762|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: contentType: string;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: contentType: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
763|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: contentType: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: contentType: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
764|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: contentType: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentType: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
765|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
766|Access level changed|Class name: MmsSendConf;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsSendConf;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
767|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
768|Access level changed|Class name: MmsRespInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsRespInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
769|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
770|Access level changed|Class name: MmsAcknowledgeInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsAcknowledgeInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
771|Access level changed|Class name: MmsDeliveryInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
772|Access level changed|Class name: MmsReadOrigInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
773|Access level changed|Class name: MmsReadRecInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
774|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: to?: Array\<MmsAddress>;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: to?: Array\<MmsAddress>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
775|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: date?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: date?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
776|Access level changed|Class name: MmsReadRecInd;<br>Method or attribute name: date?: number;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: date?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
777|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: cc?: Array\<MmsAddress>;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: cc?: Array\<MmsAddress>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
778|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: cc?: Array\<MmsAddress>;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: cc?: Array\<MmsAddress>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
779|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: bcc?: Array\<MmsAddress>;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: bcc?: Array\<MmsAddress>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
780|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: subject?: string;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: subject?: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
781|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: subject?: string;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: subject?: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
782|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: subject?: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: subject?: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
783|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: messageClass?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: messageClass?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
784|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: expiry?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: expiry?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
785|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: priority?: MmsPriorityType;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: priority?: MmsPriorityType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
786|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: priority?: MmsPriorityType;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: priority?: MmsPriorityType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
787|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: senderVisibility?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: senderVisibility?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
788|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: deliveryReport?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: deliveryReport?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
789|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: deliveryReport?: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: deliveryReport?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
790|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: deliveryReport?: number;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: deliveryReport?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
791|Access level changed|Class name: MmsSendReq;<br>Method or attribute name: readReport?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: readReport?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
792|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: readReport?: number;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: readReport?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
793|Access level changed|Class name: MmsSendConf;<br>Method or attribute name: responseState: number;<br>Old version information: |Class name: MmsSendConf;<br>Method or attribute name: responseState: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
794|Access level changed|Class name: MmsSendConf;<br>Method or attribute name: messageId?: string;<br>Old version information: |Class name: MmsSendConf;<br>Method or attribute name: messageId?: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
795|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: messageClass: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: messageClass: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
796|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: messageSize: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: messageSize: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
797|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: expiry: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: expiry: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
798|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: contentLocation: string;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: contentLocation: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
799|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: contentLocation: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentLocation: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
800|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: from?: MmsAddress;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: from?: MmsAddress;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
801|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: from?: MmsAddress;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: from?: MmsAddress;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
802|Access level changed|Class name: MmsNotificationInd;<br>Method or attribute name: contentClass?: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: contentClass?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
803|Access level changed|Class name: MmsRespInd;<br>Method or attribute name: status: number;<br>Old version information: |Class name: MmsRespInd;<br>Method or attribute name: status: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
804|Access level changed|Class name: MmsDeliveryInd;<br>Method or attribute name: status: number;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: status: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
805|Access level changed|Class name: MmsRespInd;<br>Method or attribute name: reportAllowed?: ReportType;<br>Old version information: |Class name: MmsRespInd;<br>Method or attribute name: reportAllowed?: ReportType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
806|Access level changed|Class name: MmsAcknowledgeInd;<br>Method or attribute name: reportAllowed?: ReportType;<br>Old version information: |Class name: MmsAcknowledgeInd;<br>Method or attribute name: reportAllowed?: ReportType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
807|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: messageId: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: messageId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
808|Access level changed|Class name: MmsDeliveryInd;<br>Method or attribute name: messageId: string;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: messageId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
809|Access level changed|Class name: MmsReadOrigInd;<br>Method or attribute name: messageId: string;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: messageId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
810|Access level changed|Class name: MmsReadRecInd;<br>Method or attribute name: messageId: string;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: messageId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
811|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: date: number;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: date: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
812|Access level changed|Class name: MmsDeliveryInd;<br>Method or attribute name: date: number;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: date: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
813|Access level changed|Class name: MmsReadOrigInd;<br>Method or attribute name: date: number;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: date: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
814|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: to: Array\<MmsAddress>;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: to: Array\<MmsAddress>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
815|Access level changed|Class name: MmsDeliveryInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
816|Access level changed|Class name: MmsReadOrigInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
817|Access level changed|Class name: MmsReadRecInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
818|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: retrieveStatus?: number;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: retrieveStatus?: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
819|Access level changed|Class name: MmsRetrieveConf;<br>Method or attribute name: retrieveText?: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: retrieveText?: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
820|Access level changed|Class name: MmsReadOrigInd;<br>Method or attribute name: readStatus: number;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: readStatus: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
821|Access level changed|Class name: MmsReadRecInd;<br>Method or attribute name: readStatus: number;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: readStatus: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
822|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: contentId: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentId: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
823|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: contentDisposition: DispositionType;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentDisposition: DispositionType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
824|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: contentTransferEncoding: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentTransferEncoding: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
825|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: isSmil: boolean;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: isSmil: boolean;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
826|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: path?: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: path?: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
827|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: inBuff?: Array\<number>;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: inBuff?: Array\<number>;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
828|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: fileName?: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: fileName?: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
829|Access level changed|Class name: MmsAttachment;<br>Method or attribute name: charset?: MmsCharSets;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: charset?: MmsCharSets;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
830|Access level changed|Class name: MmsAddress;<br>Method or attribute name: address: string;<br>Old version information: |Class name: MmsAddress;<br>Method or attribute name: address: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
831|Access level changed|Class name: MmsAddress;<br>Method or attribute name: charset: MmsCharSets;<br>Old version information: |Class name: MmsAddress;<br>Method or attribute name: charset: MmsCharSets;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
832|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_SEND_REQ = 128<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_SEND_REQ = 128<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
833|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_SEND_CONF<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_SEND_CONF<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
834|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_NOTIFICATION_IND<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_NOTIFICATION_IND<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
835|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_RESP_IND<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_RESP_IND<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
836|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_RETRIEVE_CONF<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_RETRIEVE_CONF<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
837|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_ACKNOWLEDGE_IND<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_ACKNOWLEDGE_IND<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
838|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_DELIVERY_IND<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_DELIVERY_IND<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
839|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_READ_REC_IND<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_READ_REC_IND<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
840|Access level changed|Class name: MessageType;<br>Method or attribute name: TYPE_MMS_READ_ORIG_IND<br>Old version information: |Class name: MessageType;<br>Method or attribute name: TYPE_MMS_READ_ORIG_IND<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
841|Access level changed|Class name: MmsPriorityType;<br>Method or attribute name: MMS_LOW = 128<br>Old version information: |Class name: MmsPriorityType;<br>Method or attribute name: MMS_LOW = 128<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
842|Access level changed|Class name: MmsPriorityType;<br>Method or attribute name: MMS_NORMAL<br>Old version information: |Class name: MmsPriorityType;<br>Method or attribute name: MMS_NORMAL<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
843|Access level changed|Class name: MmsPriorityType;<br>Method or attribute name: MMS_HIGH<br>Old version information: |Class name: MmsPriorityType;<br>Method or attribute name: MMS_HIGH<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
844|Access level changed|Class name: MmsVersionType;<br>Method or attribute name: MMS_VERSION_1_0 = 0x10<br>Old version information: |Class name: MmsVersionType;<br>Method or attribute name: MMS_VERSION_1_0 = 0x10<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
845|Access level changed|Class name: MmsVersionType;<br>Method or attribute name: MMS_VERSION_1_1<br>Old version information: |Class name: MmsVersionType;<br>Method or attribute name: MMS_VERSION_1_1<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
846|Access level changed|Class name: MmsVersionType;<br>Method or attribute name: MMS_VERSION_1_2<br>Old version information: |Class name: MmsVersionType;<br>Method or attribute name: MMS_VERSION_1_2<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
847|Access level changed|Class name: MmsVersionType;<br>Method or attribute name: MMS_VERSION_1_3<br>Old version information: |Class name: MmsVersionType;<br>Method or attribute name: MMS_VERSION_1_3<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
848|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: BIG5 = 0X07EA<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: BIG5 = 0X07EA<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
849|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_10646_UCS_2 = 0X03E8<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_10646_UCS_2 = 0X03E8<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
850|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_1 = 0X04<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_1 = 0X04<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
851|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_2<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_2<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
852|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_3<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_3<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
853|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_4<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_4<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
854|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_5<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_5<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
855|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_6<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_6<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
856|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_7<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_7<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
857|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_8<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_8<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
858|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_9<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: ISO_8859_9<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
859|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: SHIFT_JIS = 0X11<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: SHIFT_JIS = 0X11<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
860|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: US_ASCII = 0X03<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: US_ASCII = 0X03<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
861|Access level changed|Class name: MmsCharSets;<br>Method or attribute name: UTF_8 = 0X6A<br>Old version information: |Class name: MmsCharSets;<br>Method or attribute name: UTF_8 = 0X6A<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
862|Access level changed|Class name: DispositionType;<br>Method or attribute name: FROM_DATA = 0<br>Old version information: |Class name: DispositionType;<br>Method or attribute name: FROM_DATA = 0<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
863|Access level changed|Class name: DispositionType;<br>Method or attribute name: ATTACHMENT<br>Old version information: |Class name: DispositionType;<br>Method or attribute name: ATTACHMENT<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
864|Access level changed|Class name: DispositionType;<br>Method or attribute name: INLINE<br>Old version information: |Class name: DispositionType;<br>Method or attribute name: INLINE<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
865|Access level changed|Class name: ReportType;<br>Method or attribute name: MMS_YES = 128<br>Old version information: |Class name: ReportType;<br>Method or attribute name: MMS_YES = 128<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
866|Access level changed|Class name: ReportType;<br>Method or attribute name: MMS_NO<br>Old version information: |Class name: ReportType;<br>Method or attribute name: MMS_NO<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
867|Access level changed|Class name: CBConfigOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: slotId: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
868|Access level changed|Class name: SimMessageOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: SimMessageOptions;<br>Method or attribute name: slotId: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
869|Access level changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: slotId: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
870|Access level changed|Class name: CBConfigOptions;<br>Method or attribute name: enable: boolean;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: enable: boolean;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
871|Access level changed|Class name: CBConfigOptions;<br>Method or attribute name: startMessageId: number;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: startMessageId: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
872|Access level changed|Class name: CBConfigOptions;<br>Method or attribute name: endMessageId: number;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: endMessageId: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
873|Access level changed|Class name: CBConfigOptions;<br>Method or attribute name: ranType: RanType;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: ranType: RanType;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
874|Access level changed|Class name: SimMessageOptions;<br>Method or attribute name: smsc: string;<br>Old version information: |Class name: SimMessageOptions;<br>Method or attribute name: smsc: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
875|Access level changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: smsc: string;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: smsc: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
876|Access level changed|Class name: SimMessageOptions;<br>Method or attribute name: pdu: string;<br>Old version information: |Class name: SimMessageOptions;<br>Method or attribute name: pdu: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
877|Access level changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: pdu: string;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: pdu: string;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
878|Access level changed|Class name: SimMessageOptions;<br>Method or attribute name: status: SimMessageStatus;<br>Old version information: |Class name: SimMessageOptions;<br>Method or attribute name: status: SimMessageStatus;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
879|Access level changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: msgIndex: number;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: msgIndex: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
880|Access level changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: newStatus: SimMessageStatus;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: newStatus: SimMessageStatus;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
881|Access level changed|Class name: SimShortMessage;<br>Method or attribute name: shortMessage: ShortMessage;<br>Old version information: |Class name: SimShortMessage;<br>Method or attribute name: shortMessage: ShortMessage;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
882|Access level changed|Class name: SimShortMessage;<br>Method or attribute name: simMessageStatus: SimMessageStatus;<br>Old version information: |Class name: SimShortMessage;<br>Method or attribute name: simMessageStatus: SimMessageStatus;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
883|Access level changed|Class name: SimShortMessage;<br>Method or attribute name: indexOnSim: number;<br>Old version information: |Class name: SimShortMessage;<br>Method or attribute name: indexOnSim: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
884|Access level changed|Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_FREE = 0<br>Old version information: |Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_FREE = 0<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
885|Access level changed|Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_READ = 1<br>Old version information: |Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_READ = 1<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
886|Access level changed|Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_UNREAD = 3<br>Old version information: |Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_UNREAD = 3<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
887|Access level changed|Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_SENT = 5<br>Old version information: |Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_SENT = 5<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
888|Access level changed|Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_UNSENT = 7<br>Old version information: |Class name: SimMessageStatus;<br>Method or attribute name: SIM_MESSAGE_STATUS_UNSENT = 7<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
889|Access level changed|Class name: RanType;<br>Method or attribute name: TYPE_GSM = 1<br>Old version information: |Class name: RanType;<br>Method or attribute name: TYPE_GSM = 1<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
890|Access level changed|Class name: RanType;<br>Method or attribute name: TYPE_CDMA = 2<br>Old version information: |Class name: RanType;<br>Method or attribute name: TYPE_CDMA = 2<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
891|Access level changed|Class name: SmsSegmentsInfo;<br>Method or attribute name: splitCount: number;<br>Old version information: |Class name: SmsSegmentsInfo;<br>Method or attribute name: splitCount: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
892|Access level changed|Class name: SmsSegmentsInfo;<br>Method or attribute name: encodeCount: number;<br>Old version information: |Class name: SmsSegmentsInfo;<br>Method or attribute name: encodeCount: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
893|Access level changed|Class name: SmsSegmentsInfo;<br>Method or attribute name: encodeCountRemaining: number;<br>Old version information: |Class name: SmsSegmentsInfo;<br>Method or attribute name: encodeCountRemaining: number;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
894|Access level changed|Class name: SmsSegmentsInfo;<br>Method or attribute name: scheme: SmsEncodingScheme;<br>Old version information: |Class name: SmsSegmentsInfo;<br>Method or attribute name: scheme: SmsEncodingScheme;<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
895|Access level changed|Class name: SmsEncodingScheme;<br>Method or attribute name: SMS_ENCODING_UNKNOWN = 0<br>Old version information: |Class name: SmsEncodingScheme;<br>Method or attribute name: SMS_ENCODING_UNKNOWN = 0<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
896|Access level changed|Class name: SmsEncodingScheme;<br>Method or attribute name: SMS_ENCODING_7BIT<br>Old version information: |Class name: SmsEncodingScheme;<br>Method or attribute name: SMS_ENCODING_7BIT<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
897|Access level changed|Class name: SmsEncodingScheme;<br>Method or attribute name: SMS_ENCODING_8BIT<br>Old version information: |Class name: SmsEncodingScheme;<br>Method or attribute name: SMS_ENCODING_8BIT<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
898|Access level changed|Class name: SmsEncodingScheme;<br>Method or attribute name: SMS_ENCODING_16BIT<br>Old version information: |Class name: SmsEncodingScheme;<br>Method or attribute name: SMS_ENCODING_16BIT<br>New version information: systemapi|@ohos.telephony.sms.d.ts|
899|Permission changed|Class name: call;<br>Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>Old version information: |Class name: call;<br>Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback\<boolean>): void;<br>New version information: ohos.permission.PLACE_CALL|@ohos.telephony.call.d.ts|
900|Permission changed|Class name: call;<br>Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise\<boolean>;<br>New version information: ohos.permission.PLACE_CALL|@ohos.telephony.call.d.ts|
901|Permission changed|Class name: call;<br>Method or attribute name: function muteRinger(): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function muteRinger(): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
902|Permission changed|Class name: call;<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function holdCall(callId: number): Promise\<void>;<br>New version information: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
903|Permission changed|Class name: call;<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function unHoldCall(callId: number): Promise\<void>;<br>New version information: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
904|Permission changed|Class name: call;<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function switchCall(callId: number): Promise\<void>;<br>New version information: ohos.permission.ANSWER_CALL|@ohos.telephony.call.d.ts|
905|Permission changed|Class name: call;<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallWaitingStatus(slotId: number): Promise\<CallWaitingStatus>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
906|Permission changed|Class name: call;<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
907|Permission changed|Class name: call;<br>Method or attribute name: function isInEmergencyCall(): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isInEmergencyCall(): Promise\<boolean>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
908|Permission changed|Class name: call;<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise\<RestrictionStatus>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
909|Permission changed|Class name: call;<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
910|Permission changed|Class name: call;<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>Old version information: |Class name: call;<br>Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise\<CallTransferResult>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
911|Permission changed|Class name: call;<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
912|Permission changed|Class name: call;<br>Method or attribute name: function isRinging(): Promise\<boolean>;<br>Old version information: |Class name: call;<br>Method or attribute name: function isRinging(): Promise\<boolean>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
913|Permission changed|Class name: call;<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: call;<br>Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
914|Permission changed|Class name: call;<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function enableImsSwitch(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
915|Permission changed|Class name: call;<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>Old version information: |Class name: call;<br>Method or attribute name: function disableImsSwitch(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.call.d.ts|
916|Permission changed|Class name: data;<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts|
917|Permission changed|Class name: data;<br>Method or attribute name: function isCellularDataEnabled(): Promise\<boolean>;<br>Old version information: |Class name: data;<br>Method or attribute name: function isCellularDataEnabled(): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.telephony.data.d.ts|
918|Permission changed|Class name: data;<br>Method or attribute name: function enableCellularData(): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function enableCellularData(): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts|
919|Permission changed|Class name: data;<br>Method or attribute name: function disableCellularData(): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function disableCellularData(): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts|
920|Permission changed|Class name: data;<br>Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>Old version information: |Class name: data;<br>Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.telephony.data.d.ts|
921|Permission changed|Class name: data;<br>Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts|
922|Permission changed|Class name: data;<br>Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>Old version information: |Class name: data;<br>Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.data.d.ts|
923|Permission changed|Class name: observer;<br>Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback\<NetworkState>): void;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.telephony.observer.d.ts|
924|Permission changed|Class name: observer;<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>Old version information: |Class name: observer;<br>Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback\<Array\<CellInformation>>): void;<br>New version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.observer.d.ts|
925|Permission changed|Class name: radio;<br>Method or attribute name: function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getRadioTech(slotId: number): Promise\<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts|
926|Permission changed|Class name: radio;<br>Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback\<NetworkState>): void;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts|
927|Permission changed|Class name: radio;<br>Method or attribute name: function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNetworkState(slotId?: number): Promise\<NetworkState>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts|
928|Permission changed|Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
929|Permission changed|Class name: radio;<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback\<Array\<CellInformation>>): void;<br>New version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
930|Permission changed|Class name: radio;<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getCellInformation(slotId?: number): Promise\<Array\<CellInformation>>;<br>New version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION|@ohos.telephony.radio.d.ts|
931|Permission changed|Class name: radio;<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
932|Permission changed|Class name: radio;<br>Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise\<NetworkSearchResult>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
933|Permission changed|Class name: radio;<br>Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
934|Permission changed|Class name: radio;<br>Method or attribute name: function getIMEI(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getIMEI(slotId?: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
935|Permission changed|Class name: radio;<br>Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
936|Permission changed|Class name: radio;<br>Method or attribute name: function getMEID(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getMEID(slotId?: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
937|Permission changed|Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback\<string>): void;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
938|Permission changed|Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
939|Permission changed|Class name: radio;<br>Method or attribute name: function setPrimarySlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setPrimarySlotId(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
940|Permission changed|Class name: radio;<br>Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void<br>Old version information: |Class name: radio;<br>Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback\<boolean>): void<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts|
941|Permission changed|Class name: radio;<br>Method or attribute name: function isRadioOn(slotId?: number): Promise\<boolean>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function isRadioOn(slotId?: number): Promise\<boolean>;<br>New version information: ohos.permission.GET_NETWORK_INFO|@ohos.telephony.radio.d.ts|
942|Permission changed|Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
943|Permission changed|Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId?: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOnRadio(slotId?: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
944|Permission changed|Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
945|Permission changed|Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId?: number): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function turnOffRadio(slotId?: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
946|Permission changed|Class name: radio;<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
947|Permission changed|Class name: radio;<br>Method or attribute name: function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getPreferredNetwork(slotId: number): Promise\<PreferredNetworkMode>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
948|Permission changed|Class name: radio;<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>Old version information: |Class name: radio;<br>Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise\<ImsRegInfo>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.radio.d.ts|
949|Permission changed|Class name: sim;<br>Method or attribute name: function getSimIccId(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimIccId(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
950|Permission changed|Class name: sim;<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
951|Permission changed|Class name: sim;<br>Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getVoiceMailNumber(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
952|Permission changed|Class name: sim;<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
953|Permission changed|Class name: sim;<br>Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
954|Permission changed|Class name: sim;<br>Method or attribute name: function getSimGid1(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimGid1(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
955|Permission changed|Class name: sim;<br>Method or attribute name: function getIMSI(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getIMSI(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
956|Permission changed|Class name: sim;<br>Method or attribute name: function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getSimAccountInfo(slotId: number): Promise\<IccAccountInfo>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
957|Permission changed|Class name: sim;<br>Method or attribute name: function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getActiveSimAccountInfoList(): Promise\<Array\<IccAccountInfo>>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
958|Permission changed|Class name: sim;<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
959|Permission changed|Class name: sim;<br>Method or attribute name: function activateSim(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function activateSim(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
960|Permission changed|Class name: sim;<br>Method or attribute name: function deactivateSim(slotId: number): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function deactivateSim(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
961|Permission changed|Class name: sim;<br>Method or attribute name: function setShowName(slotId: number, name: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setShowName(slotId: number, name: string): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
962|Permission changed|Class name: sim;<br>Method or attribute name: function getShowName(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getShowName(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
963|Permission changed|Class name: sim;<br>Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setShowNumber(slotId: number, number: string): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
964|Permission changed|Class name: sim;<br>Method or attribute name: function getShowNumber(slotId: number): Promise\<string>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getShowNumber(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
965|Permission changed|Class name: sim;<br>Method or attribute name: function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getOperatorConfigs(slotId: number): Promise\<Array\<OperatorConfig>>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
966|Permission changed|Class name: sim;<br>Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPin(slotId: number, pin: string): Promise\<LockStatusResponse>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
967|Permission changed|Class name: sim;<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise\<LockStatusResponse>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
968|Permission changed|Class name: sim;<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise\<LockStatusResponse>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
969|Permission changed|Class name: sim;<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise\<LockStatusResponse>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
970|Permission changed|Class name: sim;<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise\<LockStatusResponse>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
971|Permission changed|Class name: sim;<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise\<LockStatusResponse>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
972|Permission changed|Class name: sim;<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise\<LockStatusResponse>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
973|Permission changed|Class name: sim;<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise\<Array\<DiallingNumbersInfo>>;<br>New version information: ohos.permission.READ_CONTACTS|@ohos.telephony.sim.d.ts|
974|Permission changed|Class name: sim;<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: ohos.permission.WRITE_CONTACTS|@ohos.telephony.sim.d.ts|
975|Permission changed|Class name: sim;<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: ohos.permission.WRITE_CONTACTS|@ohos.telephony.sim.d.ts|
976|Permission changed|Class name: sim;<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise\<void>;<br>New version information: ohos.permission.WRITE_CONTACTS|@ohos.telephony.sim.d.ts|
977|Permission changed|Class name: sim;<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise\<LockState>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
978|Permission changed|Class name: sim;<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
979|Permission changed|Class name: sim;<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
980|Permission changed|Class name: sim;<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>Old version information: |Class name: sim;<br>Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise\<LockStatusResponse>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sim.d.ts|
981|Permission changed|Class name: sms;<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function splitMessage(content: string): Promise\<Array\<string>>;<br>New version information: ohos.permission.SEND_MESSAGES|@ohos.telephony.sms.d.ts|
982|Permission changed|Class name: sms;<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sms.d.ts|
983|Permission changed|Class name: sms;<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise\<void>;<br>New version information: ohos.permission.SET_TELEPHONY_STATE|@ohos.telephony.sms.d.ts|
984|Permission changed|Class name: sms;<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getSmscAddr(slotId: number): Promise\<string>;<br>New version information: ohos.permission.GET_TELEPHONY_STATE|@ohos.telephony.sms.d.ts|
985|Permission changed|Class name: sms;<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise\<void>;<br>New version information: ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES|@ohos.telephony.sms.d.ts|
986|Permission changed|Class name: sms;<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise\<void>;<br>New version information: ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES|@ohos.telephony.sms.d.ts|
987|Permission changed|Class name: sms;<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise\<void>;<br>New version information: ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES|@ohos.telephony.sms.d.ts|
988|Permission changed|Class name: sms;<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function getAllSimMessages(slotId: number): Promise\<Array\<SimShortMessage>>;<br>New version information: ohos.permission.RECEIVE_SMS|@ohos.telephony.sms.d.ts|
989|Permission changed|Class name: sms;<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>Old version information: |Class name: sms;<br>Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise\<void>;<br>New version information: ohos.permission.RECEIVE_SMS|@ohos.telephony.sms.d.ts|
990|Type changed|Class name: AudioDeviceInfo;<br>Method or attribute name: audioDeviceList: Array\<AudioDevice>;<br>Old version information: |Class name: AudioDeviceInfo;<br>Method or attribute name: audioDeviceList: Array\<AudioDevice>;<br>New version information: Array\<AudioDevice>|@ohos.telephony.call.d.ts|
991|Type changed|Class name: AudioDeviceInfo;<br>Method or attribute name: currentAudioDevice: AudioDevice;<br>Old version information: |Class name: AudioDeviceInfo;<br>Method or attribute name: currentAudioDevice: AudioDevice;<br>New version information: AudioDevice|@ohos.telephony.call.d.ts|
992|Type changed|Class name: AudioDeviceInfo;<br>Method or attribute name: isMuted: boolean;<br>Old version information: |Class name: AudioDeviceInfo;<br>Method or attribute name: isMuted: boolean;<br>New version information: boolean|@ohos.telephony.call.d.ts|
993|Type changed|Class name: CallTransferInfo;<br>Method or attribute name: transferNum: string;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: transferNum: string;<br>New version information: string|@ohos.telephony.call.d.ts|
994|Type changed|Class name: CallTransferInfo;<br>Method or attribute name: type: CallTransferType;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: type: CallTransferType;<br>New version information: CallTransferType|@ohos.telephony.call.d.ts|
995|Type changed|Class name: CallTransferInfo;<br>Method or attribute name: settingType: CallTransferSettingType;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: settingType: CallTransferSettingType;<br>New version information: CallTransferSettingType|@ohos.telephony.call.d.ts|
996|Type changed|Class name: CallTransferInfo;<br>Method or attribute name: startHour?: number;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: startHour?: number;<br>New version information: ?number|@ohos.telephony.call.d.ts|
997|Type changed|Class name: CallTransferInfo;<br>Method or attribute name: startMinute?: number;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: startMinute?: number;<br>New version information: ?number|@ohos.telephony.call.d.ts|
998|Type changed|Class name: CallTransferInfo;<br>Method or attribute name: endHour?: number;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: endHour?: number;<br>New version information: ?number|@ohos.telephony.call.d.ts|
999|Type changed|Class name: CallTransferInfo;<br>Method or attribute name: endMinute?: number;<br>Old version information: |Class name: CallTransferInfo;<br>Method or attribute name: endMinute?: number;<br>New version information: ?number|@ohos.telephony.call.d.ts|
1000|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: accountNumber: string;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: accountNumber: string;<br>New version information: string|@ohos.telephony.call.d.ts|
1001|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: speakerphoneOn: boolean;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: speakerphoneOn: boolean;<br>New version information: boolean|@ohos.telephony.call.d.ts|
1002|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: accountId: number;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: accountId: number;<br>New version information: number|@ohos.telephony.call.d.ts|
1003|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: videoState: VideoStateType;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: videoState: VideoStateType;<br>New version information: VideoStateType|@ohos.telephony.call.d.ts|
1004|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: startTime: number;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: startTime: number;<br>New version information: number|@ohos.telephony.call.d.ts|
1005|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: isEcc: boolean;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: isEcc: boolean;<br>New version information: boolean|@ohos.telephony.call.d.ts|
1006|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: callType: CallType;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: callType: CallType;<br>New version information: CallType|@ohos.telephony.call.d.ts|
1007|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: callId: number;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: callId: number;<br>New version information: number|@ohos.telephony.call.d.ts|
1008|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: callState: DetailedCallState;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: callState: DetailedCallState;<br>New version information: DetailedCallState|@ohos.telephony.call.d.ts|
1009|Type changed|Class name: CallAttributeOptions;<br>Method or attribute name: conferenceState: ConferenceState;<br>Old version information: |Class name: CallAttributeOptions;<br>Method or attribute name: conferenceState: ConferenceState;<br>New version information: ConferenceState|@ohos.telephony.call.d.ts|
1010|Type changed|Class name: CallRestrictionInfo;<br>Method or attribute name: type: CallRestrictionType;<br>Old version information: |Class name: CallRestrictionInfo;<br>Method or attribute name: type: CallRestrictionType;<br>New version information: CallRestrictionType|@ohos.telephony.call.d.ts|
1011|Type changed|Class name: CallRestrictionInfo;<br>Method or attribute name: password: string;<br>Old version information: |Class name: CallRestrictionInfo;<br>Method or attribute name: password: string;<br>New version information: string|@ohos.telephony.call.d.ts|
1012|Type changed|Class name: CallRestrictionInfo;<br>Method or attribute name: mode: CallRestrictionMode;<br>Old version information: |Class name: CallRestrictionInfo;<br>Method or attribute name: mode: CallRestrictionMode;<br>New version information: CallRestrictionMode|@ohos.telephony.call.d.ts|
1013|Type changed|Class name: CallEventOptions;<br>Method or attribute name: eventId: CallAbilityEventId,<br>Old version information: |Class name: CallEventOptions;<br>Method or attribute name: eventId: CallAbilityEventId,<br>New version information: CallAbilityEventId|@ohos.telephony.call.d.ts|
1014|Type changed|Class name: DialOptions;<br>Method or attribute name: extras?: boolean;<br>Old version information: |Class name: DialOptions;<br>Method or attribute name: extras?: boolean;<br>New version information: ?boolean|@ohos.telephony.call.d.ts|
1015|Type changed|Class name: DialOptions;<br>Method or attribute name: accountId?: number;<br>Old version information: |Class name: DialOptions;<br>Method or attribute name: accountId?: number;<br>New version information: ?number|@ohos.telephony.call.d.ts|
1016|Type changed|Class name: DialCallOptions;<br>Method or attribute name: accountId?: number;<br>Old version information: |Class name: DialCallOptions;<br>Method or attribute name: accountId?: number;<br>New version information: ?number|@ohos.telephony.call.d.ts|
1017|Type changed|Class name: DialOptions;<br>Method or attribute name: videoState?: VideoStateType;<br>Old version information: |Class name: DialOptions;<br>Method or attribute name: videoState?: VideoStateType;<br>New version information: ?VideoStateType|@ohos.telephony.call.d.ts|
1018|Type changed|Class name: DialCallOptions;<br>Method or attribute name: videoState?: VideoStateType;<br>Old version information: |Class name: DialCallOptions;<br>Method or attribute name: videoState?: VideoStateType;<br>New version information: ?VideoStateType|@ohos.telephony.call.d.ts|
1019|Type changed|Class name: DialOptions;<br>Method or attribute name: dialScene?: DialScene;<br>Old version information: |Class name: DialOptions;<br>Method or attribute name: dialScene?: DialScene;<br>New version information: ?DialScene|@ohos.telephony.call.d.ts|
1020|Type changed|Class name: DialCallOptions;<br>Method or attribute name: dialScene?: DialScene;<br>Old version information: |Class name: DialCallOptions;<br>Method or attribute name: dialScene?: DialScene;<br>New version information: ?DialScene|@ohos.telephony.call.d.ts|
1021|Type changed|Class name: DialOptions;<br>Method or attribute name: dialType?: DialType;<br>Old version information: |Class name: DialOptions;<br>Method or attribute name: dialType?: DialType;<br>New version information: ?DialType|@ohos.telephony.call.d.ts|
1022|Type changed|Class name: DialCallOptions;<br>Method or attribute name: dialType?: DialType;<br>Old version information: |Class name: DialCallOptions;<br>Method or attribute name: dialType?: DialType;<br>New version information: ?DialType|@ohos.telephony.call.d.ts|
1023|Type changed|Class name: RejectMessageOptions;<br>Method or attribute name: messageContent: string;<br>Old version information: |Class name: RejectMessageOptions;<br>Method or attribute name: messageContent: string;<br>New version information: string|@ohos.telephony.call.d.ts|
1024|Type changed|Class name: CallTransferResult;<br>Method or attribute name: status: TransferStatus;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: status: TransferStatus;<br>New version information: TransferStatus|@ohos.telephony.call.d.ts|
1025|Type changed|Class name: CallTransferResult;<br>Method or attribute name: number: string;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: number: string;<br>New version information: string|@ohos.telephony.call.d.ts|
1026|Type changed|Class name: CallTransferResult;<br>Method or attribute name: startHour: number;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: startHour: number;<br>New version information: number|@ohos.telephony.call.d.ts|
1027|Type changed|Class name: CallTransferResult;<br>Method or attribute name: startMinute: number;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: startMinute: number;<br>New version information: number|@ohos.telephony.call.d.ts|
1028|Type changed|Class name: CallTransferResult;<br>Method or attribute name: endHour: number;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: endHour: number;<br>New version information: number|@ohos.telephony.call.d.ts|
1029|Type changed|Class name: CallTransferResult;<br>Method or attribute name: endMinute: number;<br>Old version information: |Class name: CallTransferResult;<br>Method or attribute name: endMinute: number;<br>New version information: number|@ohos.telephony.call.d.ts|
1030|Type changed|Class name: EmergencyNumberOptions;<br>Method or attribute name: slotId?: number;<br>Old version information: |Class name: EmergencyNumberOptions;<br>Method or attribute name: slotId?: number;<br>New version information: ?number|@ohos.telephony.call.d.ts|
1031|Type changed|Class name: NumberFormatOptions;<br>Method or attribute name: countryCode?: string;<br>Old version information: |Class name: NumberFormatOptions;<br>Method or attribute name: countryCode?: string;<br>New version information: ?string|@ohos.telephony.call.d.ts|
1032|Type changed|Class name: MmiCodeResults;<br>Method or attribute name: result: MmiCodeResult;<br>Old version information: |Class name: MmiCodeResults;<br>Method or attribute name: result: MmiCodeResult;<br>New version information: MmiCodeResult|@ohos.telephony.call.d.ts|
1033|Type changed|Class name: MmiCodeResults;<br>Method or attribute name: message: string;<br>Old version information: |Class name: MmiCodeResults;<br>Method or attribute name: message: string;<br>New version information: string|@ohos.telephony.call.d.ts|
1034|Type changed|Class name: DisconnectedDetails;<br>Method or attribute name: message: string;<br>Old version information: |Class name: DisconnectedDetails;<br>Method or attribute name: message: string;<br>New version information: string|@ohos.telephony.call.d.ts|
1035|Type changed|Class name: DisconnectedDetails;<br>Method or attribute name: reason: DisconnectedReason;<br>Old version information: |Class name: DisconnectedDetails;<br>Method or attribute name: reason: DisconnectedReason;<br>New version information: DisconnectedReason|@ohos.telephony.call.d.ts|
1036|Type changed|Class name: SimStateData;<br>Method or attribute name: type: CardType;<br>Old version information: |Class name: SimStateData;<br>Method or attribute name: type: CardType;<br>New version information: CardType|@ohos.telephony.observer.d.ts|
1037|Type changed|Class name: SimStateData;<br>Method or attribute name: state: SimState;<br>Old version information: |Class name: SimStateData;<br>Method or attribute name: state: SimState;<br>New version information: SimState|@ohos.telephony.observer.d.ts|
1038|Type changed|Class name: SimStateData;<br>Method or attribute name: reason: LockReason;<br>Old version information: |Class name: SimStateData;<br>Method or attribute name: reason: LockReason;<br>New version information: LockReason|@ohos.telephony.observer.d.ts|
1039|Type changed|Class name: SignalInformation;<br>Method or attribute name: signalType: NetworkType;<br>Old version information: |Class name: SignalInformation;<br>Method or attribute name: signalType: NetworkType;<br>New version information: NetworkType|@ohos.telephony.radio.d.ts|
1040|Type changed|Class name: SignalInformation;<br>Method or attribute name: signalLevel: number;<br>Old version information: |Class name: SignalInformation;<br>Method or attribute name: signalLevel: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1041|Type changed|Class name: SignalInformation;<br>Method or attribute name: dBm: number;<br>Old version information: |Class name: SignalInformation;<br>Method or attribute name: dBm: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1042|Type changed|Class name: NetworkState;<br>Method or attribute name: longOperatorName: string;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: longOperatorName: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1043|Type changed|Class name: NetworkState;<br>Method or attribute name: shortOperatorName: string;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: shortOperatorName: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1044|Type changed|Class name: NetworkState;<br>Method or attribute name: plmnNumeric: string;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: plmnNumeric: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1045|Type changed|Class name: NetworkState;<br>Method or attribute name: isRoaming: boolean;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: isRoaming: boolean;<br>New version information: boolean|@ohos.telephony.radio.d.ts|
1046|Type changed|Class name: NetworkState;<br>Method or attribute name: regState: RegState;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: regState: RegState;<br>New version information: RegState|@ohos.telephony.radio.d.ts|
1047|Type changed|Class name: NetworkState;<br>Method or attribute name: cfgTech: RadioTechnology;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: cfgTech: RadioTechnology;<br>New version information: RadioTechnology|@ohos.telephony.radio.d.ts|
1048|Type changed|Class name: NetworkState;<br>Method or attribute name: nsaState: NsaState;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: nsaState: NsaState;<br>New version information: NsaState|@ohos.telephony.radio.d.ts|
1049|Type changed|Class name: NetworkState;<br>Method or attribute name: isCaActive: boolean;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: isCaActive: boolean;<br>New version information: boolean|@ohos.telephony.radio.d.ts|
1050|Type changed|Class name: NetworkState;<br>Method or attribute name: isEmergency: boolean;<br>Old version information: |Class name: NetworkState;<br>Method or attribute name: isEmergency: boolean;<br>New version information: boolean|@ohos.telephony.radio.d.ts|
1051|Type changed|Class name: CellInformation;<br>Method or attribute name: networkType: NetworkType;<br>Old version information: |Class name: CellInformation;<br>Method or attribute name: networkType: NetworkType;<br>New version information: NetworkType|@ohos.telephony.radio.d.ts|
1052|Type changed|Class name: CellInformation;<br>Method or attribute name: isCamped: boolean;<br>Old version information: |Class name: CellInformation;<br>Method or attribute name: isCamped: boolean;<br>New version information: boolean|@ohos.telephony.radio.d.ts|
1053|Type changed|Class name: CellInformation;<br>Method or attribute name: timeStamp: number;<br>Old version information: |Class name: CellInformation;<br>Method or attribute name: timeStamp: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1054|Type changed|Class name: CellInformation;<br>Method or attribute name: signalInformation: SignalInformation;<br>Old version information: |Class name: CellInformation;<br>Method or attribute name: signalInformation: SignalInformation;<br>New version information: SignalInformation|@ohos.telephony.radio.d.ts|
1055|Type changed|Class name: CellInformation;<br>Method or attribute name: data: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation \| TdscdmaCellInformation<br>      \| WcdmaCellInformation;<br>Old version information: |Class name: CellInformation;<br>Method or attribute name: data: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation \| TdscdmaCellInformation<br>      \| WcdmaCellInformation;<br>New version information: CdmaCellInformation \| GsmCellInformation \| LteCellInformation \| NrCellInformation\| TdscdmaCellInformation \| WcdmaCellInformation|@ohos.telephony.radio.d.ts|
1056|Type changed|Class name: CdmaCellInformation;<br>Method or attribute name: baseId: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: baseId: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1057|Type changed|Class name: CdmaCellInformation;<br>Method or attribute name: latitude: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: latitude: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1058|Type changed|Class name: CdmaCellInformation;<br>Method or attribute name: longitude: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: longitude: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1059|Type changed|Class name: CdmaCellInformation;<br>Method or attribute name: nid: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: nid: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1060|Type changed|Class name: CdmaCellInformation;<br>Method or attribute name: sid: number;<br>Old version information: |Class name: CdmaCellInformation;<br>Method or attribute name: sid: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1061|Type changed|Class name: GsmCellInformation;<br>Method or attribute name: lac: number;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: lac: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1062|Type changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: lac: number;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: lac: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1063|Type changed|Class name: WcdmaCellInformation;<br>Method or attribute name: lac: number;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: lac: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1064|Type changed|Class name: GsmCellInformation;<br>Method or attribute name: cellId: number;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: cellId: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1065|Type changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: cellId: number;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: cellId: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1066|Type changed|Class name: WcdmaCellInformation;<br>Method or attribute name: cellId: number;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: cellId: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1067|Type changed|Class name: GsmCellInformation;<br>Method or attribute name: arfcn: number;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: arfcn: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1068|Type changed|Class name: GsmCellInformation;<br>Method or attribute name: bsic: number;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: bsic: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1069|Type changed|Class name: GsmCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1070|Type changed|Class name: LteCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1071|Type changed|Class name: NrCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1072|Type changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1073|Type changed|Class name: WcdmaCellInformation;<br>Method or attribute name: mcc: string;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: mcc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1074|Type changed|Class name: GsmCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: GsmCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1075|Type changed|Class name: LteCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1076|Type changed|Class name: NrCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1077|Type changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1078|Type changed|Class name: WcdmaCellInformation;<br>Method or attribute name: mnc: string;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: mnc: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1079|Type changed|Class name: LteCellInformation;<br>Method or attribute name: cgi: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: cgi: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1080|Type changed|Class name: LteCellInformation;<br>Method or attribute name: pci: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: pci: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1081|Type changed|Class name: NrCellInformation;<br>Method or attribute name: pci: number;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: pci: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1082|Type changed|Class name: LteCellInformation;<br>Method or attribute name: tac: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: tac: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1083|Type changed|Class name: NrCellInformation;<br>Method or attribute name: tac: number;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: tac: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1084|Type changed|Class name: LteCellInformation;<br>Method or attribute name: earfcn: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: earfcn: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1085|Type changed|Class name: LteCellInformation;<br>Method or attribute name: bandwidth: number;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: bandwidth: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1086|Type changed|Class name: LteCellInformation;<br>Method or attribute name: isSupportEndc: boolean;<br>Old version information: |Class name: LteCellInformation;<br>Method or attribute name: isSupportEndc: boolean;<br>New version information: boolean|@ohos.telephony.radio.d.ts|
1087|Type changed|Class name: NrCellInformation;<br>Method or attribute name: nrArfcn: number;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: nrArfcn: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1088|Type changed|Class name: NrCellInformation;<br>Method or attribute name: nci: number;<br>Old version information: |Class name: NrCellInformation;<br>Method or attribute name: nci: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1089|Type changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: cpid: number;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: cpid: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1090|Type changed|Class name: TdscdmaCellInformation;<br>Method or attribute name: uarfcn: number;<br>Old version information: |Class name: TdscdmaCellInformation;<br>Method or attribute name: uarfcn: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1091|Type changed|Class name: WcdmaCellInformation;<br>Method or attribute name: uarfcn: number;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: uarfcn: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1092|Type changed|Class name: WcdmaCellInformation;<br>Method or attribute name: psc: number;<br>Old version information: |Class name: WcdmaCellInformation;<br>Method or attribute name: psc: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1093|Type changed|Class name: NetworkSearchResult;<br>Method or attribute name: isNetworkSearchSuccess: boolean;<br>Old version information: |Class name: NetworkSearchResult;<br>Method or attribute name: isNetworkSearchSuccess: boolean;<br>New version information: boolean|@ohos.telephony.radio.d.ts|
1094|Type changed|Class name: NetworkSearchResult;<br>Method or attribute name: networkSearchResult: Array\<NetworkInformation>;<br>Old version information: |Class name: NetworkSearchResult;<br>Method or attribute name: networkSearchResult: Array\<NetworkInformation>;<br>New version information: Array\<NetworkInformation>|@ohos.telephony.radio.d.ts|
1095|Type changed|Class name: NetworkInformation;<br>Method or attribute name: operatorName: string;<br>Old version information: |Class name: NetworkInformation;<br>Method or attribute name: operatorName: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1096|Type changed|Class name: NetworkInformation;<br>Method or attribute name: operatorNumeric: string;<br>Old version information: |Class name: NetworkInformation;<br>Method or attribute name: operatorNumeric: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1097|Type changed|Class name: NetworkInformation;<br>Method or attribute name: state: NetworkInformationState;<br>Old version information: |Class name: NetworkInformation;<br>Method or attribute name: state: NetworkInformationState;<br>New version information: NetworkInformationState|@ohos.telephony.radio.d.ts|
1098|Type changed|Class name: NetworkInformation;<br>Method or attribute name: radioTech: string;<br>Old version information: |Class name: NetworkInformation;<br>Method or attribute name: radioTech: string;<br>New version information: string|@ohos.telephony.radio.d.ts|
1099|Type changed|Class name: NetworkSelectionModeOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: NetworkSelectionModeOptions;<br>Method or attribute name: slotId: number;<br>New version information: number|@ohos.telephony.radio.d.ts|
1100|Type changed|Class name: NetworkSelectionModeOptions;<br>Method or attribute name: selectMode: NetworkSelectionMode;<br>Old version information: |Class name: NetworkSelectionModeOptions;<br>Method or attribute name: selectMode: NetworkSelectionMode;<br>New version information: NetworkSelectionMode|@ohos.telephony.radio.d.ts|
1101|Type changed|Class name: NetworkSelectionModeOptions;<br>Method or attribute name: networkInformation: NetworkInformation;<br>Old version information: |Class name: NetworkSelectionModeOptions;<br>Method or attribute name: networkInformation: NetworkInformation;<br>New version information: NetworkInformation|@ohos.telephony.radio.d.ts|
1102|Type changed|Class name: NetworkSelectionModeOptions;<br>Method or attribute name: resumeSelection: boolean;<br>Old version information: |Class name: NetworkSelectionModeOptions;<br>Method or attribute name: resumeSelection: boolean;<br>New version information: boolean|@ohos.telephony.radio.d.ts|
1103|Type changed|Class name: ImsRegInfo;<br>Method or attribute name: imsRegState: ImsRegState;<br>Old version information: |Class name: ImsRegInfo;<br>Method or attribute name: imsRegState: ImsRegState;<br>New version information: ImsRegState|@ohos.telephony.radio.d.ts|
1104|Type changed|Class name: ImsRegInfo;<br>Method or attribute name: imsRegTech: ImsRegTech;<br>Old version information: |Class name: ImsRegInfo;<br>Method or attribute name: imsRegTech: ImsRegTech;<br>New version information: ImsRegTech|@ohos.telephony.radio.d.ts|
1105|Type changed|Class name: OperatorConfig;<br>Method or attribute name: field: string;<br>Old version information: |Class name: OperatorConfig;<br>Method or attribute name: field: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1106|Type changed|Class name: OperatorConfig;<br>Method or attribute name: value: string;<br>Old version information: |Class name: OperatorConfig;<br>Method or attribute name: value: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1107|Type changed|Class name: IccAccountInfo;<br>Method or attribute name: simId: number;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: simId: number;<br>New version information: number|@ohos.telephony.sim.d.ts|
1108|Type changed|Class name: IccAccountInfo;<br>Method or attribute name: slotIndex: number;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: slotIndex: number;<br>New version information: number|@ohos.telephony.sim.d.ts|
1109|Type changed|Class name: IccAccountInfo;<br>Method or attribute name: isEsim: boolean;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: isEsim: boolean;<br>New version information: boolean|@ohos.telephony.sim.d.ts|
1110|Type changed|Class name: IccAccountInfo;<br>Method or attribute name: isActive: boolean;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: isActive: boolean;<br>New version information: boolean|@ohos.telephony.sim.d.ts|
1111|Type changed|Class name: IccAccountInfo;<br>Method or attribute name: iccId: string;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: iccId: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1112|Type changed|Class name: IccAccountInfo;<br>Method or attribute name: showName: string;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: showName: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1113|Type changed|Class name: IccAccountInfo;<br>Method or attribute name: showNumber: string;<br>Old version information: |Class name: IccAccountInfo;<br>Method or attribute name: showNumber: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1114|Type changed|Class name: LockStatusResponse;<br>Method or attribute name: result: number;<br>Old version information: |Class name: LockStatusResponse;<br>Method or attribute name: result: number;<br>New version information: number|@ohos.telephony.sim.d.ts|
1115|Type changed|Class name: LockStatusResponse;<br>Method or attribute name: remain?: number;<br>Old version information: |Class name: LockStatusResponse;<br>Method or attribute name: remain?: number;<br>New version information: ?number|@ohos.telephony.sim.d.ts|
1116|Type changed|Class name: DiallingNumbersInfo;<br>Method or attribute name: alphaTag: string;<br>Old version information: |Class name: DiallingNumbersInfo;<br>Method or attribute name: alphaTag: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1117|Type changed|Class name: DiallingNumbersInfo;<br>Method or attribute name: number: string;<br>Old version information: |Class name: DiallingNumbersInfo;<br>Method or attribute name: number: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1118|Type changed|Class name: DiallingNumbersInfo;<br>Method or attribute name: recordNumber?: number;<br>Old version information: |Class name: DiallingNumbersInfo;<br>Method or attribute name: recordNumber?: number;<br>New version information: ?number|@ohos.telephony.sim.d.ts|
1119|Type changed|Class name: DiallingNumbersInfo;<br>Method or attribute name: pin2?: string;<br>Old version information: |Class name: DiallingNumbersInfo;<br>Method or attribute name: pin2?: string;<br>New version information: ?string|@ohos.telephony.sim.d.ts|
1120|Type changed|Class name: LockInfo;<br>Method or attribute name: lockType: LockType;<br>Old version information: |Class name: LockInfo;<br>Method or attribute name: lockType: LockType;<br>New version information: LockType|@ohos.telephony.sim.d.ts|
1121|Type changed|Class name: LockInfo;<br>Method or attribute name: password: string;<br>Old version information: |Class name: LockInfo;<br>Method or attribute name: password: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1122|Type changed|Class name: PersoLockInfo;<br>Method or attribute name: password: string;<br>Old version information: |Class name: PersoLockInfo;<br>Method or attribute name: password: string;<br>New version information: string|@ohos.telephony.sim.d.ts|
1123|Type changed|Class name: LockInfo;<br>Method or attribute name: state: LockState;<br>Old version information: |Class name: LockInfo;<br>Method or attribute name: state: LockState;<br>New version information: LockState|@ohos.telephony.sim.d.ts|
1124|Type changed|Class name: PersoLockInfo;<br>Method or attribute name: lockType: PersoLockType;<br>Old version information: |Class name: PersoLockInfo;<br>Method or attribute name: lockType: PersoLockType;<br>New version information: PersoLockType|@ohos.telephony.sim.d.ts|
1125|Type changed|Class name: MmsInformation;<br>Method or attribute name: messageType: MessageType;<br>Old version information: |Class name: MmsInformation;<br>Method or attribute name: messageType: MessageType;<br>New version information: MessageType|@ohos.telephony.sms.d.ts|
1126|Type changed|Class name: MmsInformation;<br>Method or attribute name: mmsType: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \| MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd;<br>Old version information: |Class name: MmsInformation;<br>Method or attribute name: mmsType: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \| MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd;<br>New version information: MmsSendReq \| MmsSendConf \| MmsNotificationInd \| MmsRespInd \| MmsRetrieveConf \| MmsAcknowledgeInd \|MmsDeliveryInd \| MmsReadOrigInd \| MmsReadRecInd|@ohos.telephony.sms.d.ts|
1127|Type changed|Class name: MmsInformation;<br>Method or attribute name: attachment?: Array\<MmsAttachment>;<br>Old version information: |Class name: MmsInformation;<br>Method or attribute name: attachment?: Array\<MmsAttachment>;<br>New version information: ?Array\<MmsAttachment>|@ohos.telephony.sms.d.ts|
1128|Type changed|Class name: MmsSendReq;<br>Method or attribute name: from: MmsAddress;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: from: MmsAddress;<br>New version information: MmsAddress|@ohos.telephony.sms.d.ts|
1129|Type changed|Class name: MmsReadOrigInd;<br>Method or attribute name: from: MmsAddress;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: from: MmsAddress;<br>New version information: MmsAddress|@ohos.telephony.sms.d.ts|
1130|Type changed|Class name: MmsReadRecInd;<br>Method or attribute name: from: MmsAddress;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: from: MmsAddress;<br>New version information: MmsAddress|@ohos.telephony.sms.d.ts|
1131|Type changed|Class name: MmsSendReq;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: transactionId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1132|Type changed|Class name: MmsSendConf;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsSendConf;<br>Method or attribute name: transactionId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1133|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: transactionId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1134|Type changed|Class name: MmsRespInd;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsRespInd;<br>Method or attribute name: transactionId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1135|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: transactionId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1136|Type changed|Class name: MmsAcknowledgeInd;<br>Method or attribute name: transactionId: string;<br>Old version information: |Class name: MmsAcknowledgeInd;<br>Method or attribute name: transactionId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1137|Type changed|Class name: MmsSendReq;<br>Method or attribute name: contentType: string;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: contentType: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1138|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: contentType: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: contentType: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1139|Type changed|Class name: MmsAttachment;<br>Method or attribute name: contentType: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentType: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1140|Type changed|Class name: MmsSendReq;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1141|Type changed|Class name: MmsSendConf;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsSendConf;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1142|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1143|Type changed|Class name: MmsRespInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsRespInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1144|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1145|Type changed|Class name: MmsAcknowledgeInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsAcknowledgeInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1146|Type changed|Class name: MmsDeliveryInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1147|Type changed|Class name: MmsReadOrigInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1148|Type changed|Class name: MmsReadRecInd;<br>Method or attribute name: version: MmsVersionType;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: version: MmsVersionType;<br>New version information: MmsVersionType|@ohos.telephony.sms.d.ts|
1149|Type changed|Class name: MmsSendReq;<br>Method or attribute name: to?: Array\<MmsAddress>;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: to?: Array\<MmsAddress>;<br>New version information: ?Array\<MmsAddress>|@ohos.telephony.sms.d.ts|
1150|Type changed|Class name: MmsSendReq;<br>Method or attribute name: date?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: date?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1151|Type changed|Class name: MmsReadRecInd;<br>Method or attribute name: date?: number;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: date?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1152|Type changed|Class name: MmsSendReq;<br>Method or attribute name: cc?: Array\<MmsAddress>;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: cc?: Array\<MmsAddress>;<br>New version information: ?Array\<MmsAddress>|@ohos.telephony.sms.d.ts|
1153|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: cc?: Array\<MmsAddress>;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: cc?: Array\<MmsAddress>;<br>New version information: ?Array\<MmsAddress>|@ohos.telephony.sms.d.ts|
1154|Type changed|Class name: MmsSendReq;<br>Method or attribute name: bcc?: Array\<MmsAddress>;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: bcc?: Array\<MmsAddress>;<br>New version information: ?Array\<MmsAddress>|@ohos.telephony.sms.d.ts|
1155|Type changed|Class name: MmsSendReq;<br>Method or attribute name: subject?: string;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: subject?: string;<br>New version information: ?string|@ohos.telephony.sms.d.ts|
1156|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: subject?: string;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: subject?: string;<br>New version information: ?string|@ohos.telephony.sms.d.ts|
1157|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: subject?: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: subject?: string;<br>New version information: ?string|@ohos.telephony.sms.d.ts|
1158|Type changed|Class name: MmsSendReq;<br>Method or attribute name: messageClass?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: messageClass?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1159|Type changed|Class name: MmsSendReq;<br>Method or attribute name: expiry?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: expiry?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1160|Type changed|Class name: MmsSendReq;<br>Method or attribute name: priority?: MmsPriorityType;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: priority?: MmsPriorityType;<br>New version information: ?MmsPriorityType|@ohos.telephony.sms.d.ts|
1161|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: priority?: MmsPriorityType;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: priority?: MmsPriorityType;<br>New version information: ?MmsPriorityType|@ohos.telephony.sms.d.ts|
1162|Type changed|Class name: MmsSendReq;<br>Method or attribute name: senderVisibility?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: senderVisibility?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1163|Type changed|Class name: MmsSendReq;<br>Method or attribute name: deliveryReport?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: deliveryReport?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1164|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: deliveryReport?: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: deliveryReport?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1165|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: deliveryReport?: number;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: deliveryReport?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1166|Type changed|Class name: MmsSendReq;<br>Method or attribute name: readReport?: number;<br>Old version information: |Class name: MmsSendReq;<br>Method or attribute name: readReport?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1167|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: readReport?: number;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: readReport?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1168|Type changed|Class name: MmsSendConf;<br>Method or attribute name: responseState: number;<br>Old version information: |Class name: MmsSendConf;<br>Method or attribute name: responseState: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1169|Type changed|Class name: MmsSendConf;<br>Method or attribute name: messageId?: string;<br>Old version information: |Class name: MmsSendConf;<br>Method or attribute name: messageId?: string;<br>New version information: ?string|@ohos.telephony.sms.d.ts|
1170|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: messageClass: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: messageClass: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1171|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: messageSize: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: messageSize: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1172|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: expiry: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: expiry: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1173|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: contentLocation: string;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: contentLocation: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1174|Type changed|Class name: MmsAttachment;<br>Method or attribute name: contentLocation: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentLocation: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1175|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: from?: MmsAddress;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: from?: MmsAddress;<br>New version information: ?MmsAddress|@ohos.telephony.sms.d.ts|
1176|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: from?: MmsAddress;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: from?: MmsAddress;<br>New version information: ?MmsAddress|@ohos.telephony.sms.d.ts|
1177|Type changed|Class name: MmsNotificationInd;<br>Method or attribute name: contentClass?: number;<br>Old version information: |Class name: MmsNotificationInd;<br>Method or attribute name: contentClass?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1178|Type changed|Class name: MmsRespInd;<br>Method or attribute name: status: number;<br>Old version information: |Class name: MmsRespInd;<br>Method or attribute name: status: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1179|Type changed|Class name: MmsDeliveryInd;<br>Method or attribute name: status: number;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: status: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1180|Type changed|Class name: ShortMessage;<br>Method or attribute name: status: number;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: status: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1181|Type changed|Class name: MmsRespInd;<br>Method or attribute name: reportAllowed?: ReportType;<br>Old version information: |Class name: MmsRespInd;<br>Method or attribute name: reportAllowed?: ReportType;<br>New version information: ?ReportType|@ohos.telephony.sms.d.ts|
1182|Type changed|Class name: MmsAcknowledgeInd;<br>Method or attribute name: reportAllowed?: ReportType;<br>Old version information: |Class name: MmsAcknowledgeInd;<br>Method or attribute name: reportAllowed?: ReportType;<br>New version information: ?ReportType|@ohos.telephony.sms.d.ts|
1183|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: messageId: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: messageId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1184|Type changed|Class name: MmsDeliveryInd;<br>Method or attribute name: messageId: string;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: messageId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1185|Type changed|Class name: MmsReadOrigInd;<br>Method or attribute name: messageId: string;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: messageId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1186|Type changed|Class name: MmsReadRecInd;<br>Method or attribute name: messageId: string;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: messageId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1187|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: date: number;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: date: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1188|Type changed|Class name: MmsDeliveryInd;<br>Method or attribute name: date: number;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: date: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1189|Type changed|Class name: MmsReadOrigInd;<br>Method or attribute name: date: number;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: date: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1190|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: to: Array\<MmsAddress>;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: to: Array\<MmsAddress>;<br>New version information: Array\<MmsAddress>|@ohos.telephony.sms.d.ts|
1191|Type changed|Class name: MmsDeliveryInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>Old version information: |Class name: MmsDeliveryInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>New version information: Array\<MmsAddress>|@ohos.telephony.sms.d.ts|
1192|Type changed|Class name: MmsReadOrigInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>New version information: Array\<MmsAddress>|@ohos.telephony.sms.d.ts|
1193|Type changed|Class name: MmsReadRecInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: to: Array\<MmsAddress>;<br>New version information: Array\<MmsAddress>|@ohos.telephony.sms.d.ts|
1194|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: retrieveStatus?: number;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: retrieveStatus?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1195|Type changed|Class name: MmsRetrieveConf;<br>Method or attribute name: retrieveText?: string;<br>Old version information: |Class name: MmsRetrieveConf;<br>Method or attribute name: retrieveText?: string;<br>New version information: ?string|@ohos.telephony.sms.d.ts|
1196|Type changed|Class name: MmsReadOrigInd;<br>Method or attribute name: readStatus: number;<br>Old version information: |Class name: MmsReadOrigInd;<br>Method or attribute name: readStatus: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1197|Type changed|Class name: MmsReadRecInd;<br>Method or attribute name: readStatus: number;<br>Old version information: |Class name: MmsReadRecInd;<br>Method or attribute name: readStatus: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1198|Type changed|Class name: MmsAttachment;<br>Method or attribute name: contentId: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentId: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1199|Type changed|Class name: MmsAttachment;<br>Method or attribute name: contentDisposition: DispositionType;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentDisposition: DispositionType;<br>New version information: DispositionType|@ohos.telephony.sms.d.ts|
1200|Type changed|Class name: MmsAttachment;<br>Method or attribute name: contentTransferEncoding: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: contentTransferEncoding: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1201|Type changed|Class name: MmsAttachment;<br>Method or attribute name: isSmil: boolean;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: isSmil: boolean;<br>New version information: boolean|@ohos.telephony.sms.d.ts|
1202|Type changed|Class name: MmsAttachment;<br>Method or attribute name: path?: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: path?: string;<br>New version information: ?string|@ohos.telephony.sms.d.ts|
1203|Type changed|Class name: MmsAttachment;<br>Method or attribute name: inBuff?: Array\<number>;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: inBuff?: Array\<number>;<br>New version information: ?Array\<number>|@ohos.telephony.sms.d.ts|
1204|Type changed|Class name: MmsAttachment;<br>Method or attribute name: fileName?: string;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: fileName?: string;<br>New version information: ?string|@ohos.telephony.sms.d.ts|
1205|Type changed|Class name: MmsAttachment;<br>Method or attribute name: charset?: MmsCharSets;<br>Old version information: |Class name: MmsAttachment;<br>Method or attribute name: charset?: MmsCharSets;<br>New version information: ?MmsCharSets|@ohos.telephony.sms.d.ts|
1206|Type changed|Class name: MmsAddress;<br>Method or attribute name: address: string;<br>Old version information: |Class name: MmsAddress;<br>Method or attribute name: address: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1207|Type changed|Class name: MmsAddress;<br>Method or attribute name: charset: MmsCharSets;<br>Old version information: |Class name: MmsAddress;<br>Method or attribute name: charset: MmsCharSets;<br>New version information: MmsCharSets|@ohos.telephony.sms.d.ts|
1208|Type changed|Class name: CBConfigOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: slotId: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1209|Type changed|Class name: SimMessageOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: SimMessageOptions;<br>Method or attribute name: slotId: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1210|Type changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: slotId: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1211|Type changed|Class name: SendMessageOptions;<br>Method or attribute name: slotId: number;<br>Old version information: |Class name: SendMessageOptions;<br>Method or attribute name: slotId: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1212|Type changed|Class name: CBConfigOptions;<br>Method or attribute name: enable: boolean;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: enable: boolean;<br>New version information: boolean|@ohos.telephony.sms.d.ts|
1213|Type changed|Class name: CBConfigOptions;<br>Method or attribute name: startMessageId: number;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: startMessageId: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1214|Type changed|Class name: CBConfigOptions;<br>Method or attribute name: endMessageId: number;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: endMessageId: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1215|Type changed|Class name: CBConfigOptions;<br>Method or attribute name: ranType: RanType;<br>Old version information: |Class name: CBConfigOptions;<br>Method or attribute name: ranType: RanType;<br>New version information: RanType|@ohos.telephony.sms.d.ts|
1216|Type changed|Class name: SimMessageOptions;<br>Method or attribute name: smsc: string;<br>Old version information: |Class name: SimMessageOptions;<br>Method or attribute name: smsc: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1217|Type changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: smsc: string;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: smsc: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1218|Type changed|Class name: SimMessageOptions;<br>Method or attribute name: pdu: string;<br>Old version information: |Class name: SimMessageOptions;<br>Method or attribute name: pdu: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1219|Type changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: pdu: string;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: pdu: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1220|Type changed|Class name: SimMessageOptions;<br>Method or attribute name: status: SimMessageStatus;<br>Old version information: |Class name: SimMessageOptions;<br>Method or attribute name: status: SimMessageStatus;<br>New version information: SimMessageStatus|@ohos.telephony.sms.d.ts|
1221|Type changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: msgIndex: number;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: msgIndex: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1222|Type changed|Class name: UpdateSimMessageOptions;<br>Method or attribute name: newStatus: SimMessageStatus;<br>Old version information: |Class name: UpdateSimMessageOptions;<br>Method or attribute name: newStatus: SimMessageStatus;<br>New version information: SimMessageStatus|@ohos.telephony.sms.d.ts|
1223|Type changed|Class name: ShortMessage;<br>Method or attribute name: visibleMessageBody: string;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: visibleMessageBody: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1224|Type changed|Class name: ShortMessage;<br>Method or attribute name: visibleRawAddress: string;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: visibleRawAddress: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1225|Type changed|Class name: ShortMessage;<br>Method or attribute name: messageClass: ShortMessageClass;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: messageClass: ShortMessageClass;<br>New version information: ShortMessageClass|@ohos.telephony.sms.d.ts|
1226|Type changed|Class name: ShortMessage;<br>Method or attribute name: protocolId: number;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: protocolId: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1227|Type changed|Class name: ShortMessage;<br>Method or attribute name: scAddress: string;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: scAddress: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1228|Type changed|Class name: ShortMessage;<br>Method or attribute name: scTimestamp: number;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: scTimestamp: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1229|Type changed|Class name: ShortMessage;<br>Method or attribute name: isReplaceMessage: boolean;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: isReplaceMessage: boolean;<br>New version information: boolean|@ohos.telephony.sms.d.ts|
1230|Type changed|Class name: ShortMessage;<br>Method or attribute name: hasReplyPath: boolean;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: hasReplyPath: boolean;<br>New version information: boolean|@ohos.telephony.sms.d.ts|
1231|Type changed|Class name: ShortMessage;<br>Method or attribute name: pdu: Array\<number>;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: pdu: Array\<number>;<br>New version information: Array\<number>|@ohos.telephony.sms.d.ts|
1232|Type changed|Class name: IDeliveryShortMessageCallback;<br>Method or attribute name: pdu: Array\<number>;<br>Old version information: |Class name: IDeliveryShortMessageCallback;<br>Method or attribute name: pdu: Array\<number>;<br>New version information: Array\<number>|@ohos.telephony.sms.d.ts|
1233|Type changed|Class name: ShortMessage;<br>Method or attribute name: isSmsStatusReportMessage: boolean;<br>Old version information: |Class name: ShortMessage;<br>Method or attribute name: isSmsStatusReportMessage: boolean;<br>New version information: boolean|@ohos.telephony.sms.d.ts|
1234|Type changed|Class name: SimShortMessage;<br>Method or attribute name: shortMessage: ShortMessage;<br>Old version information: |Class name: SimShortMessage;<br>Method or attribute name: shortMessage: ShortMessage;<br>New version information: ShortMessage|@ohos.telephony.sms.d.ts|
1235|Type changed|Class name: SimShortMessage;<br>Method or attribute name: simMessageStatus: SimMessageStatus;<br>Old version information: |Class name: SimShortMessage;<br>Method or attribute name: simMessageStatus: SimMessageStatus;<br>New version information: SimMessageStatus|@ohos.telephony.sms.d.ts|
1236|Type changed|Class name: SimShortMessage;<br>Method or attribute name: indexOnSim: number;<br>Old version information: |Class name: SimShortMessage;<br>Method or attribute name: indexOnSim: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1237|Type changed|Class name: SendMessageOptions;<br>Method or attribute name: destinationHost: string;<br>Old version information: |Class name: SendMessageOptions;<br>Method or attribute name: destinationHost: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1238|Type changed|Class name: SendMessageOptions;<br>Method or attribute name: serviceCenter?: string;<br>Old version information: |Class name: SendMessageOptions;<br>Method or attribute name: serviceCenter?: string;<br>New version information: ?string|@ohos.telephony.sms.d.ts|
1239|Type changed|Class name: SendMessageOptions;<br>Method or attribute name: content: string \| Array\<number>;<br>Old version information: |Class name: SendMessageOptions;<br>Method or attribute name: content: string \| Array\<number>;<br>New version information: string \| Array\<number>|@ohos.telephony.sms.d.ts|
1240|Type changed|Class name: SendMessageOptions;<br>Method or attribute name: destinationPort?: number;<br>Old version information: |Class name: SendMessageOptions;<br>Method or attribute name: destinationPort?: number;<br>New version information: ?number|@ohos.telephony.sms.d.ts|
1241|Type changed|Class name: SendMessageOptions;<br>Method or attribute name: sendCallback?: AsyncCallback\<ISendShortMessageCallback>;<br>Old version information: |Class name: SendMessageOptions;<br>Method or attribute name: sendCallback?: AsyncCallback\<ISendShortMessageCallback>;<br>New version information: ?AsyncCallback\<ISendShortMessageCallback>|@ohos.telephony.sms.d.ts|
1242|Type changed|Class name: SendMessageOptions;<br>Method or attribute name: deliveryCallback?: AsyncCallback\<IDeliveryShortMessageCallback>;<br>Old version information: |Class name: SendMessageOptions;<br>Method or attribute name: deliveryCallback?: AsyncCallback\<IDeliveryShortMessageCallback>;<br>New version information: ?AsyncCallback\<IDeliveryShortMessageCallback>|@ohos.telephony.sms.d.ts|
1243|Type changed|Class name: ISendShortMessageCallback;<br>Method or attribute name: result: SendSmsResult;<br>Old version information: |Class name: ISendShortMessageCallback;<br>Method or attribute name: result: SendSmsResult;<br>New version information: SendSmsResult|@ohos.telephony.sms.d.ts|
1244|Type changed|Class name: ISendShortMessageCallback;<br>Method or attribute name: url: string;<br>Old version information: |Class name: ISendShortMessageCallback;<br>Method or attribute name: url: string;<br>New version information: string|@ohos.telephony.sms.d.ts|
1245|Type changed|Class name: ISendShortMessageCallback;<br>Method or attribute name: isLastPart: boolean;<br>Old version information: |Class name: ISendShortMessageCallback;<br>Method or attribute name: isLastPart: boolean;<br>New version information: boolean|@ohos.telephony.sms.d.ts|
1246|Type changed|Class name: SmsSegmentsInfo;<br>Method or attribute name: splitCount: number;<br>Old version information: |Class name: SmsSegmentsInfo;<br>Method or attribute name: splitCount: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1247|Type changed|Class name: SmsSegmentsInfo;<br>Method or attribute name: encodeCount: number;<br>Old version information: |Class name: SmsSegmentsInfo;<br>Method or attribute name: encodeCount: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1248|Type changed|Class name: SmsSegmentsInfo;<br>Method or attribute name: encodeCountRemaining: number;<br>Old version information: |Class name: SmsSegmentsInfo;<br>Method or attribute name: encodeCountRemaining: number;<br>New version information: number|@ohos.telephony.sms.d.ts|
1249|Type changed|Class name: SmsSegmentsInfo;<br>Method or attribute name: scheme: SmsEncodingScheme;<br>Old version information: |Class name: SmsSegmentsInfo;<br>Method or attribute name: scheme: SmsEncodingScheme;<br>New version information: SmsEncodingScheme|@ohos.telephony.sms.d.ts|
1250|Function changed|Class name: call;<br>Method or attribute name: function setVoNRState(slotId: number, state: VoNRState, callback: AsyncCallback\<boolean>): void;|Class name: call;<br>Method or attribute name: function setVoNRState(slotId: number, state: VoNRState, callback: AsyncCallback\<void>): void;|@ohos.telephony.call.d.ts|
1251|Function changed|Class name: call;<br>Method or attribute name: function setVoNRState(slotId: number, state: VoNRState): Promise\<boolean>;|Class name: call;<br>Method or attribute name: function setVoNRState(slotId: number, state: VoNRState): Promise\<void>;|@ohos.telephony.call.d.ts|
1252|Function changed|Class name: VoNRState;<br>Method or attribute name: VONR_STATE_ON = 0|Class name: VoNRState;<br>Method or attribute name: VONR_STATE_ON = 1|@ohos.telephony.call.d.ts|
1253|Function changed|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: number, callback: AsyncCallback\<String>): void;|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: number, callback: AsyncCallback\<string>): void;|@ohos.telephony.radio.d.ts|
1254|Function changed|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: number): Promise\<String>;|Class name: radio;<br>Method or attribute name: function getBasebandVersion(slotId: number): Promise\<string>;|@ohos.telephony.radio.d.ts|
1255