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