Change Type Old Version New Version d.ts File
Added NA Class name: AudioDeviceType;
Method or attribute name: DEVICE_EARPIECE
@ohos.telephony.call.d.ts
Added NA Class name: AudioDeviceType;
Method or attribute name: DEVICE_SPEAKER
@ohos.telephony.call.d.ts
Added NA Class name: AudioDeviceType;
Method or attribute name: DEVICE_WIRED_HEADSET
@ohos.telephony.call.d.ts
Added NA Class name: AudioDeviceType;
Method or attribute name: DEVICE_BLUETOOTH_SCO
@ohos.telephony.call.d.ts
Added NA Class name: NROptionMode;
Method or attribute name: NR_OPTION_UNKNOWN
@ohos.telephony.radio.d.ts
Added NA Class name: NROptionMode;
Method or attribute name: NR_OPTION_NSA_ONLY
@ohos.telephony.radio.d.ts
Added NA Class name: NROptionMode;
Method or attribute name: NR_OPTION_SA_ONLY
@ohos.telephony.radio.d.ts
Added NA Class name: NROptionMode;
Method or attribute name: NR_OPTION_NSA_AND_SA
@ohos.telephony.radio.d.ts
Added NA Class name: call;
Method or attribute name: function hasCallSync(): boolean;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function getCallStateSync(): CallState;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function on(type: 'audioDeviceChange', callback: Callback<AudioDeviceCallbackInfo>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function off(type: 'audioDeviceChange', callback?: Callback<AudioDeviceCallbackInfo>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string, callback: AsyncCallback<void>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function setCallRestrictionPassword(slotId: number, oldPassword: string, newPassword: string): Promise<void>;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function kickOutFromConference(callId: number, callback: AsyncCallback<void>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function kickOutFromConference(callId: number): Promise<void>;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function closeUnfinishedUssd(slotId: number, callback: AsyncCallback<void>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function closeUnfinishedUssd(slotId: number): Promise<void>;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function setVoNRState(slotId: number, state: VoNRState, callback: AsyncCallback<void>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function setVoNRState(slotId: number, state: VoNRState): Promise<void>;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function getVoNRState(slotId: number, callback: AsyncCallback<VoNRState>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function getVoNRState(slotId: number): Promise<VoNRState>;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function canSetCallTransferTime(slotId: number, callback: AsyncCallback<boolean>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function canSetCallTransferTime(slotId: number): Promise<boolean>;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function inputDialerSpecialCode(inputCode: string, callback: AsyncCallback<void>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function inputDialerSpecialCode(inputCode: string): Promise<void>;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function removeMissedIncomingCallNotification(callback: AsyncCallback<void>): void;
@ohos.telephony.call.d.ts
Added NA Class name: call;
Method or attribute name: function removeMissedIncomingCallNotification(): Promise<void>;
@ohos.telephony.call.d.ts
Added NA Class name: VoNRState;
Method or attribute name: VONR_STATE_OFF = 0
@ohos.telephony.call.d.ts
Added NA Class name: VoNRState;
Method or attribute name: VONR_STATE_ON = 1
@ohos.telephony.call.d.ts
Added NA Class name: AudioDevice;
Method or attribute name: deviceType: AudioDeviceType;
@ohos.telephony.call.d.ts
Added NA Class name: AudioDevice;
Method or attribute name: address?: string;
@ohos.telephony.call.d.ts
Added NA Class name: AudioDeviceCallbackInfo;
Method or attribute name: audioDeviceList: Array<AudioDevice>;
@ohos.telephony.call.d.ts
Added NA Class name: AudioDeviceCallbackInfo;
Method or attribute name: currentAudioDevice: AudioDevice;
@ohos.telephony.call.d.ts
Added NA Class name: AudioDeviceCallbackInfo;
Method or attribute name: isMuted: boolean;
@ohos.telephony.call.d.ts
Added NA Class name: data;
Method or attribute name: function getDefaultCellularDataSimId(): number;
@ohos.telephony.data.d.ts
Added NA Class name: observer;
Method or attribute name: function on(type: 'iccAccountInfoChange', callback: Callback<void>): void;
@ohos.telephony.observer.d.ts
Added NA Class name: observer;
Method or attribute name: function off(type: 'iccAccountInfoChange', callback?: Callback<void>): void;
@ohos.telephony.observer.d.ts
Added NA Class name: radio;
Method or attribute name: function getISOCountryCodeForNetworkSync(slotId: number): string;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function getSignalInformationSync(slotId: number): Array<SignalInformation>;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function getOperatorNameSync(slotId: number): string;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function getBasebandVersion(slotId: number, callback: AsyncCallback<string>): void;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function getBasebandVersion(slotId: number): Promise<string>;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function setNROptionMode(slotId: number, mode: NROptionMode, callback: AsyncCallback<void>): void;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function setNROptionMode(slotId: number, mode: NROptionMode): Promise<void>;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function getNROptionMode(slotId: number, callback: AsyncCallback<NROptionMode>): void;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function getNROptionMode(slotId: number): Promise<NROptionMode>;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function setNetworkCapability(slotId: number, type: NetworkCapabilityType, state: NetworkCapabilityState,
callback: AsyncCallback<void>): void;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function setNetworkCapability(slotId: number, type: NetworkCapabilityType, state: NetworkCapabilityState): Promise<void>;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function getNetworkCapability(slotId: number, type: NetworkCapabilityType,
callback: AsyncCallback<NetworkCapabilityState>): void;
@ohos.telephony.radio.d.ts
Added NA Class name: radio;
Method or attribute name: function getNetworkCapability(slotId: number, type: NetworkCapabilityType): Promise<NetworkCapabilityState>;
@ohos.telephony.radio.d.ts
Added NA Class name: NetworkCapabilityType;
Method or attribute name: SERVICE_TYPE_LTE
@ohos.telephony.radio.d.ts
Added NA Class name: NetworkCapabilityType;
Method or attribute name: SERVICE_TYPE_NR
@ohos.telephony.radio.d.ts
Added NA Class name: NetworkCapabilityState;
Method or attribute name: SERVICE_CAPABILITY_OFF
@ohos.telephony.radio.d.ts
Added NA Class name: NetworkCapabilityState;
Method or attribute name: SERVICE_CAPABILITY_ON
@ohos.telephony.radio.d.ts
Added NA Class name: sim;
Method or attribute name: function isSimActiveSync(slotId: number): boolean;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getISOCountryCodeForSimSync(slotId: number): string;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getSimOperatorNumericSync(slotId: number): string;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getSimSpnSync(slotId: number): string;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getSimStateSync(slotId: number): SimState;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getCardTypeSync(slotId: number): CardType;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function hasSimCardSync(slotId: number): boolean;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getOpKeySync(slotId: number): string;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getOpNameSync(slotId: number): string;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getDefaultVoiceSimId(callback: AsyncCallback<number>): void;
@ohos.telephony.sim.d.ts
Added NA Class name: sim;
Method or attribute name: function getDefaultVoiceSimId(): Promise<number>;
@ohos.telephony.sim.d.ts
Added NA Class name: sms;
Method or attribute name: function sendShortMessage(options: SendMessageOptions, callback: AsyncCallback<void>): void;
@ohos.telephony.sms.d.ts
Added NA Class name: sms;
Method or attribute name: function sendShortMessage(options: SendMessageOptions): Promise<void>;
@ohos.telephony.sms.d.ts
Added NA Class name: sms;
Method or attribute name: function getDefaultSmsSimId(callback: AsyncCallback<number>): void;
@ohos.telephony.sms.d.ts
Added NA Class name: sms;
Method or attribute name: function getDefaultSmsSimId(): Promise<number>;
@ohos.telephony.sms.d.ts
Deprecated version changed Class name: call;
Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: call;
Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void;
New version information: 9
Substitute API: telephony.call#dialCall
@ohos.telephony.call.d.ts
Deprecated version changed Class name: call;
Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise<boolean>;
New version information: 9
Substitute API: telephony.call#dialCall
@ohos.telephony.call.d.ts
Deprecated version changed Class name: radio;
Method or attribute name: function getNrOptionMode(callback: AsyncCallback<NrOptionMode>): void;
Old version information:
Class name: radio;
Method or attribute name: function getNrOptionMode(callback: AsyncCallback<NrOptionMode>): void;
New version information: 10
Substitute API: telephony.radio#getNROptionMode
@ohos.telephony.radio.d.ts
Deprecated version changed Class name: radio;
Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback<NrOptionMode>): void;
Old version information:
Class name: radio;
Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback<NrOptionMode>): void;
New version information: 10
Substitute API: telephony.radio#getNROptionMode
@ohos.telephony.radio.d.ts
Deprecated version changed Class name: radio;
Method or attribute name: function getNrOptionMode(slotId?: number): Promise<NrOptionMode>;
Old version information:
Class name: radio;
Method or attribute name: function getNrOptionMode(slotId?: number): Promise<NrOptionMode>;
New version information: 10
Substitute API: telephony.radio#getNROptionMode
@ohos.telephony.radio.d.ts
Deprecated version changed Class name: NrOptionMode;
Method or attribute name: export enum NrOptionMode
Old version information:
Class name: NrOptionMode;
Method or attribute name: export enum NrOptionMode
New version information: 10
Substitute API: telephony.radio#NROptionMode
@ohos.telephony.radio.d.ts
Deprecated version changed Class name: NrOptionMode;
Method or attribute name: NR_OPTION_UNKNOWN
Old version information:
Class name: NrOptionMode;
Method or attribute name: NR_OPTION_UNKNOWN
New version information: 10
Substitute API: telephony.radio#NROptionMode
@ohos.telephony.radio.d.ts
Deprecated version changed Class name: NrOptionMode;
Method or attribute name: NR_OPTION_NSA_ONLY
Old version information:
Class name: NrOptionMode;
Method or attribute name: NR_OPTION_NSA_ONLY
New version information: 10
Substitute API: telephony.radio#NROptionMode
@ohos.telephony.radio.d.ts
Deprecated version changed Class name: NrOptionMode;
Method or attribute name: NR_OPTION_SA_ONLY
Old version information:
Class name: NrOptionMode;
Method or attribute name: NR_OPTION_SA_ONLY
New version information: 10
Substitute API: telephony.radio#NROptionMode
@ohos.telephony.radio.d.ts
Deprecated version changed Class name: NrOptionMode;
Method or attribute name: NR_OPTION_NSA_AND_SA
Old version information:
Class name: NrOptionMode;
Method or attribute name: NR_OPTION_NSA_AND_SA
New version information: 10
Substitute API: telephony.radio#NROptionMode
@ohos.telephony.radio.d.ts
Deprecated version changed Class name: sms;
Method or attribute name: function sendMessage(options: SendMessageOptions): void;
Old version information:
Class name: sms;
Method or attribute name: function sendMessage(options: SendMessageOptions): void;
New version information: 10
Substitute API: telephony.sms#sendShortMessage
@ohos.telephony.sms.d.ts
Error code added Class name: call;
Method or attribute name: function muteRinger(): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function muteRinger(): Promise<void>;
New version information: 201,202,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: call;
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback<boolean>): void;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise<boolean>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback<string>): void;
Old version information:
Class name: call;
Method or attribute name: function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback<string>): void;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise<string>;
Old version information:
Class name: call;
Method or attribute name: function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise<string>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise<string>;
Old version information:
Class name: call;
Method or attribute name: function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise<string>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function holdCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function holdCall(callId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function unHoldCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function unHoldCall(callId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function switchCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function switchCall(callId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function combineConference(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function combineConference(callId: number): Promise<void>;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function getMainCallId(callId: number): Promise<number>;
Old version information:
Class name: call;
Method or attribute name: function getMainCallId(callId: number): Promise<number>;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function getSubCallIdList(callId: number): Promise<Array<string>>;
Old version information:
Class name: call;
Method or attribute name: function getSubCallIdList(callId: number): Promise<Array<string>>;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function getCallIdListForConference(callId: number): Promise<Array<string>>;
Old version information:
Class name: call;
Method or attribute name: function getCallIdListForConference(callId: number): Promise<Array<string>>;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise<CallWaitingStatus>;
Old version information:
Class name: call;
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise<CallWaitingStatus>;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise<void>;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function startDTMF(callId: number, character: string): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function startDTMF(callId: number, character: string): Promise<void>;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function stopDTMF(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function stopDTMF(callId: number): Promise<void>;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function isInEmergencyCall(): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isInEmergencyCall(): Promise<boolean>;
New version information: 201,202,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function isNewCallAllowed(): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isNewCallAllowed(): Promise<boolean>;
New version information: 202,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function separateConference(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function separateConference(callId: number): Promise<void>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise<RestrictionStatus>;
Old version information:
Class name: call;
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise<RestrictionStatus>;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise<void>;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise<CallTransferResult>;
Old version information:
Class name: call;
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise<CallTransferResult>;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise<void>;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function isRinging(): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isRinging(): Promise<boolean>;
New version information: 201,202,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function setMuted(): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setMuted(): Promise<void>;
New version information: 202,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function cancelMuted(): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function cancelMuted(): Promise<void>;
New version information: 202,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array<string>): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array<string>): Promise<void>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise<void>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function enableImsSwitch(slotId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function enableImsSwitch(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function disableImsSwitch(slotId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function disableImsSwitch(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: call;
Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise<boolean>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code added Class name: data;
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301001
@ohos.telephony.data.d.ts
Error code added Class name: data;
Method or attribute name: function isCellularDataEnabled(): Promise<boolean>;
Old version information:
Class name: data;
Method or attribute name: function isCellularDataEnabled(): Promise<boolean>;
New version information: 201,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code added Class name: data;
Method or attribute name: function enableCellularData(): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function enableCellularData(): Promise<void>;
New version information: 201,202,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code added Class name: data;
Method or attribute name: function disableCellularData(): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function disableCellularData(): Promise<void>;
New version information: 201,202,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code added Class name: data;
Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise<boolean>;
Old version information:
Class name: data;
Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise<boolean>;
New version information: 201,401,8300001,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code added Class name: data;
Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code added Class name: data;
Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code added Class name: observer;
Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback<NetworkState>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback<NetworkState>): void;
New version information: 201,401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code added Class name: observer;
Method or attribute name: function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback<Array<SignalInformation>>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback<Array<SignalInformation>>): void;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code added Class name: observer;
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback<Array<CellInformation>>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback<Array<CellInformation>>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code added Class name: observer;
Method or attribute name: function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },
callback: Callback<{ state: DataConnectState, network: RatType }>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'cellularDataConnectionStateChange', options: { slotId: number },
callback: Callback<{ state: DataConnectState, network: RatType }>): void;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code added Class name: observer;
Method or attribute name: function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback<DataFlowType>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback<DataFlowType>): void;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code added Class name: observer;
Method or attribute name: function on(type: 'callStateChange', options: { slotId: number }, callback: Callback<{ state: CallState, number: string }>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'callStateChange', options: { slotId: number }, callback: Callback<{ state: CallState, number: string }>): void;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code added Class name: observer;
Method or attribute name: function on(type: 'simStateChange', options: { slotId: number }, callback: Callback<SimStateData>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'simStateChange', options: { slotId: number }, callback: Callback<SimStateData>): void;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code added Class name: radio;
Method or attribute name: function getRadioTech(slotId: number): Promise<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;
Old version information:
Class name: radio;
Method or attribute name: function getRadioTech(slotId: number): Promise<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;
New version information: 201,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback<NetworkState>): void;
Old version information:
Class name: radio;
Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback<NetworkState>): void;
New version information: 201,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getNetworkState(slotId?: number): Promise<NetworkState>;
Old version information:
Class name: radio;
Method or attribute name: function getNetworkState(slotId?: number): Promise<NetworkState>;
New version information: 201,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void;
Old version information:
Class name: radio;
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getCellInformation(slotId?: number): Promise<Array<CellInformation>>;
Old version information:
Class name: radio;
Method or attribute name: function getCellInformation(slotId?: number): Promise<Array<CellInformation>>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getNetworkSelectionMode(slotId: number): Promise<NetworkSelectionMode>;
Old version information:
Class name: radio;
Method or attribute name: function getNetworkSelectionMode(slotId: number): Promise<NetworkSelectionMode>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise<NetworkSearchResult>;
Old version information:
Class name: radio;
Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise<NetworkSearchResult>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getISOCountryCodeForNetwork(slotId: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getISOCountryCodeForNetwork(slotId: number): Promise<string>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback<NrOptionMode>): void;
Old version information:
Class name: radio;
Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback<NrOptionMode>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getNrOptionMode(slotId?: number): Promise<NrOptionMode>;
Old version information:
Class name: radio;
Method or attribute name: function getNrOptionMode(slotId?: number): Promise<NrOptionMode>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getIMEI(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getIMEI(slotId?: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getMEID(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getMEID(slotId?: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getPrimarySlotId(): Promise<number>;
Old version information:
Class name: radio;
Method or attribute name: function getPrimarySlotId(): Promise<number>;
New version information: 8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function setPrimarySlotId(slotId: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setPrimarySlotId(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getSignalInformation(slotId: number): Promise<Array<SignalInformation>>;
Old version information:
Class name: radio;
Method or attribute name: function getSignalInformation(slotId: number): Promise<Array<SignalInformation>>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: radio;
Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback<boolean>): void;
New version information: 201,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function isRadioOn(slotId?: number): Promise<boolean>;
Old version information:
Class name: radio;
Method or attribute name: function isRadioOn(slotId?: number): Promise<boolean>;
New version information: 201,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function turnOnRadio(slotId?: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function turnOnRadio(slotId?: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function turnOffRadio(slotId?: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function turnOffRadio(slotId?: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getOperatorName(slotId: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getOperatorName(slotId: number): Promise<string>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getPreferredNetwork(slotId: number): Promise<PreferredNetworkMode>;
Old version information:
Class name: radio;
Method or attribute name: function getPreferredNetwork(slotId: number): Promise<PreferredNetworkMode>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: radio;
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise<ImsRegInfo>;
Old version information:
Class name: radio;
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise<ImsRegInfo>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code added Class name: sim;
Method or attribute name: function hasOperatorPrivileges(slotId: number): Promise<boolean>;
Old version information:
Class name: sim;
Method or attribute name: function hasOperatorPrivileges(slotId: number): Promise<boolean>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getISOCountryCodeForSim(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getISOCountryCodeForSim(slotId: number): Promise<string>;
New version information: 401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getSimOperatorNumeric(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimOperatorNumeric(slotId: number): Promise<string>;
New version information: 401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getSimSpn(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimSpn(slotId: number): Promise<string>;
New version information: 401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getSimState(slotId: number): Promise<SimState>;
Old version information:
Class name: sim;
Method or attribute name: function getSimState(slotId: number): Promise<SimState>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getCardType(slotId: number): Promise<CardType>;
Old version information:
Class name: sim;
Method or attribute name: function getCardType(slotId: number): Promise<CardType>;
New version information: 401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getSimIccId(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimIccId(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getVoiceMailNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getVoiceMailNumber(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getSimGid1(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimGid1(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getIMSI(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getIMSI(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function hasSimCard(slotId: number): Promise<boolean>;
Old version information:
Class name: sim;
Method or attribute name: function hasSimCard(slotId: number): Promise<boolean>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getSimAccountInfo(slotId: number): Promise<IccAccountInfo>;
Old version information:
Class name: sim;
Method or attribute name: function getSimAccountInfo(slotId: number): Promise<IccAccountInfo>;
New version information: 401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getActiveSimAccountInfoList(): Promise<Array<IccAccountInfo>>;
Old version information:
Class name: sim;
Method or attribute name: function getActiveSimAccountInfoList(): Promise<Array<IccAccountInfo>>;
New version information: 8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301001
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function activateSim(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function activateSim(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function deactivateSim(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function deactivateSim(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function setShowName(slotId: number, name: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setShowName(slotId: number, name: string): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getShowName(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getShowName(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function setShowNumber(slotId: number, number: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setShowNumber(slotId: number, number: string): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getShowNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getShowNumber(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getOperatorConfigs(slotId: number): Promise<Array<OperatorConfig>>;
Old version information:
Class name: sim;
Method or attribute name: function getOperatorConfigs(slotId: number): Promise<Array<OperatorConfig>>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function unlockPin(slotId: number, pin: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPin(slotId: number, pin: string): Promise<LockStatusResponse>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise<LockStatusResponse>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise<LockStatusResponse>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise<LockStatusResponse>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise<LockStatusResponse>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise<LockStatusResponse>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise<Array<DiallingNumbersInfo>>;
Old version information:
Class name: sim;
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise<Array<DiallingNumbersInfo>>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise<LockState>;
Old version information:
Class name: sim;
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise<LockState>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise<LockStatusResponse>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getOpKey(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getOpKey(slotId: number): Promise<string>;
New version information: 401,801,8300001,8300002,8300003,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sim;
Method or attribute name: function getOpName(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getOpName(slotId: number): Promise<string>;
New version information: 401,801,8300001,8300002,8300003,8300999
@ohos.telephony.sim.d.ts
Error code added Class name: sms;
Method or attribute name: function splitMessage(content: string): Promise<Array<string>>;
Old version information:
Class name: sms;
Method or attribute name: function splitMessage(content: string): Promise<Array<string>>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function createMessage(pdu: Array<number>, specification: string): Promise<ShortMessage>;
Old version information:
Class name: sms;
Method or attribute name: function createMessage(pdu: Array<number>, specification: string): Promise<ShortMessage>;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function getSmscAddr(slotId: number): Promise<string>;
Old version information:
Class name: sms;
Method or attribute name: function getSmscAddr(slotId: number): Promise<string>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function getAllSimMessages(slotId: number): Promise<Array<SimShortMessage>>;
Old version information:
Class name: sms;
Method or attribute name: function getAllSimMessages(slotId: number): Promise<Array<SimShortMessage>>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise<SmsSegmentsInfo>;
Old version information:
Class name: sms;
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise<SmsSegmentsInfo>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function isImsSmsSupported(slotId: number): Promise<boolean>;
Old version information:
Class name: sms;
Method or attribute name: function isImsSmsSupported(slotId: number): Promise<boolean>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function getImsShortMessageFormat(): Promise<string>;
Old version information:
Class name: sms;
Method or attribute name: function getImsShortMessageFormat(): Promise<string>;
New version information: 202,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function decodeMms(mmsFilePathName: string | Array<number>): Promise<MmsInformation>;
Old version information:
Class name: sms;
Method or attribute name: function decodeMms(mmsFilePathName: string | Array<number>): Promise<MmsInformation>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code added Class name: sms;
Method or attribute name: function encodeMms(mms: MmsInformation): Promise<Array<number>>;
Old version information:
Class name: sms;
Method or attribute name: function encodeMms(mms: MmsInformation): Promise<Array<number>>;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: call;
Method or attribute name: function dialCall(phoneNumber: string, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function dialCall(phoneNumber: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300005,8300006,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300005,8300006,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function dialCall(phoneNumber: string, options?: DialCallOptions): Promise<void>;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function dialCall(phoneNumber: string, options?: DialCallOptions): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300005,8300006,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function muteRinger(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function muteRinger(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function answerCall(callId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function answerCall(callId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function answerCall(callId?: number): Promise<void>;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function answerCall(callId?: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function answerCall(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function answerCall(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function hangUpCall(callId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function hangUpCall(callId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function hangUpCall(callId?: number): Promise<void>;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function hangUpCall(callId?: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function hangUpCall(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function hangUpCall(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function rejectCall(callId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function rejectCall(callId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function rejectCall(callId?: number, options?: RejectMessageOptions): Promise<void>;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function rejectCall(callId?: number, options?: RejectMessageOptions): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function rejectCall(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function rejectCall(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function rejectCall(options: RejectMessageOptions, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function rejectCall(options: RejectMessageOptions, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function holdCall(callId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function holdCall(callId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function unHoldCall(callId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function switchCall(callId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function switchCall(callId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function combineConference(callId: number, callback: AsyncCallback<void>): void;
Old version information: 401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function combineConference(callId: number, callback: AsyncCallback<void>): void;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function getMainCallId(callId: number, callback: AsyncCallback<number>): void;
Old version information: 401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function getMainCallId(callId: number, callback: AsyncCallback<number>): void;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function getSubCallIdList(callId: number, callback: AsyncCallback<Array<string>>): void;
Old version information: 401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function getSubCallIdList(callId: number, callback: AsyncCallback<Array<string>>): void;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function getCallIdListForConference(callId: number, callback: AsyncCallback<Array<string>>): void;
Old version information: 401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function getCallIdListForConference(callId: number, callback: AsyncCallback<Array<string>>): void;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback<CallWaitingStatus>): void;
Old version information: 201,401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function getCallWaitingStatus(slotId: number, callback: AsyncCallback<CallWaitingStatus>): void;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback<void>): void;
Old version information: 201,401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback<void>): void;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function startDTMF(callId: number, character: string, callback: AsyncCallback<void>): void;
Old version information: 401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function startDTMF(callId: number, character: string, callback: AsyncCallback<void>): void;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function stopDTMF(callId: number, callback: AsyncCallback<void>): void;
Old version information: 401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function stopDTMF(callId: number, callback: AsyncCallback<void>): void;
New version information: 202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function isInEmergencyCall(callback: AsyncCallback<boolean>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function isInEmergencyCall(callback: AsyncCallback<boolean>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function on(type: 'callDetailsChange', callback: Callback<CallAttributeOptions>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function on(type: 'callDetailsChange', callback: Callback<CallAttributeOptions>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function on(type: 'callEventChange', callback: Callback<CallEventOptions>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function on(type: 'callEventChange', callback: Callback<CallEventOptions>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback<DisconnectedDetails>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function on(type: 'callDisconnectedCause', callback: Callback<DisconnectedDetails>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function on(type: 'mmiCodeResult', callback: Callback<MmiCodeResults>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function on(type: 'mmiCodeResult', callback: Callback<MmiCodeResults>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback<CallAttributeOptions>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function off(type: 'callDetailsChange', callback?: Callback<CallAttributeOptions>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function off(type: 'callEventChange', callback?: Callback<CallEventOptions>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function off(type: 'callEventChange', callback?: Callback<CallEventOptions>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback<DisconnectedDetails>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function off(type: 'callDisconnectedCause', callback?: Callback<DisconnectedDetails>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function off(type: 'mmiCodeResult', callback?: Callback<MmiCodeResults>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function off(type: 'mmiCodeResult', callback?: Callback<MmiCodeResults>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function isNewCallAllowed(callback: AsyncCallback<boolean>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function isNewCallAllowed(callback: AsyncCallback<boolean>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function separateConference(callId: number, callback: AsyncCallback<void>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function separateConference(callId: number, callback: AsyncCallback<void>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback<RestrictionStatus>): void;
Old version information: 201,401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback<RestrictionStatus>): void;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback<void>): void;
Old version information: 201,401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback<void>): void;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback<CallTransferResult>): void;
Old version information: 201,401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback<CallTransferResult>): void;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback<void>): void;
Old version information: 201,401,801,8300001,8300002,8300003
Class name: call;
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback<void>): void;
New version information: 201,202,401,801,8300001,8300002,8300003
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function isRinging(callback: AsyncCallback<boolean>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function isRinging(callback: AsyncCallback<boolean>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function setMuted(callback: AsyncCallback<void>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function setMuted(callback: AsyncCallback<void>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function cancelMuted(callback: AsyncCallback<void>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function cancelMuted(callback: AsyncCallback<void>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback<void>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array<string>, callback: AsyncCallback<void>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array<string>, callback: AsyncCallback<void>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback<void>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback<void>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function enableImsSwitch(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function disableImsSwitch(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: call;
Method or attribute name: function isImsSwitchEnabled(slotId: number, callback: AsyncCallback<boolean>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: call;
Method or attribute name: function isImsSwitchEnabled(slotId: number, callback: AsyncCallback<boolean>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.call.d.ts
Error code changed Class name: data;
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301001
Class name: data;
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301001
@ohos.telephony.data.d.ts
Error code changed Class name: data;
Method or attribute name: function enableCellularData(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: data;
Method or attribute name: function enableCellularData(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code changed Class name: data;
Method or attribute name: function disableCellularData(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: data;
Method or attribute name: function disableCellularData(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code changed Class name: data;
Method or attribute name: function enableCellularDataRoaming(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: data;
Method or attribute name: function enableCellularDataRoaming(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code changed Class name: data;
Method or attribute name: function disableCellularDataRoaming(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: data;
Method or attribute name: function disableCellularDataRoaming(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.data.d.ts
Error code changed Class name: observer;
Method or attribute name: function on(type: 'cellInfoChange', callback: Callback<Array<CellInformation>>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: observer;
Method or attribute name: function on(type: 'cellInfoChange', callback: Callback<Array<CellInformation>>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code changed Class name: observer;
Method or attribute name: function off(type: 'cellInfoChange', callback?: Callback<Array<CellInformation>>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: observer;
Method or attribute name: function off(type: 'cellInfoChange', callback?: Callback<Array<CellInformation>>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.observer.d.ts
Error code changed Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(slotId?: number): Promise<void>;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(slotId?: number): Promise<void>;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getCellInformation(callback: AsyncCallback<Array<CellInformation>>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getCellInformation(callback: AsyncCallback<Array<CellInformation>>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getNetworkSearchInformation(slotId: number, callback: AsyncCallback<NetworkSearchResult>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getNetworkSearchInformation(slotId: number, callback: AsyncCallback<NetworkSearchResult>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getNrOptionMode(callback: AsyncCallback<NrOptionMode>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getNrOptionMode(callback: AsyncCallback<NrOptionMode>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getIMEI(callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getIMEI(callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getMEID(callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getMEID(callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getUniqueDeviceId(callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getUniqueDeviceId(callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getPrimarySlotId(callback: AsyncCallback<number>): void;
Old version information: 8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getPrimarySlotId(callback: AsyncCallback<number>): void;
New version information: 401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function setPrimarySlotId(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: radio;
Method or attribute name: function setPrimarySlotId(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function turnOnRadio(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function turnOnRadio(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function turnOffRadio(callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function turnOffRadio(callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getPreferredNetwork(slotId: number, callback: AsyncCallback<PreferredNetworkMode>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getPreferredNetwork(slotId: number, callback: AsyncCallback<PreferredNetworkMode>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback<ImsRegInfo>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType, callback: AsyncCallback<ImsRegInfo>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback<ImsRegInfo>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function on(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback: Callback<ImsRegInfo>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: radio;
Method or attribute name: function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback<ImsRegInfo>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: radio;
Method or attribute name: function off(type: 'imsRegStateChange', slotId: number, imsType: ImsServiceType, callback?: Callback<ImsRegInfo>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.radio.d.ts
Error code changed Class name: sim;
Method or attribute name: function getSimIccId(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getSimIccId(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getVoiceMailNumber(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getVoiceMailNumber(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getSimGid1(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getSimGid1(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getIMSI(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getIMSI(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback<IccAccountInfo>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback<IccAccountInfo>): void;
New version information: 401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback<Array<IccAccountInfo>>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback<Array<IccAccountInfo>>): void;
New version information: 401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301001
Class name: sim;
Method or attribute name: function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301001
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function activateSim(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function activateSim(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function deactivateSim(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function deactivateSim(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function setShowName(slotId: number, name: string, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function setShowName(slotId: number, name: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getShowName(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getShowName(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function setShowNumber(slotId: number, number: string, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function setShowNumber(slotId: number, number: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getShowNumber(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function getShowNumber(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getOperatorConfigs(slotId: number, callback: AsyncCallback<Array<OperatorConfig>>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sim;
Method or attribute name: function getOperatorConfigs(slotId: number, callback: AsyncCallback<Array<OperatorConfig>>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function unlockPin(slotId: number, pin: string, callback: AsyncCallback<LockStatusResponse>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function unlockPin(slotId: number, pin: string, callback: AsyncCallback<LockStatusResponse>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback<LockStatusResponse>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback<LockStatusResponse>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback<LockStatusResponse>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback<LockStatusResponse>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback<LockStatusResponse>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback<LockStatusResponse>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback<LockStatusResponse>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback<LockStatusResponse>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback<LockStatusResponse>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback<LockStatusResponse>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback<LockStatusResponse>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback<LockStatusResponse>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback<Array<DiallingNumbersInfo>>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback<Array<DiallingNumbersInfo>>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback<LockState>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback<LockState>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sim;
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sim.d.ts
Error code changed Class name: sim;
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback<LockStatusResponse>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999,8301002
Class name: sim;
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback<LockStatusResponse>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999,8301002
@ohos.telephony.sim.d.ts
Error code changed Class name: sms;
Method or attribute name: function splitMessage(content: string, callback: AsyncCallback<Array<string>>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function splitMessage(content: string, callback: AsyncCallback<Array<string>>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300004,8300999
Class name: sms;
Method or attribute name: function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300004,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback<string>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function getSmscAddr(slotId: number, callback: AsyncCallback<string>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function addSimMessage(options: SimMessageOptions, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallback<Array<SimShortMessage>>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function getAllSimMessages(slotId: number, callback: AsyncCallback<Array<SimShortMessage>>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCallback<void>): void;
Old version information: 201,401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function setCBConfig(options: CBConfigOptions, callback: AsyncCallback<void>): void;
New version information: 201,202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback<SmsSegmentsInfo>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback<SmsSegmentsInfo>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallback<boolean>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function isImsSmsSupported(slotId: number, callback: AsyncCallback<boolean>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback<string>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function getImsShortMessageFormat(callback: AsyncCallback<string>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function decodeMms(mmsFilePathName: string | Array<number>, callback: AsyncCallback<MmsInformation>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function decodeMms(mmsFilePathName: string | Array<number>, callback: AsyncCallback<MmsInformation>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Error code changed Class name: sms;
Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback<Array<number>>): void;
Old version information: 401,8300001,8300002,8300003,8300999
Class name: sms;
Method or attribute name: function encodeMms(mms: MmsInformation, callback: AsyncCallback<Array<number>>): void;
New version information: 202,401,8300001,8300002,8300003,8300999
@ohos.telephony.sms.d.ts
Access level changed Class name: call;
Method or attribute name: function muteRinger(): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function muteRinger(): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function holdCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function holdCall(callId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function unHoldCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function unHoldCall(callId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function switchCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function switchCall(callId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function combineConference(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function combineConference(callId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function getMainCallId(callId: number): Promise<number>;
Old version information:
Class name: call;
Method or attribute name: function getMainCallId(callId: number): Promise<number>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function getSubCallIdList(callId: number): Promise<Array<string>>;
Old version information:
Class name: call;
Method or attribute name: function getSubCallIdList(callId: number): Promise<Array<string>>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function getCallIdListForConference(callId: number): Promise<Array<string>>;
Old version information:
Class name: call;
Method or attribute name: function getCallIdListForConference(callId: number): Promise<Array<string>>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise<CallWaitingStatus>;
Old version information:
Class name: call;
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise<CallWaitingStatus>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function startDTMF(callId: number, character: string): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function startDTMF(callId: number, character: string): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function stopDTMF(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function stopDTMF(callId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function isInEmergencyCall(): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isInEmergencyCall(): Promise<boolean>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function isNewCallAllowed(): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isNewCallAllowed(): Promise<boolean>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function separateConference(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function separateConference(callId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise<RestrictionStatus>;
Old version information:
Class name: call;
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise<RestrictionStatus>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise<CallTransferResult>;
Old version information:
Class name: call;
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise<CallTransferResult>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function isRinging(): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isRinging(): Promise<boolean>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function setMuted(): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setMuted(): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function cancelMuted(): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function cancelMuted(): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array<string>): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function joinConference(mainCallId: number, callNumberList: Array<string>): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function updateImsCallMode(callId: number, mode: ImsCallMode): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function enableImsSwitch(slotId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function enableImsSwitch(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function disableImsSwitch(slotId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function disableImsSwitch(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: call;
Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isImsSwitchEnabled(slotId: number): Promise<boolean>;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ImsCallMode;
Method or attribute name: CALL_MODE_AUDIO_ONLY = 0
Old version information:
Class name: ImsCallMode;
Method or attribute name: CALL_MODE_AUDIO_ONLY = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ImsCallMode;
Method or attribute name: CALL_MODE_SEND_ONLY
Old version information:
Class name: ImsCallMode;
Method or attribute name: CALL_MODE_SEND_ONLY
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ImsCallMode;
Method or attribute name: CALL_MODE_RECEIVE_ONLY
Old version information:
Class name: ImsCallMode;
Method or attribute name: CALL_MODE_RECEIVE_ONLY
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ImsCallMode;
Method or attribute name: CALL_MODE_SEND_RECEIVE
Old version information:
Class name: ImsCallMode;
Method or attribute name: CALL_MODE_SEND_RECEIVE
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ImsCallMode;
Method or attribute name: CALL_MODE_VIDEO_PAUSED
Old version information:
Class name: ImsCallMode;
Method or attribute name: CALL_MODE_VIDEO_PAUSED
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_ALL_INCOMING = 0
Old version information:
Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_ALL_INCOMING = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_ALL_OUTGOING
Old version information:
Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_ALL_OUTGOING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_INTERNATIONAL
Old version information:
Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_INTERNATIONAL
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_INTERNATIONAL_EXCLUDING_HOME
Old version information:
Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_INTERNATIONAL_EXCLUDING_HOME
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_ROAMING_INCOMING
Old version information:
Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_ROAMING_INCOMING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_ALL_CALLS
Old version information:
Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_ALL_CALLS
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_OUTGOING_SERVICES
Old version information:
Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_OUTGOING_SERVICES
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_INCOMING_SERVICES
Old version information:
Class name: CallRestrictionType;
Method or attribute name: RESTRICTION_TYPE_INCOMING_SERVICES
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferInfo;
Method or attribute name: transferNum: string;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: transferNum: string;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferInfo;
Method or attribute name: type: CallTransferType;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: type: CallTransferType;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferInfo;
Method or attribute name: settingType: CallTransferSettingType;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: settingType: CallTransferSettingType;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferInfo;
Method or attribute name: startHour?: number;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: startHour?: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferInfo;
Method or attribute name: startMinute?: number;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: startMinute?: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferInfo;
Method or attribute name: endHour?: number;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: endHour?: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferInfo;
Method or attribute name: endMinute?: number;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: endMinute?: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferType;
Method or attribute name: TRANSFER_TYPE_UNCONDITIONAL = 0
Old version information:
Class name: CallTransferType;
Method or attribute name: TRANSFER_TYPE_UNCONDITIONAL = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferType;
Method or attribute name: TRANSFER_TYPE_BUSY
Old version information:
Class name: CallTransferType;
Method or attribute name: TRANSFER_TYPE_BUSY
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferType;
Method or attribute name: TRANSFER_TYPE_NO_REPLY
Old version information:
Class name: CallTransferType;
Method or attribute name: TRANSFER_TYPE_NO_REPLY
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferType;
Method or attribute name: TRANSFER_TYPE_NOT_REACHABLE
Old version information:
Class name: CallTransferType;
Method or attribute name: TRANSFER_TYPE_NOT_REACHABLE
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferSettingType;
Method or attribute name: CALL_TRANSFER_DISABLE = 0
Old version information:
Class name: CallTransferSettingType;
Method or attribute name: CALL_TRANSFER_DISABLE = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferSettingType;
Method or attribute name: CALL_TRANSFER_ENABLE = 1
Old version information:
Class name: CallTransferSettingType;
Method or attribute name: CALL_TRANSFER_ENABLE = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferSettingType;
Method or attribute name: CALL_TRANSFER_REGISTRATION = 3
Old version information:
Class name: CallTransferSettingType;
Method or attribute name: CALL_TRANSFER_REGISTRATION = 3
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferSettingType;
Method or attribute name: CALL_TRANSFER_ERASURE = 4
Old version information:
Class name: CallTransferSettingType;
Method or attribute name: CALL_TRANSFER_ERASURE = 4
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: accountNumber: string;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: accountNumber: string;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: speakerphoneOn: boolean;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: speakerphoneOn: boolean;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: accountId: number;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: accountId: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: videoState: VideoStateType;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: videoState: VideoStateType;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: startTime: number;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: startTime: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: isEcc: boolean;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: isEcc: boolean;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: callType: CallType;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: callType: CallType;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: callId: number;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: callId: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: callState: DetailedCallState;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: callState: DetailedCallState;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAttributeOptions;
Method or attribute name: conferenceState: ConferenceState;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: conferenceState: ConferenceState;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ConferenceState;
Method or attribute name: TEL_CONFERENCE_IDLE = 0
Old version information:
Class name: ConferenceState;
Method or attribute name: TEL_CONFERENCE_IDLE = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ConferenceState;
Method or attribute name: TEL_CONFERENCE_ACTIVE
Old version information:
Class name: ConferenceState;
Method or attribute name: TEL_CONFERENCE_ACTIVE
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ConferenceState;
Method or attribute name: TEL_CONFERENCE_DISCONNECTING
Old version information:
Class name: ConferenceState;
Method or attribute name: TEL_CONFERENCE_DISCONNECTING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: ConferenceState;
Method or attribute name: TEL_CONFERENCE_DISCONNECTED
Old version information:
Class name: ConferenceState;
Method or attribute name: TEL_CONFERENCE_DISCONNECTED
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallType;
Method or attribute name: TYPE_CS = 0
Old version information:
Class name: CallType;
Method or attribute name: TYPE_CS = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallType;
Method or attribute name: TYPE_IMS = 1
Old version information:
Class name: CallType;
Method or attribute name: TYPE_IMS = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallType;
Method or attribute name: TYPE_OTT = 2
Old version information:
Class name: CallType;
Method or attribute name: TYPE_OTT = 2
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallType;
Method or attribute name: TYPE_ERR_CALL = 3
Old version information:
Class name: CallType;
Method or attribute name: TYPE_ERR_CALL = 3
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: VideoStateType;
Method or attribute name: TYPE_VOICE = 0
Old version information:
Class name: VideoStateType;
Method or attribute name: TYPE_VOICE = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: VideoStateType;
Method or attribute name: TYPE_VIDEO
Old version information:
Class name: VideoStateType;
Method or attribute name: TYPE_VIDEO
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_ACTIVE = 0
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_ACTIVE = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_HOLDING
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_HOLDING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_DIALING
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_DIALING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_ALERTING
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_ALERTING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_INCOMING
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_INCOMING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_WAITING
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_WAITING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_DISCONNECTED
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_DISCONNECTED
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_DISCONNECTING
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_DISCONNECTING
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_IDLE
Old version information:
Class name: DetailedCallState;
Method or attribute name: CALL_STATUS_IDLE
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionInfo;
Method or attribute name: type: CallRestrictionType;
Old version information:
Class name: CallRestrictionInfo;
Method or attribute name: type: CallRestrictionType;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionInfo;
Method or attribute name: password: string;
Old version information:
Class name: CallRestrictionInfo;
Method or attribute name: password: string;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionInfo;
Method or attribute name: mode: CallRestrictionMode;
Old version information:
Class name: CallRestrictionInfo;
Method or attribute name: mode: CallRestrictionMode;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionMode;
Method or attribute name: RESTRICTION_MODE_DEACTIVATION = 0
Old version information:
Class name: CallRestrictionMode;
Method or attribute name: RESTRICTION_MODE_DEACTIVATION = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallRestrictionMode;
Method or attribute name: RESTRICTION_MODE_ACTIVATION
Old version information:
Class name: CallRestrictionMode;
Method or attribute name: RESTRICTION_MODE_ACTIVATION
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallEventOptions;
Method or attribute name: eventId: CallAbilityEventId,
Old version information:
Class name: CallEventOptions;
Method or attribute name: eventId: CallAbilityEventId,
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAbilityEventId;
Method or attribute name: EVENT_DIAL_NO_CARRIER = 1
Old version information:
Class name: CallAbilityEventId;
Method or attribute name: EVENT_DIAL_NO_CARRIER = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallAbilityEventId;
Method or attribute name: EVENT_INVALID_FDN_NUMBER
Old version information:
Class name: CallAbilityEventId;
Method or attribute name: EVENT_INVALID_FDN_NUMBER
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DialScene;
Method or attribute name: CALL_NORMAL = 0
Old version information:
Class name: DialScene;
Method or attribute name: CALL_NORMAL = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DialScene;
Method or attribute name: CALL_PRIVILEGED = 1
Old version information:
Class name: DialScene;
Method or attribute name: CALL_PRIVILEGED = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DialScene;
Method or attribute name: CALL_EMERGENCY = 2
Old version information:
Class name: DialScene;
Method or attribute name: CALL_EMERGENCY = 2
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DialType;
Method or attribute name: DIAL_CARRIER_TYPE = 0
Old version information:
Class name: DialType;
Method or attribute name: DIAL_CARRIER_TYPE = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DialType;
Method or attribute name: DIAL_VOICE_MAIL_TYPE = 1
Old version information:
Class name: DialType;
Method or attribute name: DIAL_VOICE_MAIL_TYPE = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DialType;
Method or attribute name: DIAL_OTT_TYPE = 2
Old version information:
Class name: DialType;
Method or attribute name: DIAL_OTT_TYPE = 2
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: RejectMessageOptions;
Method or attribute name: messageContent: string;
Old version information:
Class name: RejectMessageOptions;
Method or attribute name: messageContent: string;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferResult;
Method or attribute name: status: TransferStatus;
Old version information:
Class name: CallTransferResult;
Method or attribute name: status: TransferStatus;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferResult;
Method or attribute name: number: string;
Old version information:
Class name: CallTransferResult;
Method or attribute name: number: string;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferResult;
Method or attribute name: startHour: number;
Old version information:
Class name: CallTransferResult;
Method or attribute name: startHour: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferResult;
Method or attribute name: startMinute: number;
Old version information:
Class name: CallTransferResult;
Method or attribute name: startMinute: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferResult;
Method or attribute name: endHour: number;
Old version information:
Class name: CallTransferResult;
Method or attribute name: endHour: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallTransferResult;
Method or attribute name: endMinute: number;
Old version information:
Class name: CallTransferResult;
Method or attribute name: endMinute: number;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallWaitingStatus;
Method or attribute name: CALL_WAITING_DISABLE = 0
Old version information:
Class name: CallWaitingStatus;
Method or attribute name: CALL_WAITING_DISABLE = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: CallWaitingStatus;
Method or attribute name: CALL_WAITING_ENABLE = 1
Old version information:
Class name: CallWaitingStatus;
Method or attribute name: CALL_WAITING_ENABLE = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: RestrictionStatus;
Method or attribute name: RESTRICTION_DISABLE = 0
Old version information:
Class name: RestrictionStatus;
Method or attribute name: RESTRICTION_DISABLE = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: RestrictionStatus;
Method or attribute name: RESTRICTION_ENABLE = 1
Old version information:
Class name: RestrictionStatus;
Method or attribute name: RESTRICTION_ENABLE = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: TransferStatus;
Method or attribute name: TRANSFER_DISABLE = 0
Old version information:
Class name: TransferStatus;
Method or attribute name: TRANSFER_DISABLE = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: TransferStatus;
Method or attribute name: TRANSFER_ENABLE = 1
Old version information:
Class name: TransferStatus;
Method or attribute name: TRANSFER_ENABLE = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: MmiCodeResults;
Method or attribute name: result: MmiCodeResult;
Old version information:
Class name: MmiCodeResults;
Method or attribute name: result: MmiCodeResult;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: MmiCodeResults;
Method or attribute name: message: string;
Old version information:
Class name: MmiCodeResults;
Method or attribute name: message: string;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedDetails;
Method or attribute name: message: string;
Old version information:
Class name: DisconnectedDetails;
Method or attribute name: message: string;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: MmiCodeResult;
Method or attribute name: MMI_CODE_SUCCESS = 0
Old version information:
Class name: MmiCodeResult;
Method or attribute name: MMI_CODE_SUCCESS = 0
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: MmiCodeResult;
Method or attribute name: MMI_CODE_FAILED = 1
Old version information:
Class name: MmiCodeResult;
Method or attribute name: MMI_CODE_FAILED = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: UNASSIGNED_NUMBER = 1
Old version information:
Class name: DisconnectedReason;
Method or attribute name: UNASSIGNED_NUMBER = 1
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NO_ROUTE_TO_DESTINATION = 3
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NO_ROUTE_TO_DESTINATION = 3
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: CHANNEL_UNACCEPTABLE = 6
Old version information:
Class name: DisconnectedReason;
Method or attribute name: CHANNEL_UNACCEPTABLE = 6
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: OPERATOR_DETERMINED_BARRING = 8
Old version information:
Class name: DisconnectedReason;
Method or attribute name: OPERATOR_DETERMINED_BARRING = 8
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: CALL_COMPLETED_ELSEWHERE = 13
Old version information:
Class name: DisconnectedReason;
Method or attribute name: CALL_COMPLETED_ELSEWHERE = 13
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NORMAL_CALL_CLEARING = 16
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NORMAL_CALL_CLEARING = 16
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: USER_BUSY = 17
Old version information:
Class name: DisconnectedReason;
Method or attribute name: USER_BUSY = 17
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NO_USER_RESPONDING = 18
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NO_USER_RESPONDING = 18
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: USER_ALERTING_NO_ANSWER = 19
Old version information:
Class name: DisconnectedReason;
Method or attribute name: USER_ALERTING_NO_ANSWER = 19
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: CALL_REJECTED = 21
Old version information:
Class name: DisconnectedReason;
Method or attribute name: CALL_REJECTED = 21
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NUMBER_CHANGED = 22
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NUMBER_CHANGED = 22
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24
Old version information:
Class name: DisconnectedReason;
Method or attribute name: CALL_REJECTED_DUE_TO_FEATURE_AT_THE_DESTINATION = 24
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: FAILED_PRE_EMPTION = 25
Old version information:
Class name: DisconnectedReason;
Method or attribute name: FAILED_PRE_EMPTION = 25
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NON_SELECTED_USER_CLEARING = 26
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NON_SELECTED_USER_CLEARING = 26
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: DESTINATION_OUT_OF_ORDER = 27
Old version information:
Class name: DisconnectedReason;
Method or attribute name: DESTINATION_OUT_OF_ORDER = 27
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INVALID_NUMBER_FORMAT = 28
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INVALID_NUMBER_FORMAT = 28
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: FACILITY_REJECTED = 29
Old version information:
Class name: DisconnectedReason;
Method or attribute name: FACILITY_REJECTED = 29
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RESPONSE_TO_STATUS_ENQUIRY = 30
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RESPONSE_TO_STATUS_ENQUIRY = 30
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NORMAL_UNSPECIFIED = 31
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NORMAL_UNSPECIFIED = 31
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NO_CIRCUIT_CHANNEL_AVAILABLE = 34
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NO_CIRCUIT_CHANNEL_AVAILABLE = 34
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NETWORK_OUT_OF_ORDER = 38
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NETWORK_OUT_OF_ORDER = 38
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: TEMPORARY_FAILURE = 41
Old version information:
Class name: DisconnectedReason;
Method or attribute name: TEMPORARY_FAILURE = 41
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: SWITCHING_EQUIPMENT_CONGESTION = 42
Old version information:
Class name: DisconnectedReason;
Method or attribute name: SWITCHING_EQUIPMENT_CONGESTION = 42
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: ACCESS_INFORMATION_DISCARDED = 43
Old version information:
Class name: DisconnectedReason;
Method or attribute name: ACCESS_INFORMATION_DISCARDED = 43
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44
Old version information:
Class name: DisconnectedReason;
Method or attribute name: REQUEST_CIRCUIT_CHANNEL_NOT_AVAILABLE = 44
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RESOURCES_UNAVAILABLE_UNSPECIFIED = 47
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RESOURCES_UNAVAILABLE_UNSPECIFIED = 47
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: QUALITY_OF_SERVICE_UNAVAILABLE = 49
Old version information:
Class name: DisconnectedReason;
Method or attribute name: QUALITY_OF_SERVICE_UNAVAILABLE = 49
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: REQUESTED_FACILITY_NOT_SUBSCRIBED = 50
Old version information:
Class name: DisconnectedReason;
Method or attribute name: REQUESTED_FACILITY_NOT_SUBSCRIBED = 50
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INCOMING_CALLS_BARRED_WITHIN_THE_CUG = 55
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: BEARER_CAPABILITY_NOT_AUTHORIZED = 57
Old version information:
Class name: DisconnectedReason;
Method or attribute name: BEARER_CAPABILITY_NOT_AUTHORIZED = 57
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58
Old version information:
Class name: DisconnectedReason;
Method or attribute name: BEARER_CAPABILITY_NOT_PRESENTLY_AVAILABLE = 58
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63
Old version information:
Class name: DisconnectedReason;
Method or attribute name: SERVICE_OR_OPTION_NOT_AVAILABLE_UNSPECIFIED = 63
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: BEARER_SERVICE_NOT_IMPLEMENTED = 65
Old version information:
Class name: DisconnectedReason;
Method or attribute name: BEARER_SERVICE_NOT_IMPLEMENTED = 65
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68
Old version information:
Class name: DisconnectedReason;
Method or attribute name: ACM_EQUALTO_OR_GREATER_THAN_THE_MAXIMUM_VALUE = 68
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: REQUESTED_FACILITY_NOT_IMPLEMENTED = 69
Old version information:
Class name: DisconnectedReason;
Method or attribute name: REQUESTED_FACILITY_NOT_IMPLEMENTED = 69
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70
Old version information:
Class name: DisconnectedReason;
Method or attribute name: ONLY_RESTRICTED_DIGITAL_INFO_BEARER_CAPABILITY_IS_AVAILABLE = 70
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79
Old version information:
Class name: DisconnectedReason;
Method or attribute name: SERVICE_OR_OPTION_NOT_IMPLEMENTED_UNSPECIFIED = 79
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INVALID_TRANSACTION_IDENTIFIER_VALUE = 81
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INVALID_TRANSACTION_IDENTIFIER_VALUE = 81
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: USER_NOT_MEMBER_OF_CUG = 87
Old version information:
Class name: DisconnectedReason;
Method or attribute name: USER_NOT_MEMBER_OF_CUG = 87
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INCOMPATIBLE_DESTINATION = 88
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INCOMPATIBLE_DESTINATION = 88
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INVALID_TRANSIT_NETWORK_SELECTION = 91
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INVALID_TRANSIT_NETWORK_SELECTION = 91
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: SEMANTICALLY_INCORRECT_MESSAGE = 95
Old version information:
Class name: DisconnectedReason;
Method or attribute name: SEMANTICALLY_INCORRECT_MESSAGE = 95
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INVALID_MANDATORY_INFORMATION = 96
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INVALID_MANDATORY_INFORMATION = 96
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97
Old version information:
Class name: DisconnectedReason;
Method or attribute name: MESSAGE_TYPE_NON_EXISTENT_OR_NOT_IMPLEMENTED = 97
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98
Old version information:
Class name: DisconnectedReason;
Method or attribute name: MESSAGE_TYPE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 98
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INFORMATION_ELEMENT_NON_EXISTENT_OR_NOT_IMPLEMENTED = 99
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: CONDITIONAL_IE_ERROR = 100
Old version information:
Class name: DisconnectedReason;
Method or attribute name: CONDITIONAL_IE_ERROR = 100
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101
Old version information:
Class name: DisconnectedReason;
Method or attribute name: MESSAGE_NOT_COMPATIBLE_WITH_PROTOCOL_STATE = 101
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RECOVERY_ON_TIMER_EXPIRED = 102
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RECOVERY_ON_TIMER_EXPIRED = 102
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: PROTOCOL_ERROR_UNSPECIFIED = 111
Old version information:
Class name: DisconnectedReason;
Method or attribute name: PROTOCOL_ERROR_UNSPECIFIED = 111
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INTERWORKING_UNSPECIFIED = 127
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INTERWORKING_UNSPECIFIED = 127
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: CALL_BARRED = 240
Old version information:
Class name: DisconnectedReason;
Method or attribute name: CALL_BARRED = 240
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: FDN_BLOCKED = 241
Old version information:
Class name: DisconnectedReason;
Method or attribute name: FDN_BLOCKED = 241
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: IMSI_UNKNOWN_IN_VLR = 242
Old version information:
Class name: DisconnectedReason;
Method or attribute name: IMSI_UNKNOWN_IN_VLR = 242
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: IMEI_NOT_ACCEPTED = 243
Old version information:
Class name: DisconnectedReason;
Method or attribute name: IMEI_NOT_ACCEPTED = 243
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: DIAL_MODIFIED_TO_USSD = 244
Old version information:
Class name: DisconnectedReason;
Method or attribute name: DIAL_MODIFIED_TO_USSD = 244
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: DIAL_MODIFIED_TO_SS = 245
Old version information:
Class name: DisconnectedReason;
Method or attribute name: DIAL_MODIFIED_TO_SS = 245
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: DIAL_MODIFIED_TO_DIAL = 246
Old version information:
Class name: DisconnectedReason;
Method or attribute name: DIAL_MODIFIED_TO_DIAL = 246
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_OFF = 247
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_OFF = 247
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: OUT_OF_SERVICE = 248
Old version information:
Class name: DisconnectedReason;
Method or attribute name: OUT_OF_SERVICE = 248
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NO_VALID_SIM = 249
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NO_VALID_SIM = 249
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_INTERNAL_ERROR = 250
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_INTERNAL_ERROR = 250
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NETWORK_RESP_TIMEOUT = 251
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NETWORK_RESP_TIMEOUT = 251
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NETWORK_REJECT = 252
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NETWORK_REJECT = 252
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_ACCESS_FAILURE = 253
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_ACCESS_FAILURE = 253
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_LINK_FAILURE = 254
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_LINK_FAILURE = 254
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_LINK_LOST = 255
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_LINK_LOST = 255
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_UPLINK_FAILURE = 256
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_UPLINK_FAILURE = 256
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_SETUP_FAILURE = 257
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_SETUP_FAILURE = 257
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_RELEASE_NORMAL = 258
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_RELEASE_NORMAL = 258
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: RADIO_RELEASE_ABNORMAL = 259
Old version information:
Class name: DisconnectedReason;
Method or attribute name: RADIO_RELEASE_ABNORMAL = 259
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: ACCESS_CLASS_BLOCKED = 260
Old version information:
Class name: DisconnectedReason;
Method or attribute name: ACCESS_CLASS_BLOCKED = 260
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: NETWORK_DETACH = 261
Old version information:
Class name: DisconnectedReason;
Method or attribute name: NETWORK_DETACH = 261
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: INVALID_PARAMETER = 1025
Old version information:
Class name: DisconnectedReason;
Method or attribute name: INVALID_PARAMETER = 1025
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: SIM_NOT_EXIT = 1026
Old version information:
Class name: DisconnectedReason;
Method or attribute name: SIM_NOT_EXIT = 1026
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: SIM_PIN_NEED = 1027
Old version information:
Class name: DisconnectedReason;
Method or attribute name: SIM_PIN_NEED = 1027
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: CALL_NOT_ALLOW = 1029
Old version information:
Class name: DisconnectedReason;
Method or attribute name: CALL_NOT_ALLOW = 1029
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: SIM_INVALID = 1045
Old version information:
Class name: DisconnectedReason;
Method or attribute name: SIM_INVALID = 1045
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedReason;
Method or attribute name: UNKNOWN = 1279
Old version information:
Class name: DisconnectedReason;
Method or attribute name: UNKNOWN = 1279
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: DisconnectedDetails;
Method or attribute name: reason: DisconnectedReason;
Old version information:
Class name: DisconnectedDetails;
Method or attribute name: reason: DisconnectedReason;
New version information: systemapi
@ohos.telephony.call.d.ts
Access level changed Class name: data;
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.data.d.ts
Access level changed Class name: data;
Method or attribute name: function enableCellularData(): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function enableCellularData(): Promise<void>;
New version information: systemapi
@ohos.telephony.data.d.ts
Access level changed Class name: data;
Method or attribute name: function disableCellularData(): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function disableCellularData(): Promise<void>;
New version information: systemapi
@ohos.telephony.data.d.ts
Access level changed Class name: data;
Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.data.d.ts
Access level changed Class name: data;
Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.data.d.ts
Access level changed Class name: observer;
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback<Array<CellInformation>>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback<Array<CellInformation>>): void;
New version information: systemapi
@ohos.telephony.observer.d.ts
Access level changed Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void;
Old version information:
Class name: radio;
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getCellInformation(slotId?: number): Promise<Array<CellInformation>>;
Old version information:
Class name: radio;
Method or attribute name: function getCellInformation(slotId?: number): Promise<Array<CellInformation>>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise<void>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise<NetworkSearchResult>;
Old version information:
Class name: radio;
Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise<NetworkSearchResult>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback<NrOptionMode>): void;
Old version information:
Class name: radio;
Method or attribute name: function getNrOptionMode(slotId: number, callback: AsyncCallback<NrOptionMode>): void;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getNrOptionMode(slotId?: number): Promise<NrOptionMode>;
Old version information:
Class name: radio;
Method or attribute name: function getNrOptionMode(slotId?: number): Promise<NrOptionMode>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback<string>): void;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getIMEI(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getIMEI(slotId?: number): Promise<string>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback<string>): void;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getMEID(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getMEID(slotId?: number): Promise<string>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback<string>): void;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise<string>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function setPrimarySlotId(slotId: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setPrimarySlotId(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function turnOnRadio(slotId?: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function turnOnRadio(slotId?: number): Promise<void>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback<void>): void;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function turnOffRadio(slotId?: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function turnOffRadio(slotId?: number): Promise<void>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise<void>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getPreferredNetwork(slotId: number): Promise<PreferredNetworkMode>;
Old version information:
Class name: radio;
Method or attribute name: function getPreferredNetwork(slotId: number): Promise<PreferredNetworkMode>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: radio;
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise<ImsRegInfo>;
Old version information:
Class name: radio;
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise<ImsRegInfo>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_GSM = 1
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_GSM = 1
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA = 2
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA = 2
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE = 3
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE = 3
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA = 4
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA = 4
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM = 5
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM = 5
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA_GSM = 6
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA_GSM = 6
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_CDMA = 7
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_CDMA = 7
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_EVDO = 8
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_EVDO = 8
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_EVDO_CDMA = 9
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_EVDO_CDMA = 9
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA_GSM_EVDO_CDMA = 10
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_WCDMA_GSM_EVDO_CDMA = 10
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_EVDO_CDMA = 11
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_EVDO_CDMA = 11
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM_EVDO_CDMA = 12
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_WCDMA_GSM_EVDO_CDMA = 12
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA = 13
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA = 13
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_GSM = 14
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_GSM = 14
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA = 15
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA = 15
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM = 16
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM = 16
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA = 17
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA = 17
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_GSM = 18
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_GSM = 18
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA = 19
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA = 19
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM = 20
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM = 20
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 21
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 21
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 22
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 22
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR = 31
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR = 31
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE = 32
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE = 32
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA = 33
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA = 33
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM = 34
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM = 34
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_EVDO_CDMA = 35
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_EVDO_CDMA = 35
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM_EVDO_CDMA = 36
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_WCDMA_GSM_EVDO_CDMA = 36
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA = 37
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA = 37
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_GSM = 38
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_GSM = 38
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA = 39
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA = 39
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM = 40
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM = 40
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 41
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_NR_LTE_TDSCDMA_WCDMA_GSM_EVDO_CDMA = 41
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_MAX_VALUE = 99
Old version information:
Class name: PreferredNetworkMode;
Method or attribute name: PREFERRED_NETWORK_MODE_MAX_VALUE = 99
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: CellInformation;
Method or attribute name: export interface CellInformation
Old version information: systemapi
Class name: CellInformation;
Method or attribute name: export interface CellInformation
New version information:
@ohos.telephony.radio.d.ts
Access level changed Class name: CellInformation;
Method or attribute name: isCamped: boolean;
Old version information:
Class name: CellInformation;
Method or attribute name: isCamped: boolean;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: CellInformation;
Method or attribute name: timeStamp: number;
Old version information:
Class name: CellInformation;
Method or attribute name: timeStamp: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: CellInformation;
Method or attribute name: data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaCellInformation
| WcdmaCellInformation;
Old version information:
Class name: CellInformation;
Method or attribute name: data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaCellInformation
| WcdmaCellInformation;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: CdmaCellInformation;
Method or attribute name: baseId: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: baseId: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: CdmaCellInformation;
Method or attribute name: latitude: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: latitude: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: CdmaCellInformation;
Method or attribute name: longitude: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: longitude: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: CdmaCellInformation;
Method or attribute name: nid: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: nid: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: CdmaCellInformation;
Method or attribute name: sid: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: sid: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: GsmCellInformation;
Method or attribute name: lac: number;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: lac: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: TdscdmaCellInformation;
Method or attribute name: lac: number;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: lac: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: WcdmaCellInformation;
Method or attribute name: lac: number;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: lac: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: GsmCellInformation;
Method or attribute name: cellId: number;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: cellId: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: TdscdmaCellInformation;
Method or attribute name: cellId: number;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: cellId: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: WcdmaCellInformation;
Method or attribute name: cellId: number;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: cellId: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: GsmCellInformation;
Method or attribute name: arfcn: number;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: arfcn: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: GsmCellInformation;
Method or attribute name: bsic: number;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: bsic: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: GsmCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: mcc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: LteCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: LteCellInformation;
Method or attribute name: mcc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: NrCellInformation;
Method or attribute name: mcc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: TdscdmaCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: mcc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: WcdmaCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: mcc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: GsmCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: mnc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: LteCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: LteCellInformation;
Method or attribute name: mnc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: NrCellInformation;
Method or attribute name: mnc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: TdscdmaCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: mnc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: WcdmaCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: mnc: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: LteCellInformation;
Method or attribute name: cgi: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: cgi: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: LteCellInformation;
Method or attribute name: pci: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: pci: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrCellInformation;
Method or attribute name: pci: number;
Old version information:
Class name: NrCellInformation;
Method or attribute name: pci: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: LteCellInformation;
Method or attribute name: tac: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: tac: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrCellInformation;
Method or attribute name: tac: number;
Old version information:
Class name: NrCellInformation;
Method or attribute name: tac: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: LteCellInformation;
Method or attribute name: earfcn: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: earfcn: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: LteCellInformation;
Method or attribute name: bandwidth: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: bandwidth: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: LteCellInformation;
Method or attribute name: isSupportEndc: boolean;
Old version information:
Class name: LteCellInformation;
Method or attribute name: isSupportEndc: boolean;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrCellInformation;
Method or attribute name: nrArfcn: number;
Old version information:
Class name: NrCellInformation;
Method or attribute name: nrArfcn: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrCellInformation;
Method or attribute name: nci: number;
Old version information:
Class name: NrCellInformation;
Method or attribute name: nci: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: TdscdmaCellInformation;
Method or attribute name: cpid: number;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: cpid: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: TdscdmaCellInformation;
Method or attribute name: uarfcn: number;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: uarfcn: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: WcdmaCellInformation;
Method or attribute name: uarfcn: number;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: uarfcn: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: WcdmaCellInformation;
Method or attribute name: psc: number;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: psc: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrOptionMode;
Method or attribute name: NR_OPTION_UNKNOWN
Old version information:
Class name: NrOptionMode;
Method or attribute name: NR_OPTION_UNKNOWN
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrOptionMode;
Method or attribute name: NR_OPTION_NSA_ONLY
Old version information:
Class name: NrOptionMode;
Method or attribute name: NR_OPTION_NSA_ONLY
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrOptionMode;
Method or attribute name: NR_OPTION_SA_ONLY
Old version information:
Class name: NrOptionMode;
Method or attribute name: NR_OPTION_SA_ONLY
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NrOptionMode;
Method or attribute name: NR_OPTION_NSA_AND_SA
Old version information:
Class name: NrOptionMode;
Method or attribute name: NR_OPTION_NSA_AND_SA
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkSearchResult;
Method or attribute name: isNetworkSearchSuccess: boolean;
Old version information:
Class name: NetworkSearchResult;
Method or attribute name: isNetworkSearchSuccess: boolean;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkSearchResult;
Method or attribute name: networkSearchResult: Array<NetworkInformation>;
Old version information:
Class name: NetworkSearchResult;
Method or attribute name: networkSearchResult: Array<NetworkInformation>;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkInformation;
Method or attribute name: operatorName: string;
Old version information:
Class name: NetworkInformation;
Method or attribute name: operatorName: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkInformation;
Method or attribute name: operatorNumeric: string;
Old version information:
Class name: NetworkInformation;
Method or attribute name: operatorNumeric: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkInformation;
Method or attribute name: state: NetworkInformationState;
Old version information:
Class name: NetworkInformation;
Method or attribute name: state: NetworkInformationState;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkInformation;
Method or attribute name: radioTech: string;
Old version information:
Class name: NetworkInformation;
Method or attribute name: radioTech: string;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkInformationState;
Method or attribute name: NETWORK_UNKNOWN
Old version information:
Class name: NetworkInformationState;
Method or attribute name: NETWORK_UNKNOWN
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkInformationState;
Method or attribute name: NETWORK_AVAILABLE
Old version information:
Class name: NetworkInformationState;
Method or attribute name: NETWORK_AVAILABLE
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkInformationState;
Method or attribute name: NETWORK_CURRENT
Old version information:
Class name: NetworkInformationState;
Method or attribute name: NETWORK_CURRENT
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkInformationState;
Method or attribute name: NETWORK_FORBIDDEN
Old version information:
Class name: NetworkInformationState;
Method or attribute name: NETWORK_FORBIDDEN
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkSelectionModeOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: NetworkSelectionModeOptions;
Method or attribute name: slotId: number;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkSelectionModeOptions;
Method or attribute name: selectMode: NetworkSelectionMode;
Old version information:
Class name: NetworkSelectionModeOptions;
Method or attribute name: selectMode: NetworkSelectionMode;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkSelectionModeOptions;
Method or attribute name: networkInformation: NetworkInformation;
Old version information:
Class name: NetworkSelectionModeOptions;
Method or attribute name: networkInformation: NetworkInformation;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: NetworkSelectionModeOptions;
Method or attribute name: resumeSelection: boolean;
Old version information:
Class name: NetworkSelectionModeOptions;
Method or attribute name: resumeSelection: boolean;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsRegState;
Method or attribute name: IMS_UNREGISTERED
Old version information:
Class name: ImsRegState;
Method or attribute name: IMS_UNREGISTERED
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsRegState;
Method or attribute name: IMS_REGISTERED
Old version information:
Class name: ImsRegState;
Method or attribute name: IMS_REGISTERED
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsRegTech;
Method or attribute name: REGISTRATION_TECH_NONE
Old version information:
Class name: ImsRegTech;
Method or attribute name: REGISTRATION_TECH_NONE
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsRegTech;
Method or attribute name: REGISTRATION_TECH_LTE
Old version information:
Class name: ImsRegTech;
Method or attribute name: REGISTRATION_TECH_LTE
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsRegTech;
Method or attribute name: REGISTRATION_TECH_IWLAN
Old version information:
Class name: ImsRegTech;
Method or attribute name: REGISTRATION_TECH_IWLAN
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsRegTech;
Method or attribute name: REGISTRATION_TECH_NR
Old version information:
Class name: ImsRegTech;
Method or attribute name: REGISTRATION_TECH_NR
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsRegInfo;
Method or attribute name: imsRegState: ImsRegState;
Old version information:
Class name: ImsRegInfo;
Method or attribute name: imsRegState: ImsRegState;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsRegInfo;
Method or attribute name: imsRegTech: ImsRegTech;
Old version information:
Class name: ImsRegInfo;
Method or attribute name: imsRegTech: ImsRegTech;
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsServiceType;
Method or attribute name: TYPE_VOICE
Old version information:
Class name: ImsServiceType;
Method or attribute name: TYPE_VOICE
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsServiceType;
Method or attribute name: TYPE_VIDEO
Old version information:
Class name: ImsServiceType;
Method or attribute name: TYPE_VIDEO
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsServiceType;
Method or attribute name: TYPE_UT
Old version information:
Class name: ImsServiceType;
Method or attribute name: TYPE_UT
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: ImsServiceType;
Method or attribute name: TYPE_SMS
Old version information:
Class name: ImsServiceType;
Method or attribute name: TYPE_SMS
New version information: systemapi
@ohos.telephony.radio.d.ts
Access level changed Class name: sim;
Method or attribute name: function getSimIccId(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimIccId(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getVoiceMailNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getVoiceMailNumber(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getSimGid1(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimGid1(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getIMSI(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getIMSI(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback<IccAccountInfo>): void;
Old version information: systemapi
Class name: sim;
Method or attribute name: function getSimAccountInfo(slotId: number, callback: AsyncCallback<IccAccountInfo>): void;
New version information:
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback<Array<IccAccountInfo>>): void;
Old version information: systemapi
Class name: sim;
Method or attribute name: function getActiveSimAccountInfoList(callback: AsyncCallback<Array<IccAccountInfo>>): void;
New version information:
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function activateSim(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function activateSim(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function deactivateSim(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function deactivateSim(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function setShowName(slotId: number, name: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setShowName(slotId: number, name: string): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getShowName(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getShowName(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function setShowNumber(slotId: number, number: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setShowNumber(slotId: number, number: string): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getShowNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getShowNumber(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getOperatorConfigs(slotId: number): Promise<Array<OperatorConfig>>;
Old version information:
Class name: sim;
Method or attribute name: function getOperatorConfigs(slotId: number): Promise<Array<OperatorConfig>>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function unlockPin(slotId: number, pin: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPin(slotId: number, pin: string): Promise<LockStatusResponse>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise<LockStatusResponse>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise<LockStatusResponse>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise<LockStatusResponse>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise<LockStatusResponse>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise<LockStatusResponse>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise<Array<DiallingNumbersInfo>>;
Old version information:
Class name: sim;
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise<Array<DiallingNumbersInfo>>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise<LockState>;
Old version information:
Class name: sim;
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise<LockState>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise<void>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sim;
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise<LockStatusResponse>;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfig;
Method or attribute name: field: string;
Old version information:
Class name: OperatorConfig;
Method or attribute name: field: string;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfig;
Method or attribute name: value: string;
Old version information:
Class name: OperatorConfig;
Method or attribute name: value: string;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: IccAccountInfo;
Method or attribute name: export interface IccAccountInfo
Old version information: systemapi
Class name: IccAccountInfo;
Method or attribute name: export interface IccAccountInfo
New version information:
@ohos.telephony.sim.d.ts
Access level changed Class name: LockStatusResponse;
Method or attribute name: result: number;
Old version information:
Class name: LockStatusResponse;
Method or attribute name: result: number;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: LockStatusResponse;
Method or attribute name: remain?: number;
Old version information:
Class name: LockStatusResponse;
Method or attribute name: remain?: number;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: DiallingNumbersInfo;
Method or attribute name: alphaTag: string;
Old version information:
Class name: DiallingNumbersInfo;
Method or attribute name: alphaTag: string;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: DiallingNumbersInfo;
Method or attribute name: number: string;
Old version information:
Class name: DiallingNumbersInfo;
Method or attribute name: number: string;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: DiallingNumbersInfo;
Method or attribute name: recordNumber?: number;
Old version information:
Class name: DiallingNumbersInfo;
Method or attribute name: recordNumber?: number;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: DiallingNumbersInfo;
Method or attribute name: pin2?: string;
Old version information:
Class name: DiallingNumbersInfo;
Method or attribute name: pin2?: string;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: LockInfo;
Method or attribute name: lockType: LockType;
Old version information:
Class name: LockInfo;
Method or attribute name: lockType: LockType;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: LockInfo;
Method or attribute name: password: string;
Old version information:
Class name: LockInfo;
Method or attribute name: password: string;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockInfo;
Method or attribute name: password: string;
Old version information:
Class name: PersoLockInfo;
Method or attribute name: password: string;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: LockInfo;
Method or attribute name: state: LockState;
Old version information:
Class name: LockInfo;
Method or attribute name: state: LockState;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockInfo;
Method or attribute name: lockType: PersoLockType;
Old version information:
Class name: PersoLockInfo;
Method or attribute name: lockType: PersoLockType;
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: LockType;
Method or attribute name: PIN_LOCK = 1
Old version information:
Class name: LockType;
Method or attribute name: PIN_LOCK = 1
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: LockType;
Method or attribute name: FDN_LOCK = 2
Old version information:
Class name: LockType;
Method or attribute name: FDN_LOCK = 2
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: LockState;
Method or attribute name: LOCK_OFF = 0
Old version information:
Class name: LockState;
Method or attribute name: LOCK_OFF = 0
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: LockState;
Method or attribute name: LOCK_ON = 1
Old version information:
Class name: LockState;
Method or attribute name: LOCK_ON = 1
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: ContactType;
Method or attribute name: GENERAL_CONTACT = 1
Old version information:
Class name: ContactType;
Method or attribute name: GENERAL_CONTACT = 1
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: ContactType;
Method or attribute name: FIXED_DIALING = 2
Old version information:
Class name: ContactType;
Method or attribute name: FIXED_DIALING = 2
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: PN_PIN_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: PN_PIN_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: PN_PUK_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: PN_PUK_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: PU_PIN_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: PU_PIN_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: PU_PUK_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: PU_PUK_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: PP_PIN_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: PP_PIN_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: PP_PUK_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: PP_PUK_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: PC_PIN_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: PC_PIN_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: PC_PUK_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: PC_PUK_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: SIM_PIN_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: SIM_PIN_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: PersoLockType;
Method or attribute name: SIM_PUK_LOCK
Old version information:
Class name: PersoLockType;
Method or attribute name: SIM_PUK_LOCK
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_VOICE_MAIL_NUMBER_STRING = 'voice_mail_number_string'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_VOICE_MAIL_NUMBER_STRING = 'voice_mail_number_string'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = 'ims_switch_on_by_default_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_IMS_SWITCH_ON_BY_DEFAULT_BOOL = 'ims_switch_on_by_default_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_HIDE_IMS_SWITCH_BOOL = 'hide_ims_switch_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_HIDE_IMS_SWITCH_BOOL = 'hide_ims_switch_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_VOLTE_SUPPORTED_BOOL = 'volte_supported_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_VOLTE_SUPPORTED_BOOL = 'volte_supported_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = 'nr_mode_supported_list_int_array'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_NR_MODE_SUPPORTED_LIST_INT_ARRAY = 'nr_mode_supported_list_int_array'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = 'volte_provisioning_supported_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_VOLTE_PROVISIONING_SUPPORTED_BOOL = 'volte_provisioning_supported_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_SS_OVER_UT_SUPPORTED_BOOL = 'ss_over_ut_supported_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_SS_OVER_UT_SUPPORTED_BOOL = 'ss_over_ut_supported_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_IMS_GBA_REQUIRED_BOOL = 'ims_gba_required_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_IMS_GBA_REQUIRED_BOOL = 'ims_gba_required_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_UT_PROVISIONING_SUPPORTED_BOOL = 'ut_provisioning_supported_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_UT_PROVISIONING_SUPPORTED_BOOL = 'ut_provisioning_supported_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = 'ims_prefer_for_emergency_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_IMS_PREFER_FOR_EMERGENCY_BOOL = 'ims_prefer_for_emergency_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_CALL_WAITING_SERVICE_CLASS_INT = 'call_waiting_service_class_int'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_CALL_WAITING_SERVICE_CLASS_INT = 'call_waiting_service_class_int'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_CALL_TRANSFER_VISIBILITY_BOOL = 'call_transfer_visibility_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_CALL_TRANSFER_VISIBILITY_BOOL = 'call_transfer_visibility_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY =
'ims_call_disconnect_reason_info_mapping_string_array'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY =
'ims_call_disconnect_reason_info_mapping_string_array'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_FORCE_VOLTE_SWITCH_ON_BOOL = 'force_volte_switch_on_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_FORCE_VOLTE_SWITCH_ON_BOOL = 'force_volte_switch_on_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = 'enable_operator_name_cust_bool'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_ENABLE_OPERATOR_NAME_CUST_BOOL = 'enable_operator_name_cust_bool'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_OPERATOR_NAME_CUST_STRING = 'operator_name_cust_string'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_OPERATOR_NAME_CUST_STRING = 'operator_name_cust_string'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_SPN_DISPLAY_CONDITION_CUST_INT = 'spn_display_condition_cust_int'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_SPN_DISPLAY_CONDITION_CUST_INT = 'spn_display_condition_cust_int'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_PNN_CUST_STRING_ARRAY = 'pnn_cust_string_array'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_PNN_CUST_STRING_ARRAY = 'pnn_cust_string_array'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_OPL_CUST_STRING_ARRAY = 'opl_cust_string_array'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_OPL_CUST_STRING_ARRAY = 'opl_cust_string_array'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: OperatorConfigKey;
Method or attribute name: KEY_EMERGENCY_CALL_STRING_ARRAY = 'emergency_call_string_array'
Old version information:
Class name: OperatorConfigKey;
Method or attribute name: KEY_EMERGENCY_CALL_STRING_ARRAY = 'emergency_call_string_array'
New version information: systemapi
@ohos.telephony.sim.d.ts
Access level changed Class name: sms;
Method or attribute name: function splitMessage(content: string): Promise<Array<string>>;
Old version information:
Class name: sms;
Method or attribute name: function splitMessage(content: string): Promise<Array<string>>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise<void>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise<void>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function getSmscAddr(slotId: number): Promise<string>;
Old version information:
Class name: sms;
Method or attribute name: function getSmscAddr(slotId: number): Promise<string>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise<void>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise<void>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise<void>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function getAllSimMessages(slotId: number): Promise<Array<SimShortMessage>>;
Old version information:
Class name: sms;
Method or attribute name: function getAllSimMessages(slotId: number): Promise<Array<SimShortMessage>>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise<void>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise<SmsSegmentsInfo>;
Old version information:
Class name: sms;
Method or attribute name: function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise<SmsSegmentsInfo>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function isImsSmsSupported(slotId: number): Promise<boolean>;
Old version information:
Class name: sms;
Method or attribute name: function isImsSmsSupported(slotId: number): Promise<boolean>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function getImsShortMessageFormat(): Promise<string>;
Old version information:
Class name: sms;
Method or attribute name: function getImsShortMessageFormat(): Promise<string>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function decodeMms(mmsFilePathName: string | Array<number>): Promise<MmsInformation>;
Old version information:
Class name: sms;
Method or attribute name: function decodeMms(mmsFilePathName: string | Array<number>): Promise<MmsInformation>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: sms;
Method or attribute name: function encodeMms(mms: MmsInformation): Promise<Array<number>>;
Old version information:
Class name: sms;
Method or attribute name: function encodeMms(mms: MmsInformation): Promise<Array<number>>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsInformation;
Method or attribute name: messageType: MessageType;
Old version information:
Class name: MmsInformation;
Method or attribute name: messageType: MessageType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsInformation;
Method or attribute name: mmsType: MmsSendReq | MmsSendConf | MmsNotificationInd | MmsRespInd | MmsRetrieveConf | MmsAcknowledgeInd | MmsDeliveryInd | MmsReadOrigInd | MmsReadRecInd;
Old version information:
Class name: MmsInformation;
Method or attribute name: mmsType: MmsSendReq | MmsSendConf | MmsNotificationInd | MmsRespInd | MmsRetrieveConf | MmsAcknowledgeInd | MmsDeliveryInd | MmsReadOrigInd | MmsReadRecInd;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsInformation;
Method or attribute name: attachment?: Array<MmsAttachment>;
Old version information:
Class name: MmsInformation;
Method or attribute name: attachment?: Array<MmsAttachment>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: from: MmsAddress;
Old version information:
Class name: MmsSendReq;
Method or attribute name: from: MmsAddress;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadOrigInd;
Method or attribute name: from: MmsAddress;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: from: MmsAddress;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadRecInd;
Method or attribute name: from: MmsAddress;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: from: MmsAddress;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsSendReq;
Method or attribute name: transactionId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendConf;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsSendConf;
Method or attribute name: transactionId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: transactionId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRespInd;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsRespInd;
Method or attribute name: transactionId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: transactionId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAcknowledgeInd;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsAcknowledgeInd;
Method or attribute name: transactionId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: contentType: string;
Old version information:
Class name: MmsSendReq;
Method or attribute name: contentType: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: contentType: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: contentType: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: contentType: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentType: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsSendReq;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendConf;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsSendConf;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRespInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsRespInd;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAcknowledgeInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsAcknowledgeInd;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsDeliveryInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadOrigInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadRecInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: version: MmsVersionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: to?: Array<MmsAddress>;
Old version information:
Class name: MmsSendReq;
Method or attribute name: to?: Array<MmsAddress>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: date?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: date?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadRecInd;
Method or attribute name: date?: number;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: date?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: cc?: Array<MmsAddress>;
Old version information:
Class name: MmsSendReq;
Method or attribute name: cc?: Array<MmsAddress>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: cc?: Array<MmsAddress>;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: cc?: Array<MmsAddress>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: bcc?: Array<MmsAddress>;
Old version information:
Class name: MmsSendReq;
Method or attribute name: bcc?: Array<MmsAddress>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: subject?: string;
Old version information:
Class name: MmsSendReq;
Method or attribute name: subject?: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: subject?: string;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: subject?: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: subject?: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: subject?: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: messageClass?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: messageClass?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: expiry?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: expiry?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: priority?: MmsPriorityType;
Old version information:
Class name: MmsSendReq;
Method or attribute name: priority?: MmsPriorityType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: priority?: MmsPriorityType;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: priority?: MmsPriorityType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: senderVisibility?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: senderVisibility?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: deliveryReport?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: deliveryReport?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: deliveryReport?: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: deliveryReport?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: deliveryReport?: number;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: deliveryReport?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendReq;
Method or attribute name: readReport?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: readReport?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: readReport?: number;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: readReport?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendConf;
Method or attribute name: responseState: number;
Old version information:
Class name: MmsSendConf;
Method or attribute name: responseState: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsSendConf;
Method or attribute name: messageId?: string;
Old version information:
Class name: MmsSendConf;
Method or attribute name: messageId?: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: messageClass: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: messageClass: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: messageSize: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: messageSize: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: expiry: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: expiry: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: contentLocation: string;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: contentLocation: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: contentLocation: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentLocation: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: from?: MmsAddress;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: from?: MmsAddress;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: from?: MmsAddress;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: from?: MmsAddress;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsNotificationInd;
Method or attribute name: contentClass?: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: contentClass?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRespInd;
Method or attribute name: status: number;
Old version information:
Class name: MmsRespInd;
Method or attribute name: status: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsDeliveryInd;
Method or attribute name: status: number;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: status: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRespInd;
Method or attribute name: reportAllowed?: ReportType;
Old version information:
Class name: MmsRespInd;
Method or attribute name: reportAllowed?: ReportType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAcknowledgeInd;
Method or attribute name: reportAllowed?: ReportType;
Old version information:
Class name: MmsAcknowledgeInd;
Method or attribute name: reportAllowed?: ReportType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: messageId: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: messageId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsDeliveryInd;
Method or attribute name: messageId: string;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: messageId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadOrigInd;
Method or attribute name: messageId: string;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: messageId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadRecInd;
Method or attribute name: messageId: string;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: messageId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: date: number;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: date: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsDeliveryInd;
Method or attribute name: date: number;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: date: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadOrigInd;
Method or attribute name: date: number;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: date: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: to: Array<MmsAddress>;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: to: Array<MmsAddress>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsDeliveryInd;
Method or attribute name: to: Array<MmsAddress>;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: to: Array<MmsAddress>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadOrigInd;
Method or attribute name: to: Array<MmsAddress>;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: to: Array<MmsAddress>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadRecInd;
Method or attribute name: to: Array<MmsAddress>;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: to: Array<MmsAddress>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: retrieveStatus?: number;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: retrieveStatus?: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsRetrieveConf;
Method or attribute name: retrieveText?: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: retrieveText?: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadOrigInd;
Method or attribute name: readStatus: number;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: readStatus: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsReadRecInd;
Method or attribute name: readStatus: number;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: readStatus: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: contentId: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentId: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: contentDisposition: DispositionType;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentDisposition: DispositionType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: contentTransferEncoding: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentTransferEncoding: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: isSmil: boolean;
Old version information:
Class name: MmsAttachment;
Method or attribute name: isSmil: boolean;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: path?: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: path?: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: inBuff?: Array<number>;
Old version information:
Class name: MmsAttachment;
Method or attribute name: inBuff?: Array<number>;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: fileName?: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: fileName?: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAttachment;
Method or attribute name: charset?: MmsCharSets;
Old version information:
Class name: MmsAttachment;
Method or attribute name: charset?: MmsCharSets;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAddress;
Method or attribute name: address: string;
Old version information:
Class name: MmsAddress;
Method or attribute name: address: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsAddress;
Method or attribute name: charset: MmsCharSets;
Old version information:
Class name: MmsAddress;
Method or attribute name: charset: MmsCharSets;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_SEND_REQ = 128
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_SEND_REQ = 128
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_SEND_CONF
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_SEND_CONF
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_NOTIFICATION_IND
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_NOTIFICATION_IND
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_RESP_IND
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_RESP_IND
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_RETRIEVE_CONF
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_RETRIEVE_CONF
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_ACKNOWLEDGE_IND
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_ACKNOWLEDGE_IND
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_DELIVERY_IND
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_DELIVERY_IND
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_READ_REC_IND
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_READ_REC_IND
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MessageType;
Method or attribute name: TYPE_MMS_READ_ORIG_IND
Old version information:
Class name: MessageType;
Method or attribute name: TYPE_MMS_READ_ORIG_IND
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsPriorityType;
Method or attribute name: MMS_LOW = 128
Old version information:
Class name: MmsPriorityType;
Method or attribute name: MMS_LOW = 128
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsPriorityType;
Method or attribute name: MMS_NORMAL
Old version information:
Class name: MmsPriorityType;
Method or attribute name: MMS_NORMAL
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsPriorityType;
Method or attribute name: MMS_HIGH
Old version information:
Class name: MmsPriorityType;
Method or attribute name: MMS_HIGH
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsVersionType;
Method or attribute name: MMS_VERSION_1_0 = 0x10
Old version information:
Class name: MmsVersionType;
Method or attribute name: MMS_VERSION_1_0 = 0x10
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsVersionType;
Method or attribute name: MMS_VERSION_1_1
Old version information:
Class name: MmsVersionType;
Method or attribute name: MMS_VERSION_1_1
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsVersionType;
Method or attribute name: MMS_VERSION_1_2
Old version information:
Class name: MmsVersionType;
Method or attribute name: MMS_VERSION_1_2
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsVersionType;
Method or attribute name: MMS_VERSION_1_3
Old version information:
Class name: MmsVersionType;
Method or attribute name: MMS_VERSION_1_3
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: BIG5 = 0X07EA
Old version information:
Class name: MmsCharSets;
Method or attribute name: BIG5 = 0X07EA
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_10646_UCS_2 = 0X03E8
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_10646_UCS_2 = 0X03E8
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_1 = 0X04
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_1 = 0X04
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_2
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_2
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_3
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_3
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_4
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_4
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_5
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_5
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_6
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_6
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_7
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_7
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_8
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_8
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: ISO_8859_9
Old version information:
Class name: MmsCharSets;
Method or attribute name: ISO_8859_9
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: SHIFT_JIS = 0X11
Old version information:
Class name: MmsCharSets;
Method or attribute name: SHIFT_JIS = 0X11
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: US_ASCII = 0X03
Old version information:
Class name: MmsCharSets;
Method or attribute name: US_ASCII = 0X03
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: MmsCharSets;
Method or attribute name: UTF_8 = 0X6A
Old version information:
Class name: MmsCharSets;
Method or attribute name: UTF_8 = 0X6A
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: DispositionType;
Method or attribute name: FROM_DATA = 0
Old version information:
Class name: DispositionType;
Method or attribute name: FROM_DATA = 0
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: DispositionType;
Method or attribute name: ATTACHMENT
Old version information:
Class name: DispositionType;
Method or attribute name: ATTACHMENT
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: DispositionType;
Method or attribute name: INLINE
Old version information:
Class name: DispositionType;
Method or attribute name: INLINE
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: ReportType;
Method or attribute name: MMS_YES = 128
Old version information:
Class name: ReportType;
Method or attribute name: MMS_YES = 128
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: ReportType;
Method or attribute name: MMS_NO
Old version information:
Class name: ReportType;
Method or attribute name: MMS_NO
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: CBConfigOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: slotId: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: SimMessageOptions;
Method or attribute name: slotId: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: UpdateSimMessageOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: slotId: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: CBConfigOptions;
Method or attribute name: enable: boolean;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: enable: boolean;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: CBConfigOptions;
Method or attribute name: startMessageId: number;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: startMessageId: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: CBConfigOptions;
Method or attribute name: endMessageId: number;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: endMessageId: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: CBConfigOptions;
Method or attribute name: ranType: RanType;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: ranType: RanType;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageOptions;
Method or attribute name: smsc: string;
Old version information:
Class name: SimMessageOptions;
Method or attribute name: smsc: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: UpdateSimMessageOptions;
Method or attribute name: smsc: string;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: smsc: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageOptions;
Method or attribute name: pdu: string;
Old version information:
Class name: SimMessageOptions;
Method or attribute name: pdu: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: UpdateSimMessageOptions;
Method or attribute name: pdu: string;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: pdu: string;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageOptions;
Method or attribute name: status: SimMessageStatus;
Old version information:
Class name: SimMessageOptions;
Method or attribute name: status: SimMessageStatus;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: UpdateSimMessageOptions;
Method or attribute name: msgIndex: number;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: msgIndex: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: UpdateSimMessageOptions;
Method or attribute name: newStatus: SimMessageStatus;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: newStatus: SimMessageStatus;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimShortMessage;
Method or attribute name: shortMessage: ShortMessage;
Old version information:
Class name: SimShortMessage;
Method or attribute name: shortMessage: ShortMessage;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimShortMessage;
Method or attribute name: simMessageStatus: SimMessageStatus;
Old version information:
Class name: SimShortMessage;
Method or attribute name: simMessageStatus: SimMessageStatus;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimShortMessage;
Method or attribute name: indexOnSim: number;
Old version information:
Class name: SimShortMessage;
Method or attribute name: indexOnSim: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_FREE = 0
Old version information:
Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_FREE = 0
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_READ = 1
Old version information:
Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_READ = 1
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_UNREAD = 3
Old version information:
Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_UNREAD = 3
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_SENT = 5
Old version information:
Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_SENT = 5
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_UNSENT = 7
Old version information:
Class name: SimMessageStatus;
Method or attribute name: SIM_MESSAGE_STATUS_UNSENT = 7
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: RanType;
Method or attribute name: TYPE_GSM = 1
Old version information:
Class name: RanType;
Method or attribute name: TYPE_GSM = 1
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: RanType;
Method or attribute name: TYPE_CDMA = 2
Old version information:
Class name: RanType;
Method or attribute name: TYPE_CDMA = 2
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SmsSegmentsInfo;
Method or attribute name: splitCount: number;
Old version information:
Class name: SmsSegmentsInfo;
Method or attribute name: splitCount: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SmsSegmentsInfo;
Method or attribute name: encodeCount: number;
Old version information:
Class name: SmsSegmentsInfo;
Method or attribute name: encodeCount: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SmsSegmentsInfo;
Method or attribute name: encodeCountRemaining: number;
Old version information:
Class name: SmsSegmentsInfo;
Method or attribute name: encodeCountRemaining: number;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SmsSegmentsInfo;
Method or attribute name: scheme: SmsEncodingScheme;
Old version information:
Class name: SmsSegmentsInfo;
Method or attribute name: scheme: SmsEncodingScheme;
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SmsEncodingScheme;
Method or attribute name: SMS_ENCODING_UNKNOWN = 0
Old version information:
Class name: SmsEncodingScheme;
Method or attribute name: SMS_ENCODING_UNKNOWN = 0
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SmsEncodingScheme;
Method or attribute name: SMS_ENCODING_7BIT
Old version information:
Class name: SmsEncodingScheme;
Method or attribute name: SMS_ENCODING_7BIT
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SmsEncodingScheme;
Method or attribute name: SMS_ENCODING_8BIT
Old version information:
Class name: SmsEncodingScheme;
Method or attribute name: SMS_ENCODING_8BIT
New version information: systemapi
@ohos.telephony.sms.d.ts
Access level changed Class name: SmsEncodingScheme;
Method or attribute name: SMS_ENCODING_16BIT
Old version information:
Class name: SmsEncodingScheme;
Method or attribute name: SMS_ENCODING_16BIT
New version information: systemapi
@ohos.telephony.sms.d.ts
Permission changed Class name: call;
Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: call;
Method or attribute name: function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void;
New version information: ohos.permission.PLACE_CALL
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function dial(phoneNumber: string, options?: DialOptions): Promise<boolean>;
New version information: ohos.permission.PLACE_CALL
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function muteRinger(): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function muteRinger(): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function holdCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function holdCall(callId: number): Promise<void>;
New version information: ohos.permission.ANSWER_CALL
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function unHoldCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function unHoldCall(callId: number): Promise<void>;
New version information: ohos.permission.ANSWER_CALL
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function switchCall(callId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function switchCall(callId: number): Promise<void>;
New version information: ohos.permission.ANSWER_CALL
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise<CallWaitingStatus>;
Old version information:
Class name: call;
Method or attribute name: function getCallWaitingStatus(slotId: number): Promise<CallWaitingStatus>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallWaiting(slotId: number, activate: boolean): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function isInEmergencyCall(): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isInEmergencyCall(): Promise<boolean>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise<RestrictionStatus>;
Old version information:
Class name: call;
Method or attribute name: function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise<RestrictionStatus>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise<CallTransferResult>;
Old version information:
Class name: call;
Method or attribute name: function getCallTransferInfo(slotId: number, type: CallTransferType): Promise<CallTransferResult>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setCallTransfer(slotId: number, info: CallTransferInfo): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function isRinging(): Promise<boolean>;
Old version information:
Class name: call;
Method or attribute name: function isRinging(): Promise<boolean>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback<void>): void;
Old version information:
Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice, callback: AsyncCallback<void>): void;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function enableImsSwitch(slotId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function enableImsSwitch(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: call;
Method or attribute name: function disableImsSwitch(slotId: number): Promise<void>;
Old version information:
Class name: call;
Method or attribute name: function disableImsSwitch(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.call.d.ts
Permission changed Class name: data;
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function setDefaultCellularDataSlotId(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.data.d.ts
Permission changed Class name: data;
Method or attribute name: function isCellularDataEnabled(): Promise<boolean>;
Old version information:
Class name: data;
Method or attribute name: function isCellularDataEnabled(): Promise<boolean>;
New version information: ohos.permission.GET_NETWORK_INFO
@ohos.telephony.data.d.ts
Permission changed Class name: data;
Method or attribute name: function enableCellularData(): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function enableCellularData(): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.data.d.ts
Permission changed Class name: data;
Method or attribute name: function disableCellularData(): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function disableCellularData(): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.data.d.ts
Permission changed Class name: data;
Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise<boolean>;
Old version information:
Class name: data;
Method or attribute name: function isCellularDataRoamingEnabled(slotId: number): Promise<boolean>;
New version information: ohos.permission.GET_NETWORK_INFO
@ohos.telephony.data.d.ts
Permission changed Class name: data;
Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function enableCellularDataRoaming(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.data.d.ts
Permission changed Class name: data;
Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise<void>;
Old version information:
Class name: data;
Method or attribute name: function disableCellularDataRoaming(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.data.d.ts
Permission changed Class name: observer;
Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback<NetworkState>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback<NetworkState>): void;
New version information: ohos.permission.GET_NETWORK_INFO
@ohos.telephony.observer.d.ts
Permission changed Class name: observer;
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback<Array<CellInformation>>): void;
Old version information:
Class name: observer;
Method or attribute name: function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback<Array<CellInformation>>): void;
New version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
@ohos.telephony.observer.d.ts
Permission changed Class name: radio;
Method or attribute name: function getRadioTech(slotId: number): Promise<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;
Old version information:
Class name: radio;
Method or attribute name: function getRadioTech(slotId: number): Promise<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>;
New version information: ohos.permission.GET_NETWORK_INFO
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback<NetworkState>): void;
Old version information:
Class name: radio;
Method or attribute name: function getNetworkState(slotId: number, callback: AsyncCallback<NetworkState>): void;
New version information: ohos.permission.GET_NETWORK_INFO
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getNetworkState(slotId?: number): Promise<NetworkState>;
Old version information:
Class name: radio;
Method or attribute name: function getNetworkState(slotId?: number): Promise<NetworkState>;
New version information: ohos.permission.GET_NETWORK_INFO
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void;
Old version information:
Class name: radio;
Method or attribute name: function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void;
New version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getCellInformation(slotId?: number): Promise<Array<CellInformation>>;
Old version information:
Class name: radio;
Method or attribute name: function getCellInformation(slotId?: number): Promise<Array<CellInformation>>;
New version information: ohos.permission.LOCATION,ohos.permission.APPROXIMATELY_LOCATION
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise<NetworkSearchResult>;
Old version information:
Class name: radio;
Method or attribute name: function getNetworkSearchInformation(slotId: number): Promise<NetworkSearchResult>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getIMEI(slotId: number, callback: AsyncCallback<string>): void;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getIMEI(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getIMEI(slotId?: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getMEID(slotId: number, callback: AsyncCallback<string>): void;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getMEID(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getMEID(slotId?: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback<string>): void;
Old version information:
Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId: number, callback: AsyncCallback<string>): void;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise<string>;
Old version information:
Class name: radio;
Method or attribute name: function getUniqueDeviceId(slotId?: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function setPrimarySlotId(slotId: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setPrimarySlotId(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback<boolean>): void;
Old version information:
Class name: radio;
Method or attribute name: function isRadioOn(slotId: number, callback: AsyncCallback<boolean>): void;
New version information: ohos.permission.GET_NETWORK_INFO
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function isRadioOn(slotId?: number): Promise<boolean>;
Old version information:
Class name: radio;
Method or attribute name: function isRadioOn(slotId?: number): Promise<boolean>;
New version information: ohos.permission.GET_NETWORK_INFO
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function turnOnRadio(slotId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function turnOnRadio(slotId?: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function turnOnRadio(slotId?: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback<void>): void;
Old version information:
Class name: radio;
Method or attribute name: function turnOffRadio(slotId: number, callback: AsyncCallback<void>): void;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function turnOffRadio(slotId?: number): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function turnOffRadio(slotId?: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise<void>;
Old version information:
Class name: radio;
Method or attribute name: function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getPreferredNetwork(slotId: number): Promise<PreferredNetworkMode>;
Old version information:
Class name: radio;
Method or attribute name: function getPreferredNetwork(slotId: number): Promise<PreferredNetworkMode>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: radio;
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise<ImsRegInfo>;
Old version information:
Class name: radio;
Method or attribute name: function getImsRegInfo(slotId: number, imsType: ImsServiceType): Promise<ImsRegInfo>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.radio.d.ts
Permission changed Class name: sim;
Method or attribute name: function getSimIccId(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimIccId(slotId: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getVoiceMailIdentifier(slotId: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getVoiceMailNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getVoiceMailNumber(slotId: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback<string>): void;
Old version information: ohos.permission.GET_TELEPHONY_STATE
Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number, callback: AsyncCallback<string>): void;
New version information: ohos.permission.GET_PHONE_NUMBERS
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimTelephoneNumber(slotId: number): Promise<string>;
New version information: ohos.permission.GET_PHONE_NUMBERS
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getSimGid1(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getSimGid1(slotId: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getIMSI(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getIMSI(slotId: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getSimAccountInfo(slotId: number): Promise<IccAccountInfo>;
Old version information:
Class name: sim;
Method or attribute name: function getSimAccountInfo(slotId: number): Promise<IccAccountInfo>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getActiveSimAccountInfoList(): Promise<Array<IccAccountInfo>>;
Old version information:
Class name: sim;
Method or attribute name: function getActiveSimAccountInfoList(): Promise<Array<IccAccountInfo>>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setDefaultVoiceSlotId(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function activateSim(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function activateSim(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function deactivateSim(slotId: number): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function deactivateSim(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function setShowName(slotId: number, name: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setShowName(slotId: number, name: string): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getShowName(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getShowName(slotId: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function setShowNumber(slotId: number, number: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function setShowNumber(slotId: number, number: string): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getShowNumber(slotId: number): Promise<string>;
Old version information:
Class name: sim;
Method or attribute name: function getShowNumber(slotId: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getOperatorConfigs(slotId: number): Promise<Array<OperatorConfig>>;
Old version information:
Class name: sim;
Method or attribute name: function getOperatorConfigs(slotId: number): Promise<Array<OperatorConfig>>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function unlockPin(slotId: number, pin: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPin(slotId: number, pin: string): Promise<LockStatusResponse>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPuk(slotId: number, newPin: string, puk: string): Promise<LockStatusResponse>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function alterPin(slotId: number, newPin: string, oldPin: string): Promise<LockStatusResponse>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function setLockState(slotId: number, options: LockInfo): Promise<LockStatusResponse>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPin2(slotId: number, pin2: string): Promise<LockStatusResponse>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise<LockStatusResponse>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise<Array<DiallingNumbersInfo>>;
Old version information:
Class name: sim;
Method or attribute name: function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise<Array<DiallingNumbersInfo>>;
New version information: ohos.permission.READ_CONTACTS
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: ohos.permission.WRITE_CONTACTS
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: ohos.permission.WRITE_CONTACTS
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>;
New version information: ohos.permission.WRITE_CONTACTS
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise<LockState>;
Old version information:
Class name: sim;
Method or attribute name: function getLockState(slotId: number, lockType: LockType): Promise<LockState>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function sendEnvelopeCmd(slotId: number, cmd: string): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise<void>;
Old version information:
Class name: sim;
Method or attribute name: function sendTerminalResponseCmd(slotId: number, cmd: string): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sim;
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise<LockStatusResponse>;
Old version information:
Class name: sim;
Method or attribute name: function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise<LockStatusResponse>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sim.d.ts
Permission changed Class name: sms;
Method or attribute name: function splitMessage(content: string): Promise<Array<string>>;
Old version information:
Class name: sms;
Method or attribute name: function splitMessage(content: string): Promise<Array<string>>;
New version information: ohos.permission.SEND_MESSAGES
@ohos.telephony.sms.d.ts
Permission changed Class name: sms;
Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setDefaultSmsSlotId(slotId: number): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sms.d.ts
Permission changed Class name: sms;
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setSmscAddr(slotId: number, smscAddr: string): Promise<void>;
New version information: ohos.permission.SET_TELEPHONY_STATE
@ohos.telephony.sms.d.ts
Permission changed Class name: sms;
Method or attribute name: function getSmscAddr(slotId: number): Promise<string>;
Old version information:
Class name: sms;
Method or attribute name: function getSmscAddr(slotId: number): Promise<string>;
New version information: ohos.permission.GET_TELEPHONY_STATE
@ohos.telephony.sms.d.ts
Permission changed Class name: sms;
Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function addSimMessage(options: SimMessageOptions): Promise<void>;
New version information: ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES
@ohos.telephony.sms.d.ts
Permission changed Class name: sms;
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function delSimMessage(slotId: number, msgIndex: number): Promise<void>;
New version information: ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES
@ohos.telephony.sms.d.ts
Permission changed Class name: sms;
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function updateSimMessage(options: UpdateSimMessageOptions): Promise<void>;
New version information: ohos.permission.RECEIVE_SMS,ohos.permission.SEND_MESSAGES
@ohos.telephony.sms.d.ts
Permission changed Class name: sms;
Method or attribute name: function getAllSimMessages(slotId: number): Promise<Array<SimShortMessage>>;
Old version information:
Class name: sms;
Method or attribute name: function getAllSimMessages(slotId: number): Promise<Array<SimShortMessage>>;
New version information: ohos.permission.RECEIVE_SMS
@ohos.telephony.sms.d.ts
Permission changed Class name: sms;
Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise<void>;
Old version information:
Class name: sms;
Method or attribute name: function setCBConfig(options: CBConfigOptions): Promise<void>;
New version information: ohos.permission.RECEIVE_SMS
@ohos.telephony.sms.d.ts
Type changed Class name: CallTransferInfo;
Method or attribute name: transferNum: string;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: transferNum: string;
New version information: string
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferInfo;
Method or attribute name: type: CallTransferType;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: type: CallTransferType;
New version information: CallTransferType
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferInfo;
Method or attribute name: settingType: CallTransferSettingType;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: settingType: CallTransferSettingType;
New version information: CallTransferSettingType
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferInfo;
Method or attribute name: startHour?: number;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: startHour?: number;
New version information: ?number
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferInfo;
Method or attribute name: startMinute?: number;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: startMinute?: number;
New version information: ?number
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferInfo;
Method or attribute name: endHour?: number;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: endHour?: number;
New version information: ?number
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferInfo;
Method or attribute name: endMinute?: number;
Old version information:
Class name: CallTransferInfo;
Method or attribute name: endMinute?: number;
New version information: ?number
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: accountNumber: string;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: accountNumber: string;
New version information: string
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: speakerphoneOn: boolean;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: speakerphoneOn: boolean;
New version information: boolean
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: accountId: number;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: accountId: number;
New version information: number
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: videoState: VideoStateType;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: videoState: VideoStateType;
New version information: VideoStateType
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: startTime: number;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: startTime: number;
New version information: number
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: isEcc: boolean;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: isEcc: boolean;
New version information: boolean
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: callType: CallType;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: callType: CallType;
New version information: CallType
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: callId: number;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: callId: number;
New version information: number
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: callState: DetailedCallState;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: callState: DetailedCallState;
New version information: DetailedCallState
@ohos.telephony.call.d.ts
Type changed Class name: CallAttributeOptions;
Method or attribute name: conferenceState: ConferenceState;
Old version information:
Class name: CallAttributeOptions;
Method or attribute name: conferenceState: ConferenceState;
New version information: ConferenceState
@ohos.telephony.call.d.ts
Type changed Class name: CallRestrictionInfo;
Method or attribute name: type: CallRestrictionType;
Old version information:
Class name: CallRestrictionInfo;
Method or attribute name: type: CallRestrictionType;
New version information: CallRestrictionType
@ohos.telephony.call.d.ts
Type changed Class name: CallRestrictionInfo;
Method or attribute name: password: string;
Old version information:
Class name: CallRestrictionInfo;
Method or attribute name: password: string;
New version information: string
@ohos.telephony.call.d.ts
Type changed Class name: CallRestrictionInfo;
Method or attribute name: mode: CallRestrictionMode;
Old version information:
Class name: CallRestrictionInfo;
Method or attribute name: mode: CallRestrictionMode;
New version information: CallRestrictionMode
@ohos.telephony.call.d.ts
Type changed Class name: CallEventOptions;
Method or attribute name: eventId: CallAbilityEventId,
Old version information:
Class name: CallEventOptions;
Method or attribute name: eventId: CallAbilityEventId,
New version information: CallAbilityEventId
@ohos.telephony.call.d.ts
Type changed Class name: DialOptions;
Method or attribute name: extras?: boolean;
Old version information:
Class name: DialOptions;
Method or attribute name: extras?: boolean;
New version information: ?boolean
@ohos.telephony.call.d.ts
Type changed Class name: DialOptions;
Method or attribute name: accountId?: number;
Old version information:
Class name: DialOptions;
Method or attribute name: accountId?: number;
New version information: ?number
@ohos.telephony.call.d.ts
Type changed Class name: DialCallOptions;
Method or attribute name: accountId?: number;
Old version information:
Class name: DialCallOptions;
Method or attribute name: accountId?: number;
New version information: ?number
@ohos.telephony.call.d.ts
Type changed Class name: DialOptions;
Method or attribute name: videoState?: VideoStateType;
Old version information:
Class name: DialOptions;
Method or attribute name: videoState?: VideoStateType;
New version information: ?VideoStateType
@ohos.telephony.call.d.ts
Type changed Class name: DialCallOptions;
Method or attribute name: videoState?: VideoStateType;
Old version information:
Class name: DialCallOptions;
Method or attribute name: videoState?: VideoStateType;
New version information: ?VideoStateType
@ohos.telephony.call.d.ts
Type changed Class name: DialOptions;
Method or attribute name: dialScene?: DialScene;
Old version information:
Class name: DialOptions;
Method or attribute name: dialScene?: DialScene;
New version information: ?DialScene
@ohos.telephony.call.d.ts
Type changed Class name: DialCallOptions;
Method or attribute name: dialScene?: DialScene;
Old version information:
Class name: DialCallOptions;
Method or attribute name: dialScene?: DialScene;
New version information: ?DialScene
@ohos.telephony.call.d.ts
Type changed Class name: DialOptions;
Method or attribute name: dialType?: DialType;
Old version information:
Class name: DialOptions;
Method or attribute name: dialType?: DialType;
New version information: ?DialType
@ohos.telephony.call.d.ts
Type changed Class name: DialCallOptions;
Method or attribute name: dialType?: DialType;
Old version information:
Class name: DialCallOptions;
Method or attribute name: dialType?: DialType;
New version information: ?DialType
@ohos.telephony.call.d.ts
Type changed Class name: RejectMessageOptions;
Method or attribute name: messageContent: string;
Old version information:
Class name: RejectMessageOptions;
Method or attribute name: messageContent: string;
New version information: string
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferResult;
Method or attribute name: status: TransferStatus;
Old version information:
Class name: CallTransferResult;
Method or attribute name: status: TransferStatus;
New version information: TransferStatus
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferResult;
Method or attribute name: number: string;
Old version information:
Class name: CallTransferResult;
Method or attribute name: number: string;
New version information: string
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferResult;
Method or attribute name: startHour: number;
Old version information:
Class name: CallTransferResult;
Method or attribute name: startHour: number;
New version information: number
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferResult;
Method or attribute name: startMinute: number;
Old version information:
Class name: CallTransferResult;
Method or attribute name: startMinute: number;
New version information: number
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferResult;
Method or attribute name: endHour: number;
Old version information:
Class name: CallTransferResult;
Method or attribute name: endHour: number;
New version information: number
@ohos.telephony.call.d.ts
Type changed Class name: CallTransferResult;
Method or attribute name: endMinute: number;
Old version information:
Class name: CallTransferResult;
Method or attribute name: endMinute: number;
New version information: number
@ohos.telephony.call.d.ts
Type changed Class name: EmergencyNumberOptions;
Method or attribute name: slotId?: number;
Old version information:
Class name: EmergencyNumberOptions;
Method or attribute name: slotId?: number;
New version information: ?number
@ohos.telephony.call.d.ts
Type changed Class name: NumberFormatOptions;
Method or attribute name: countryCode?: string;
Old version information:
Class name: NumberFormatOptions;
Method or attribute name: countryCode?: string;
New version information: ?string
@ohos.telephony.call.d.ts
Type changed Class name: MmiCodeResults;
Method or attribute name: result: MmiCodeResult;
Old version information:
Class name: MmiCodeResults;
Method or attribute name: result: MmiCodeResult;
New version information: MmiCodeResult
@ohos.telephony.call.d.ts
Type changed Class name: MmiCodeResults;
Method or attribute name: message: string;
Old version information:
Class name: MmiCodeResults;
Method or attribute name: message: string;
New version information: string
@ohos.telephony.call.d.ts
Type changed Class name: DisconnectedDetails;
Method or attribute name: message: string;
Old version information:
Class name: DisconnectedDetails;
Method or attribute name: message: string;
New version information: string
@ohos.telephony.call.d.ts
Type changed Class name: DisconnectedDetails;
Method or attribute name: reason: DisconnectedReason;
Old version information:
Class name: DisconnectedDetails;
Method or attribute name: reason: DisconnectedReason;
New version information: DisconnectedReason
@ohos.telephony.call.d.ts
Type changed Class name: SimStateData;
Method or attribute name: type: CardType;
Old version information:
Class name: SimStateData;
Method or attribute name: type: CardType;
New version information: CardType
@ohos.telephony.observer.d.ts
Type changed Class name: SimStateData;
Method or attribute name: state: SimState;
Old version information:
Class name: SimStateData;
Method or attribute name: state: SimState;
New version information: SimState
@ohos.telephony.observer.d.ts
Type changed Class name: SimStateData;
Method or attribute name: reason: LockReason;
Old version information:
Class name: SimStateData;
Method or attribute name: reason: LockReason;
New version information: LockReason
@ohos.telephony.observer.d.ts
Type changed Class name: SignalInformation;
Method or attribute name: signalType: NetworkType;
Old version information:
Class name: SignalInformation;
Method or attribute name: signalType: NetworkType;
New version information: NetworkType
@ohos.telephony.radio.d.ts
Type changed Class name: SignalInformation;
Method or attribute name: signalLevel: number;
Old version information:
Class name: SignalInformation;
Method or attribute name: signalLevel: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: SignalInformation;
Method or attribute name: dBm: number;
Old version information:
Class name: SignalInformation;
Method or attribute name: dBm: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: longOperatorName: string;
Old version information:
Class name: NetworkState;
Method or attribute name: longOperatorName: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: shortOperatorName: string;
Old version information:
Class name: NetworkState;
Method or attribute name: shortOperatorName: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: plmnNumeric: string;
Old version information:
Class name: NetworkState;
Method or attribute name: plmnNumeric: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: isRoaming: boolean;
Old version information:
Class name: NetworkState;
Method or attribute name: isRoaming: boolean;
New version information: boolean
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: regState: RegState;
Old version information:
Class name: NetworkState;
Method or attribute name: regState: RegState;
New version information: RegState
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: cfgTech: RadioTechnology;
Old version information:
Class name: NetworkState;
Method or attribute name: cfgTech: RadioTechnology;
New version information: RadioTechnology
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: nsaState: NsaState;
Old version information:
Class name: NetworkState;
Method or attribute name: nsaState: NsaState;
New version information: NsaState
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: isCaActive: boolean;
Old version information:
Class name: NetworkState;
Method or attribute name: isCaActive: boolean;
New version information: boolean
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkState;
Method or attribute name: isEmergency: boolean;
Old version information:
Class name: NetworkState;
Method or attribute name: isEmergency: boolean;
New version information: boolean
@ohos.telephony.radio.d.ts
Type changed Class name: CellInformation;
Method or attribute name: networkType: NetworkType;
Old version information:
Class name: CellInformation;
Method or attribute name: networkType: NetworkType;
New version information: NetworkType
@ohos.telephony.radio.d.ts
Type changed Class name: CellInformation;
Method or attribute name: isCamped: boolean;
Old version information:
Class name: CellInformation;
Method or attribute name: isCamped: boolean;
New version information: boolean
@ohos.telephony.radio.d.ts
Type changed Class name: CellInformation;
Method or attribute name: timeStamp: number;
Old version information:
Class name: CellInformation;
Method or attribute name: timeStamp: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: CellInformation;
Method or attribute name: signalInformation: SignalInformation;
Old version information:
Class name: CellInformation;
Method or attribute name: signalInformation: SignalInformation;
New version information: SignalInformation
@ohos.telephony.radio.d.ts
Type changed Class name: CellInformation;
Method or attribute name: data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaCellInformation
| WcdmaCellInformation;
Old version information:
Class name: CellInformation;
Method or attribute name: data: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation | TdscdmaCellInformation
| WcdmaCellInformation;
New version information: CdmaCellInformation | GsmCellInformation | LteCellInformation | NrCellInformation| TdscdmaCellInformation | WcdmaCellInformation
@ohos.telephony.radio.d.ts
Type changed Class name: CdmaCellInformation;
Method or attribute name: baseId: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: baseId: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: CdmaCellInformation;
Method or attribute name: latitude: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: latitude: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: CdmaCellInformation;
Method or attribute name: longitude: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: longitude: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: CdmaCellInformation;
Method or attribute name: nid: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: nid: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: CdmaCellInformation;
Method or attribute name: sid: number;
Old version information:
Class name: CdmaCellInformation;
Method or attribute name: sid: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: GsmCellInformation;
Method or attribute name: lac: number;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: lac: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: TdscdmaCellInformation;
Method or attribute name: lac: number;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: lac: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: WcdmaCellInformation;
Method or attribute name: lac: number;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: lac: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: GsmCellInformation;
Method or attribute name: cellId: number;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: cellId: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: TdscdmaCellInformation;
Method or attribute name: cellId: number;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: cellId: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: WcdmaCellInformation;
Method or attribute name: cellId: number;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: cellId: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: GsmCellInformation;
Method or attribute name: arfcn: number;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: arfcn: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: GsmCellInformation;
Method or attribute name: bsic: number;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: bsic: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: GsmCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: mcc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: LteCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: LteCellInformation;
Method or attribute name: mcc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: NrCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: NrCellInformation;
Method or attribute name: mcc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: TdscdmaCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: mcc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: WcdmaCellInformation;
Method or attribute name: mcc: string;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: mcc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: GsmCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: GsmCellInformation;
Method or attribute name: mnc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: LteCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: LteCellInformation;
Method or attribute name: mnc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: NrCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: NrCellInformation;
Method or attribute name: mnc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: TdscdmaCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: mnc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: WcdmaCellInformation;
Method or attribute name: mnc: string;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: mnc: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: LteCellInformation;
Method or attribute name: cgi: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: cgi: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: LteCellInformation;
Method or attribute name: pci: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: pci: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: NrCellInformation;
Method or attribute name: pci: number;
Old version information:
Class name: NrCellInformation;
Method or attribute name: pci: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: LteCellInformation;
Method or attribute name: tac: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: tac: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: NrCellInformation;
Method or attribute name: tac: number;
Old version information:
Class name: NrCellInformation;
Method or attribute name: tac: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: LteCellInformation;
Method or attribute name: earfcn: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: earfcn: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: LteCellInformation;
Method or attribute name: bandwidth: number;
Old version information:
Class name: LteCellInformation;
Method or attribute name: bandwidth: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: LteCellInformation;
Method or attribute name: isSupportEndc: boolean;
Old version information:
Class name: LteCellInformation;
Method or attribute name: isSupportEndc: boolean;
New version information: boolean
@ohos.telephony.radio.d.ts
Type changed Class name: NrCellInformation;
Method or attribute name: nrArfcn: number;
Old version information:
Class name: NrCellInformation;
Method or attribute name: nrArfcn: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: NrCellInformation;
Method or attribute name: nci: number;
Old version information:
Class name: NrCellInformation;
Method or attribute name: nci: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: TdscdmaCellInformation;
Method or attribute name: cpid: number;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: cpid: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: TdscdmaCellInformation;
Method or attribute name: uarfcn: number;
Old version information:
Class name: TdscdmaCellInformation;
Method or attribute name: uarfcn: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: WcdmaCellInformation;
Method or attribute name: uarfcn: number;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: uarfcn: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: WcdmaCellInformation;
Method or attribute name: psc: number;
Old version information:
Class name: WcdmaCellInformation;
Method or attribute name: psc: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkSearchResult;
Method or attribute name: isNetworkSearchSuccess: boolean;
Old version information:
Class name: NetworkSearchResult;
Method or attribute name: isNetworkSearchSuccess: boolean;
New version information: boolean
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkSearchResult;
Method or attribute name: networkSearchResult: Array<NetworkInformation>;
Old version information:
Class name: NetworkSearchResult;
Method or attribute name: networkSearchResult: Array<NetworkInformation>;
New version information: Array<NetworkInformation>
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkInformation;
Method or attribute name: operatorName: string;
Old version information:
Class name: NetworkInformation;
Method or attribute name: operatorName: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkInformation;
Method or attribute name: operatorNumeric: string;
Old version information:
Class name: NetworkInformation;
Method or attribute name: operatorNumeric: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkInformation;
Method or attribute name: state: NetworkInformationState;
Old version information:
Class name: NetworkInformation;
Method or attribute name: state: NetworkInformationState;
New version information: NetworkInformationState
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkInformation;
Method or attribute name: radioTech: string;
Old version information:
Class name: NetworkInformation;
Method or attribute name: radioTech: string;
New version information: string
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkSelectionModeOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: NetworkSelectionModeOptions;
Method or attribute name: slotId: number;
New version information: number
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkSelectionModeOptions;
Method or attribute name: selectMode: NetworkSelectionMode;
Old version information:
Class name: NetworkSelectionModeOptions;
Method or attribute name: selectMode: NetworkSelectionMode;
New version information: NetworkSelectionMode
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkSelectionModeOptions;
Method or attribute name: networkInformation: NetworkInformation;
Old version information:
Class name: NetworkSelectionModeOptions;
Method or attribute name: networkInformation: NetworkInformation;
New version information: NetworkInformation
@ohos.telephony.radio.d.ts
Type changed Class name: NetworkSelectionModeOptions;
Method or attribute name: resumeSelection: boolean;
Old version information:
Class name: NetworkSelectionModeOptions;
Method or attribute name: resumeSelection: boolean;
New version information: boolean
@ohos.telephony.radio.d.ts
Type changed Class name: ImsRegInfo;
Method or attribute name: imsRegState: ImsRegState;
Old version information:
Class name: ImsRegInfo;
Method or attribute name: imsRegState: ImsRegState;
New version information: ImsRegState
@ohos.telephony.radio.d.ts
Type changed Class name: ImsRegInfo;
Method or attribute name: imsRegTech: ImsRegTech;
Old version information:
Class name: ImsRegInfo;
Method or attribute name: imsRegTech: ImsRegTech;
New version information: ImsRegTech
@ohos.telephony.radio.d.ts
Type changed Class name: OperatorConfig;
Method or attribute name: field: string;
Old version information:
Class name: OperatorConfig;
Method or attribute name: field: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: OperatorConfig;
Method or attribute name: value: string;
Old version information:
Class name: OperatorConfig;
Method or attribute name: value: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: IccAccountInfo;
Method or attribute name: simId: number;
Old version information:
Class name: IccAccountInfo;
Method or attribute name: simId: number;
New version information: number
@ohos.telephony.sim.d.ts
Type changed Class name: IccAccountInfo;
Method or attribute name: slotIndex: number;
Old version information:
Class name: IccAccountInfo;
Method or attribute name: slotIndex: number;
New version information: number
@ohos.telephony.sim.d.ts
Type changed Class name: IccAccountInfo;
Method or attribute name: isEsim: boolean;
Old version information:
Class name: IccAccountInfo;
Method or attribute name: isEsim: boolean;
New version information: boolean
@ohos.telephony.sim.d.ts
Type changed Class name: IccAccountInfo;
Method or attribute name: isActive: boolean;
Old version information:
Class name: IccAccountInfo;
Method or attribute name: isActive: boolean;
New version information: boolean
@ohos.telephony.sim.d.ts
Type changed Class name: IccAccountInfo;
Method or attribute name: iccId: string;
Old version information:
Class name: IccAccountInfo;
Method or attribute name: iccId: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: IccAccountInfo;
Method or attribute name: showName: string;
Old version information:
Class name: IccAccountInfo;
Method or attribute name: showName: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: IccAccountInfo;
Method or attribute name: showNumber: string;
Old version information:
Class name: IccAccountInfo;
Method or attribute name: showNumber: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: LockStatusResponse;
Method or attribute name: result: number;
Old version information:
Class name: LockStatusResponse;
Method or attribute name: result: number;
New version information: number
@ohos.telephony.sim.d.ts
Type changed Class name: LockStatusResponse;
Method or attribute name: remain?: number;
Old version information:
Class name: LockStatusResponse;
Method or attribute name: remain?: number;
New version information: ?number
@ohos.telephony.sim.d.ts
Type changed Class name: DiallingNumbersInfo;
Method or attribute name: alphaTag: string;
Old version information:
Class name: DiallingNumbersInfo;
Method or attribute name: alphaTag: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: DiallingNumbersInfo;
Method or attribute name: number: string;
Old version information:
Class name: DiallingNumbersInfo;
Method or attribute name: number: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: DiallingNumbersInfo;
Method or attribute name: recordNumber?: number;
Old version information:
Class name: DiallingNumbersInfo;
Method or attribute name: recordNumber?: number;
New version information: ?number
@ohos.telephony.sim.d.ts
Type changed Class name: DiallingNumbersInfo;
Method or attribute name: pin2?: string;
Old version information:
Class name: DiallingNumbersInfo;
Method or attribute name: pin2?: string;
New version information: ?string
@ohos.telephony.sim.d.ts
Type changed Class name: LockInfo;
Method or attribute name: lockType: LockType;
Old version information:
Class name: LockInfo;
Method or attribute name: lockType: LockType;
New version information: LockType
@ohos.telephony.sim.d.ts
Type changed Class name: LockInfo;
Method or attribute name: password: string;
Old version information:
Class name: LockInfo;
Method or attribute name: password: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: PersoLockInfo;
Method or attribute name: password: string;
Old version information:
Class name: PersoLockInfo;
Method or attribute name: password: string;
New version information: string
@ohos.telephony.sim.d.ts
Type changed Class name: LockInfo;
Method or attribute name: state: LockState;
Old version information:
Class name: LockInfo;
Method or attribute name: state: LockState;
New version information: LockState
@ohos.telephony.sim.d.ts
Type changed Class name: PersoLockInfo;
Method or attribute name: lockType: PersoLockType;
Old version information:
Class name: PersoLockInfo;
Method or attribute name: lockType: PersoLockType;
New version information: PersoLockType
@ohos.telephony.sim.d.ts
Type changed Class name: MmsInformation;
Method or attribute name: messageType: MessageType;
Old version information:
Class name: MmsInformation;
Method or attribute name: messageType: MessageType;
New version information: MessageType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsInformation;
Method or attribute name: mmsType: MmsSendReq | MmsSendConf | MmsNotificationInd | MmsRespInd | MmsRetrieveConf | MmsAcknowledgeInd | MmsDeliveryInd | MmsReadOrigInd | MmsReadRecInd;
Old version information:
Class name: MmsInformation;
Method or attribute name: mmsType: MmsSendReq | MmsSendConf | MmsNotificationInd | MmsRespInd | MmsRetrieveConf | MmsAcknowledgeInd | MmsDeliveryInd | MmsReadOrigInd | MmsReadRecInd;
New version information: MmsSendReq | MmsSendConf | MmsNotificationInd | MmsRespInd | MmsRetrieveConf | MmsAcknowledgeInd |MmsDeliveryInd | MmsReadOrigInd | MmsReadRecInd
@ohos.telephony.sms.d.ts
Type changed Class name: MmsInformation;
Method or attribute name: attachment?: Array<MmsAttachment>;
Old version information:
Class name: MmsInformation;
Method or attribute name: attachment?: Array<MmsAttachment>;
New version information: ?Array<MmsAttachment>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: from: MmsAddress;
Old version information:
Class name: MmsSendReq;
Method or attribute name: from: MmsAddress;
New version information: MmsAddress
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadOrigInd;
Method or attribute name: from: MmsAddress;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: from: MmsAddress;
New version information: MmsAddress
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadRecInd;
Method or attribute name: from: MmsAddress;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: from: MmsAddress;
New version information: MmsAddress
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsSendReq;
Method or attribute name: transactionId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendConf;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsSendConf;
Method or attribute name: transactionId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: transactionId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRespInd;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsRespInd;
Method or attribute name: transactionId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: transactionId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAcknowledgeInd;
Method or attribute name: transactionId: string;
Old version information:
Class name: MmsAcknowledgeInd;
Method or attribute name: transactionId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: contentType: string;
Old version information:
Class name: MmsSendReq;
Method or attribute name: contentType: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: contentType: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: contentType: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: contentType: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentType: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsSendReq;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendConf;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsSendConf;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRespInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsRespInd;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAcknowledgeInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsAcknowledgeInd;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsDeliveryInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadOrigInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadRecInd;
Method or attribute name: version: MmsVersionType;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: version: MmsVersionType;
New version information: MmsVersionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: to?: Array<MmsAddress>;
Old version information:
Class name: MmsSendReq;
Method or attribute name: to?: Array<MmsAddress>;
New version information: ?Array<MmsAddress>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: date?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: date?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadRecInd;
Method or attribute name: date?: number;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: date?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: cc?: Array<MmsAddress>;
Old version information:
Class name: MmsSendReq;
Method or attribute name: cc?: Array<MmsAddress>;
New version information: ?Array<MmsAddress>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: cc?: Array<MmsAddress>;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: cc?: Array<MmsAddress>;
New version information: ?Array<MmsAddress>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: bcc?: Array<MmsAddress>;
Old version information:
Class name: MmsSendReq;
Method or attribute name: bcc?: Array<MmsAddress>;
New version information: ?Array<MmsAddress>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: subject?: string;
Old version information:
Class name: MmsSendReq;
Method or attribute name: subject?: string;
New version information: ?string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: subject?: string;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: subject?: string;
New version information: ?string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: subject?: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: subject?: string;
New version information: ?string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: messageClass?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: messageClass?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: expiry?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: expiry?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: priority?: MmsPriorityType;
Old version information:
Class name: MmsSendReq;
Method or attribute name: priority?: MmsPriorityType;
New version information: ?MmsPriorityType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: priority?: MmsPriorityType;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: priority?: MmsPriorityType;
New version information: ?MmsPriorityType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: senderVisibility?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: senderVisibility?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: deliveryReport?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: deliveryReport?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: deliveryReport?: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: deliveryReport?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: deliveryReport?: number;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: deliveryReport?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendReq;
Method or attribute name: readReport?: number;
Old version information:
Class name: MmsSendReq;
Method or attribute name: readReport?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: readReport?: number;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: readReport?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendConf;
Method or attribute name: responseState: number;
Old version information:
Class name: MmsSendConf;
Method or attribute name: responseState: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsSendConf;
Method or attribute name: messageId?: string;
Old version information:
Class name: MmsSendConf;
Method or attribute name: messageId?: string;
New version information: ?string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: messageClass: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: messageClass: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: messageSize: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: messageSize: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: expiry: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: expiry: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: contentLocation: string;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: contentLocation: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: contentLocation: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentLocation: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: from?: MmsAddress;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: from?: MmsAddress;
New version information: ?MmsAddress
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: from?: MmsAddress;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: from?: MmsAddress;
New version information: ?MmsAddress
@ohos.telephony.sms.d.ts
Type changed Class name: MmsNotificationInd;
Method or attribute name: contentClass?: number;
Old version information:
Class name: MmsNotificationInd;
Method or attribute name: contentClass?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRespInd;
Method or attribute name: status: number;
Old version information:
Class name: MmsRespInd;
Method or attribute name: status: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsDeliveryInd;
Method or attribute name: status: number;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: status: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: status: number;
Old version information:
Class name: ShortMessage;
Method or attribute name: status: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRespInd;
Method or attribute name: reportAllowed?: ReportType;
Old version information:
Class name: MmsRespInd;
Method or attribute name: reportAllowed?: ReportType;
New version information: ?ReportType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAcknowledgeInd;
Method or attribute name: reportAllowed?: ReportType;
Old version information:
Class name: MmsAcknowledgeInd;
Method or attribute name: reportAllowed?: ReportType;
New version information: ?ReportType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: messageId: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: messageId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsDeliveryInd;
Method or attribute name: messageId: string;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: messageId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadOrigInd;
Method or attribute name: messageId: string;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: messageId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadRecInd;
Method or attribute name: messageId: string;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: messageId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: date: number;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: date: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsDeliveryInd;
Method or attribute name: date: number;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: date: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadOrigInd;
Method or attribute name: date: number;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: date: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: to: Array<MmsAddress>;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: to: Array<MmsAddress>;
New version information: Array<MmsAddress>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsDeliveryInd;
Method or attribute name: to: Array<MmsAddress>;
Old version information:
Class name: MmsDeliveryInd;
Method or attribute name: to: Array<MmsAddress>;
New version information: Array<MmsAddress>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadOrigInd;
Method or attribute name: to: Array<MmsAddress>;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: to: Array<MmsAddress>;
New version information: Array<MmsAddress>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadRecInd;
Method or attribute name: to: Array<MmsAddress>;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: to: Array<MmsAddress>;
New version information: Array<MmsAddress>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: retrieveStatus?: number;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: retrieveStatus?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsRetrieveConf;
Method or attribute name: retrieveText?: string;
Old version information:
Class name: MmsRetrieveConf;
Method or attribute name: retrieveText?: string;
New version information: ?string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadOrigInd;
Method or attribute name: readStatus: number;
Old version information:
Class name: MmsReadOrigInd;
Method or attribute name: readStatus: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsReadRecInd;
Method or attribute name: readStatus: number;
Old version information:
Class name: MmsReadRecInd;
Method or attribute name: readStatus: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: contentId: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentId: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: contentDisposition: DispositionType;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentDisposition: DispositionType;
New version information: DispositionType
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: contentTransferEncoding: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: contentTransferEncoding: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: isSmil: boolean;
Old version information:
Class name: MmsAttachment;
Method or attribute name: isSmil: boolean;
New version information: boolean
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: path?: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: path?: string;
New version information: ?string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: inBuff?: Array<number>;
Old version information:
Class name: MmsAttachment;
Method or attribute name: inBuff?: Array<number>;
New version information: ?Array<number>
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: fileName?: string;
Old version information:
Class name: MmsAttachment;
Method or attribute name: fileName?: string;
New version information: ?string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAttachment;
Method or attribute name: charset?: MmsCharSets;
Old version information:
Class name: MmsAttachment;
Method or attribute name: charset?: MmsCharSets;
New version information: ?MmsCharSets
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAddress;
Method or attribute name: address: string;
Old version information:
Class name: MmsAddress;
Method or attribute name: address: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: MmsAddress;
Method or attribute name: charset: MmsCharSets;
Old version information:
Class name: MmsAddress;
Method or attribute name: charset: MmsCharSets;
New version information: MmsCharSets
@ohos.telephony.sms.d.ts
Type changed Class name: CBConfigOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: slotId: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: SimMessageOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: SimMessageOptions;
Method or attribute name: slotId: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: UpdateSimMessageOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: slotId: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: SendMessageOptions;
Method or attribute name: slotId: number;
Old version information:
Class name: SendMessageOptions;
Method or attribute name: slotId: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: CBConfigOptions;
Method or attribute name: enable: boolean;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: enable: boolean;
New version information: boolean
@ohos.telephony.sms.d.ts
Type changed Class name: CBConfigOptions;
Method or attribute name: startMessageId: number;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: startMessageId: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: CBConfigOptions;
Method or attribute name: endMessageId: number;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: endMessageId: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: CBConfigOptions;
Method or attribute name: ranType: RanType;
Old version information:
Class name: CBConfigOptions;
Method or attribute name: ranType: RanType;
New version information: RanType
@ohos.telephony.sms.d.ts
Type changed Class name: SimMessageOptions;
Method or attribute name: smsc: string;
Old version information:
Class name: SimMessageOptions;
Method or attribute name: smsc: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: UpdateSimMessageOptions;
Method or attribute name: smsc: string;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: smsc: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: SimMessageOptions;
Method or attribute name: pdu: string;
Old version information:
Class name: SimMessageOptions;
Method or attribute name: pdu: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: UpdateSimMessageOptions;
Method or attribute name: pdu: string;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: pdu: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: SimMessageOptions;
Method or attribute name: status: SimMessageStatus;
Old version information:
Class name: SimMessageOptions;
Method or attribute name: status: SimMessageStatus;
New version information: SimMessageStatus
@ohos.telephony.sms.d.ts
Type changed Class name: UpdateSimMessageOptions;
Method or attribute name: msgIndex: number;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: msgIndex: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: UpdateSimMessageOptions;
Method or attribute name: newStatus: SimMessageStatus;
Old version information:
Class name: UpdateSimMessageOptions;
Method or attribute name: newStatus: SimMessageStatus;
New version information: SimMessageStatus
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: visibleMessageBody: string;
Old version information:
Class name: ShortMessage;
Method or attribute name: visibleMessageBody: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: visibleRawAddress: string;
Old version information:
Class name: ShortMessage;
Method or attribute name: visibleRawAddress: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: messageClass: ShortMessageClass;
Old version information:
Class name: ShortMessage;
Method or attribute name: messageClass: ShortMessageClass;
New version information: ShortMessageClass
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: protocolId: number;
Old version information:
Class name: ShortMessage;
Method or attribute name: protocolId: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: scAddress: string;
Old version information:
Class name: ShortMessage;
Method or attribute name: scAddress: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: scTimestamp: number;
Old version information:
Class name: ShortMessage;
Method or attribute name: scTimestamp: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: isReplaceMessage: boolean;
Old version information:
Class name: ShortMessage;
Method or attribute name: isReplaceMessage: boolean;
New version information: boolean
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: hasReplyPath: boolean;
Old version information:
Class name: ShortMessage;
Method or attribute name: hasReplyPath: boolean;
New version information: boolean
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: pdu: Array<number>;
Old version information:
Class name: ShortMessage;
Method or attribute name: pdu: Array<number>;
New version information: Array<number>
@ohos.telephony.sms.d.ts
Type changed Class name: IDeliveryShortMessageCallback;
Method or attribute name: pdu: Array<number>;
Old version information:
Class name: IDeliveryShortMessageCallback;
Method or attribute name: pdu: Array<number>;
New version information: Array<number>
@ohos.telephony.sms.d.ts
Type changed Class name: ShortMessage;
Method or attribute name: isSmsStatusReportMessage: boolean;
Old version information:
Class name: ShortMessage;
Method or attribute name: isSmsStatusReportMessage: boolean;
New version information: boolean
@ohos.telephony.sms.d.ts
Type changed Class name: SimShortMessage;
Method or attribute name: shortMessage: ShortMessage;
Old version information:
Class name: SimShortMessage;
Method or attribute name: shortMessage: ShortMessage;
New version information: ShortMessage
@ohos.telephony.sms.d.ts
Type changed Class name: SimShortMessage;
Method or attribute name: simMessageStatus: SimMessageStatus;
Old version information:
Class name: SimShortMessage;
Method or attribute name: simMessageStatus: SimMessageStatus;
New version information: SimMessageStatus
@ohos.telephony.sms.d.ts
Type changed Class name: SimShortMessage;
Method or attribute name: indexOnSim: number;
Old version information:
Class name: SimShortMessage;
Method or attribute name: indexOnSim: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: SendMessageOptions;
Method or attribute name: destinationHost: string;
Old version information:
Class name: SendMessageOptions;
Method or attribute name: destinationHost: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: SendMessageOptions;
Method or attribute name: serviceCenter?: string;
Old version information:
Class name: SendMessageOptions;
Method or attribute name: serviceCenter?: string;
New version information: ?string
@ohos.telephony.sms.d.ts
Type changed Class name: SendMessageOptions;
Method or attribute name: content: string | Array<number>;
Old version information:
Class name: SendMessageOptions;
Method or attribute name: content: string | Array<number>;
New version information: string | Array<number>
@ohos.telephony.sms.d.ts
Type changed Class name: SendMessageOptions;
Method or attribute name: destinationPort?: number;
Old version information:
Class name: SendMessageOptions;
Method or attribute name: destinationPort?: number;
New version information: ?number
@ohos.telephony.sms.d.ts
Type changed Class name: SendMessageOptions;
Method or attribute name: sendCallback?: AsyncCallback<ISendShortMessageCallback>;
Old version information:
Class name: SendMessageOptions;
Method or attribute name: sendCallback?: AsyncCallback<ISendShortMessageCallback>;
New version information: ?AsyncCallback<ISendShortMessageCallback>
@ohos.telephony.sms.d.ts
Type changed Class name: SendMessageOptions;
Method or attribute name: deliveryCallback?: AsyncCallback<IDeliveryShortMessageCallback>;
Old version information:
Class name: SendMessageOptions;
Method or attribute name: deliveryCallback?: AsyncCallback<IDeliveryShortMessageCallback>;
New version information: ?AsyncCallback<IDeliveryShortMessageCallback>
@ohos.telephony.sms.d.ts
Type changed Class name: ISendShortMessageCallback;
Method or attribute name: result: SendSmsResult;
Old version information:
Class name: ISendShortMessageCallback;
Method or attribute name: result: SendSmsResult;
New version information: SendSmsResult
@ohos.telephony.sms.d.ts
Type changed Class name: ISendShortMessageCallback;
Method or attribute name: url: string;
Old version information:
Class name: ISendShortMessageCallback;
Method or attribute name: url: string;
New version information: string
@ohos.telephony.sms.d.ts
Type changed Class name: ISendShortMessageCallback;
Method or attribute name: isLastPart: boolean;
Old version information:
Class name: ISendShortMessageCallback;
Method or attribute name: isLastPart: boolean;
New version information: boolean
@ohos.telephony.sms.d.ts
Type changed Class name: SmsSegmentsInfo;
Method or attribute name: splitCount: number;
Old version information:
Class name: SmsSegmentsInfo;
Method or attribute name: splitCount: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: SmsSegmentsInfo;
Method or attribute name: encodeCount: number;
Old version information:
Class name: SmsSegmentsInfo;
Method or attribute name: encodeCount: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: SmsSegmentsInfo;
Method or attribute name: encodeCountRemaining: number;
Old version information:
Class name: SmsSegmentsInfo;
Method or attribute name: encodeCountRemaining: number;
New version information: number
@ohos.telephony.sms.d.ts
Type changed Class name: SmsSegmentsInfo;
Method or attribute name: scheme: SmsEncodingScheme;
Old version information:
Class name: SmsSegmentsInfo;
Method or attribute name: scheme: SmsEncodingScheme;
New version information: SmsEncodingScheme
@ohos.telephony.sms.d.ts
Function changed Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice, options?: AudioDeviceOptions): Promise<void>;
Class name: call;
Method or attribute name: function setAudioDevice(device: AudioDevice): Promise<void>;
@ohos.telephony.call.d.ts