操作 | 旧版本 | 新版本 | d.ts文件 |
---|---|---|---|
新增 | NA | 类名:call 方法or属性:function dialCall(phoneNumber: string, callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function dialCall(phoneNumber: string, options: DialCallOptions, callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function dialCall(phoneNumber: string, options?: DialCallOptions): Promise<void>; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function answerCall(callId: number, callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function answerCall(callId?: number): Promise<void>; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function answerCall(callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function hangUpCall(callId: number, callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function hangUpCall(callId?: number): Promise<void>; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function hangUpCall(callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function rejectCall(callId: number, callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function rejectCall(callId: number, options: RejectMessageOptions, callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function rejectCall(callId?: number, options?: RejectMessageOptions): Promise<void>; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function rejectCall(callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:call 方法or属性:function rejectCall(options: RejectMessageOptions, callback: AsyncCallback<void>): void; |
@ohos.telephony.call.d.ts |
新增 | NA | 模块名: ohos.telephony.call 类名: DialCallOptions |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:DialCallOptions 方法or属性: |
@ohos.telephony.call.d.ts |
新增 | NA | 模块名: ohos.telephony.call 类名: DialCallOptions 方法 or 属性:accountId?: number; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:DialCallOptions 方法or属性:accountId?: number; |
@ohos.telephony.call.d.ts |
新增 | NA | 模块名: ohos.telephony.call 类名: DialCallOptions 方法 or 属性:videoState?: VideoStateType; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:DialCallOptions 方法or属性:videoState?: VideoStateType; |
@ohos.telephony.call.d.ts |
新增 | NA | 模块名: ohos.telephony.call 类名: DialCallOptions 方法 or 属性:dialScene?: DialScene; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:DialCallOptions 方法or属性:dialScene?: DialScene; |
@ohos.telephony.call.d.ts |
新增 | NA | 模块名: ohos.telephony.call 类名: DialCallOptions 方法 or 属性:dialType?: DialType; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:DialCallOptions 方法or属性:dialType?: DialType; |
@ohos.telephony.call.d.ts |
新增 | NA | 类名:radio 方法or属性:function isNRSupported(): boolean; |
@ohos.telephony.radio.d.ts |
新增 | NA | 类名:radio 方法or属性:function isNRSupported(slotId: number): boolean; |
@ohos.telephony.radio.d.ts |
新增 | NA | 模块名: ohos.telephony.radio 类名: SignalInformation 方法 or 属性:dBm: number; |
@ohos.telephony.radio.d.ts |
新增 | NA | 类名:SignalInformation 方法or属性:dBm: number; |
@ohos.telephony.radio.d.ts |
新增 | NA | 类名:OperatorConfigKey 方法or属性:KEY_IMS_CALL_DISCONNECT_REASON_INFO_MAPPING_STRING_ARRAY = "ims_call_disconnect_reason_info_mapping_string_array" |
@ohos.telephony.sim.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function answer(callId: number, callback: AsyncCallback<void>): void; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function answer(callId?: number): Promise<void>; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function answer(callback: AsyncCallback<void>): void; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function hangup(callId: number, callback: AsyncCallback<void>): void; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function hangup(callId?: number): Promise<void>; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function hangup(callback: AsyncCallback<void>): void; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function reject(callId: number, callback: AsyncCallback<void>): void; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function reject(callId: number, options: RejectMessageOptions, callback: AsyncCallback<void>): void; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function reject(callId?: number, options?: RejectMessageOptions): Promise<void>; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function reject(callback: AsyncCallback<void>): void; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.call 类名:call 方法 or 属性:function reject(options: RejectMessageOptions, callback: AsyncCallback<void>): void; |
NA | @ohos.telephony.call.d.ts |
删除 | 模块名:ohos.telephony.sim 类名:OperatorConfigKey 方法 or 属性:KEY_IMS_CALL_DISCONNECT_REASONINFO_MAPPING_STRING_ARRAY = "ims_call_disconnect_reasoninfo_mapping_string_array" |
NA | @ohos.telephony.sim.d.ts |
废弃版本有变化 | 类名:call 方法 or 属性:function dial(phoneNumber: string, callback: AsyncCallback<boolean>): void; 废弃版本:N/A |
类名:call 方法 or 属性:function dial(phoneNumber: string, callback: AsyncCallback<boolean>): void; 废弃版本:9 代替接口:telephony.call |
@ohos.telephony.call.d.ts |
废弃版本有变化 | 类名:call 方法 or 属性:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void; 废弃版本:N/A |
类名:call 方法 or 属性:function dial(phoneNumber: string, options: DialOptions, callback: AsyncCallback<boolean>): void; 废弃版本:9 代替接口:telephony.call |
@ohos.telephony.call.d.ts |
废弃版本有变化 | 类名:call 方法 or 属性:function dial(phoneNumber: string, options?: DialOptions): Promise<boolean>; 废弃版本:N/A |
类名:call 方法 or 属性:function dial(phoneNumber: string, options?: DialOptions): Promise<boolean>; 废弃版本:9 代替接口:telephony.call |
@ohos.telephony.call.d.ts |
废弃版本有变化 | 类名:radio 方法 or 属性:function isNrSupported(): boolean; 废弃版本:N/A |
类名:radio 方法 or 属性:function isNrSupported(): boolean; 废弃版本:9 代替接口:telephony.radio |
@ohos.telephony.radio.d.ts |
废弃版本有变化 | 类名:radio 方法 or 属性:function isNrSupported(slotId: number): boolean; 废弃版本:N/A |
类名:radio 方法 or 属性:function isNrSupported(slotId: number): boolean; 废弃版本:9 代替接口:telephony.radio |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function muteRinger(callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function muteRinger(): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isEmergencyPhoneNumber(phoneNumber: string, callback: AsyncCallback<boolean>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isEmergencyPhoneNumber(phoneNumber: string, options: EmergencyNumberOptions, callback: AsyncCallback<boolean>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isEmergencyPhoneNumber(phoneNumber: string, options?: EmergencyNumberOptions): Promise<boolean>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function formatPhoneNumber(phoneNumber: string, callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function formatPhoneNumber(phoneNumber: string, options: NumberFormatOptions, callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function formatPhoneNumber(phoneNumber: string, options?: NumberFormatOptions): Promise<string>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function formatPhoneNumberToE164(phoneNumber: string, countryCode: string, callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise<string>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function holdCall(callId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function holdCall(callId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function unHoldCall(callId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function unHoldCall(callId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function switchCall(callId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function switchCall(callId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function combineConference(callId: number, callback: AsyncCallback<void>): void; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function combineConference(callId: number): Promise<void>; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getMainCallId(callId: number, callback: AsyncCallback<number>): void; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getMainCallId(callId: number): Promise<number>; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getSubCallIdList(callId: number, callback: AsyncCallback<Array<string>>): void; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getSubCallIdList(callId: number): Promise<Array<string>>; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getCallIdListForConference(callId: number, callback: AsyncCallback<Array<string>>): void; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getCallIdListForConference(callId: number): Promise<Array<string>>; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getCallWaitingStatus(slotId: number, callback: AsyncCallback<CallWaitingStatus>): void; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getCallWaitingStatus(slotId: number): Promise<CallWaitingStatus>; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setCallWaiting(slotId: number, activate: boolean, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setCallWaiting(slotId: number, activate: boolean): Promise<void>; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function startDTMF(callId: number, character: string, callback: AsyncCallback<void>): void; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function startDTMF(callId: number, character: string): Promise<void>; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function stopDTMF(callId: number, callback: AsyncCallback<void>): void; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function stopDTMF(callId: number): Promise<void>; 错误码内容: 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isInEmergencyCall(callback: AsyncCallback<boolean>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isInEmergencyCall(): Promise<boolean>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function on(type: 'callDetailsChange', callback: Callback<CallAttributeOptions>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function off(type: 'callDetailsChange', callback?: Callback<CallAttributeOptions>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function on(type: 'callEventChange', callback: Callback<CallEventOptions>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function off(type: 'callEventChange', callback?: Callback<CallEventOptions>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function on(type: 'callDisconnectedCause', callback: Callback<DisconnectedDetails>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function off(type: 'callDisconnectedCause', callback?: Callback<DisconnectedDetails>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isNewCallAllowed(callback: AsyncCallback<boolean>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isNewCallAllowed(): Promise<boolean>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function separateConference(callId: number, callback: AsyncCallback<void>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function separateConference(callId: number): Promise<void>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType, callback: AsyncCallback<RestrictionStatus>): void; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getCallRestrictionStatus(slotId: number, type: CallRestrictionType): Promise<RestrictionStatus>; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setCallRestriction(slotId: number, info: CallRestrictionInfo): Promise<void>; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getCallTransferInfo(slotId: number, type: CallTransferType, callback: AsyncCallback<CallTransferResult>): void; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function getCallTransferInfo(slotId: number, type: CallTransferType): Promise<CallTransferResult>; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setCallTransfer(slotId: number, info: CallTransferInfo, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setCallTransfer(slotId: number, info: CallTransferInfo): Promise<void>; 错误码内容: 201, 401, 801, 8300001, 8300002, 8300003 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isRinging(callback: AsyncCallback<boolean>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isRinging(): Promise<boolean>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setMuted(callback: AsyncCallback<void>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setMuted(): Promise<void>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function cancelMuted(callback: AsyncCallback<void>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function cancelMuted(): Promise<void>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setAudioDevice(device: AudioDevice, callback: AsyncCallback<void>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setAudioDevice(device: AudioDevice, options: AudioDeviceOptions, callback: AsyncCallback<void>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function setAudioDevice(device: AudioDevice, options?: AudioDeviceOptions): Promise<void>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function joinConference(mainCallId: number, callNumberList: Array<string>, callback: AsyncCallback<void>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function joinConference(mainCallId: number, callNumberList: Array<string>): Promise<void>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function updateImsCallMode(callId: number, mode: ImsCallMode, callback: AsyncCallback<void>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function updateImsCallMode(callId: number, mode: ImsCallMode): Promise<void>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function enableImsSwitch(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function enableImsSwitch(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function disableImsSwitch(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function disableImsSwitch(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isImsSwitchEnabled(slotId: number, callback: AsyncCallback<boolean>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:call 方法 or 属性:function isImsSwitchEnabled(slotId: number): Promise<boolean>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.call.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function setDefaultCellularDataSlotId(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function setDefaultCellularDataSlotId(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function isCellularDataEnabled(callback: AsyncCallback<boolean>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function isCellularDataEnabled(): Promise<boolean>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function enableCellularData(callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function enableCellularData(): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function disableCellularData(callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function disableCellularData(): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function isCellularDataRoamingEnabled(slotId: number, callback: AsyncCallback<boolean>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function isCellularDataRoamingEnabled(slotId: number): Promise<boolean>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function enableCellularDataRoaming(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function enableCellularDataRoaming(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function disableCellularDataRoaming(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:data 方法 or 属性:function disableCellularDataRoaming(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.data.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'networkStateChange', callback: Callback<NetworkState>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'networkStateChange', options: { slotId: number }, callback: Callback<NetworkState>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function off(type: 'networkStateChange', callback?: Callback<NetworkState>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'signalInfoChange', callback: Callback<Array<SignalInformation>>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'signalInfoChange', options: { slotId: number }, callback: Callback<Array<SignalInformation>>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function off(type: 'signalInfoChange', callback?: Callback<Array<SignalInformation>>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'cellInfoChange', callback: Callback<Array<CellInformation>>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'cellInfoChange', options: { slotId: number }, callback: Callback<Array<CellInformation>>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function off(type: 'cellInfoChange', callback?: Callback<Array<CellInformation>>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'cellularDataConnectionStateChange', callback: Callback<{ state: DataConnectState, network: RatType }>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名: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 |
新增(错误码) | NA | 类名:observer 方法 or 属性:function off(type: 'cellularDataConnectionStateChange', callback?: Callback<{ state: DataConnectState, network: RatType }>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'cellularDataFlowChange', callback: Callback<DataFlowType>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'cellularDataFlowChange', options: { slotId: number }, callback: Callback<DataFlowType>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function off(type: 'cellularDataFlowChange', callback?: Callback<DataFlowType>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'callStateChange', callback: Callback<{ state: CallState, number: string }>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名: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 |
新增(错误码) | NA | 类名:observer 方法 or 属性:function off(type: 'callStateChange', callback?: Callback<{ state: CallState, number: string }>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'simStateChange', callback: Callback<SimStateData>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function on(type: 'simStateChange', options: { slotId: number }, callback: Callback<SimStateData>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:observer 方法 or 属性:function off(type: 'simStateChange', callback?: Callback<SimStateData>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.observer.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getRadioTech(slotId: number, callback: AsyncCallback<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getRadioTech(slotId: number): Promise<{psRadioTech: RadioTechnology, csRadioTech: RadioTechnology}>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNetworkState(callback: AsyncCallback<NetworkState>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNetworkState(slotId: number, callback: AsyncCallback<NetworkState>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNetworkState(slotId?: number): Promise<NetworkState>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function sendUpdateCellLocationRequest(callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function sendUpdateCellLocationRequest(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function sendUpdateCellLocationRequest(slotId?: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getCellInformation(callback: AsyncCallback<Array<CellInformation>>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation>>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getCellInformation(slotId?: number): Promise<Array<CellInformation>>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNetworkSelectionMode(slotId: number, callback: AsyncCallback<NetworkSelectionMode>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNetworkSelectionMode(slotId: number): Promise<NetworkSelectionMode>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function setNetworkSelectionMode(options: NetworkSelectionModeOptions): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNetworkSearchInformation(slotId: number, callback: AsyncCallback<NetworkSearchResult>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNetworkSearchInformation(slotId: number): Promise<NetworkSearchResult>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getISOCountryCodeForNetwork(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getISOCountryCodeForNetwork(slotId: number): Promise<string>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNrOptionMode(callback: AsyncCallback<NrOptionMode>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNrOptionMode(slotId: number, callback: AsyncCallback<NrOptionMode>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getNrOptionMode(slotId?: number): Promise<NrOptionMode>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getIMEI(callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getIMEI(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getIMEI(slotId?: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getMEID(callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getMEID(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getMEID(slotId?: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getUniqueDeviceId(callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getUniqueDeviceId(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getUniqueDeviceId(slotId?: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getPrimarySlotId(callback: AsyncCallback<number>): void; 错误码内容: 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getPrimarySlotId(): Promise<number>; 错误码内容: 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function setPrimarySlotId(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function setPrimarySlotId(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getSignalInformation(slotId: number, callback: AsyncCallback<Array<SignalInformation>>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getSignalInformation(slotId: number): Promise<Array<SignalInformation>>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function isRadioOn(callback: AsyncCallback<boolean>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function isRadioOn(slotId: number, callback: AsyncCallback<boolean>): void 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function isRadioOn(slotId?: number): Promise<boolean>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function turnOnRadio(callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function turnOnRadio(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function turnOnRadio(slotId?: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function turnOffRadio(callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function turnOffRadio(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function turnOffRadio(slotId?: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getOperatorName(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getOperatorName(slotId: number): Promise<string>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function setPreferredNetwork(slotId: number, networkMode: PreferredNetworkMode): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getPreferredNetwork(slotId: number, callback: AsyncCallback<PreferredNetworkMode>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:radio 方法 or 属性:function getPreferredNetwork(slotId: number): Promise<PreferredNetworkMode>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.radio.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function hasOperatorPrivileges(slotId: number, callback: AsyncCallback<boolean>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function hasOperatorPrivileges(slotId: number): Promise<boolean>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getISOCountryCodeForSim(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getISOCountryCodeForSim(slotId: number): Promise<string>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimOperatorNumeric(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimOperatorNumeric(slotId: number): Promise<string>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimSpn(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimSpn(slotId: number): Promise<string>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimState(slotId: number, callback: AsyncCallback<SimState>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimState(slotId: number): Promise<SimState>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getCardType(slotId: number, callback: AsyncCallback<CardType>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getCardType(slotId: number): Promise<CardType>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimIccId(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimIccId(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getVoiceMailIdentifier(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getVoiceMailIdentifier(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getVoiceMailNumber(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getVoiceMailNumber(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setVoiceMailInfo(slotId: number, mailName: string, mailNumber: string): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimTelephoneNumber(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimTelephoneNumber(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimGid1(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimGid1(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getIMSI(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getIMSI(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function hasSimCard(slotId: number, callback: AsyncCallback<boolean>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function hasSimCard(slotId: number): Promise<boolean>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimAccountInfo(slotId: number, callback: AsyncCallback<IccAccountInfo>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getSimAccountInfo(slotId: number): Promise<IccAccountInfo>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getActiveSimAccountInfoList(callback: AsyncCallback<Array<IccAccountInfo>>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getActiveSimAccountInfoList(): Promise<Array<IccAccountInfo>>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setDefaultVoiceSlotId(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setDefaultVoiceSlotId(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301001 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function activateSim(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function activateSim(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function deactivateSim(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function deactivateSim(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setShowName(slotId: number, name: string, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setShowName(slotId: number, name: string): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getShowName(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getShowName(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setShowNumber(slotId: number, number: string, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setShowNumber(slotId: number, number: string): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getShowNumber(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getShowNumber(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getOperatorConfigs(slotId: number, callback: AsyncCallback<Array<OperatorConfig>>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getOperatorConfigs(slotId: number): Promise<Array<OperatorConfig>>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockPin(slotId: number, pin: string, callback: AsyncCallback<LockStatusResponse>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockPin(slotId: number, pin: string): Promise<LockStatusResponse>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockPuk(slotId: number, newPin: string, puk: string, callback: AsyncCallback<LockStatusResponse>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockPuk(slotId: number, newPin: string, puk: string): Promise<LockStatusResponse>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function alterPin(slotId: number, newPin: string, oldPin: string, callback: AsyncCallback<LockStatusResponse>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function alterPin(slotId: number, newPin: string, oldPin: string): Promise<LockStatusResponse>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setLockState(slotId: number, options: LockInfo, callback: AsyncCallback<LockStatusResponse>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function setLockState(slotId: number, options: LockInfo): Promise<LockStatusResponse>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockPin2(slotId: number, pin2: string, callback: AsyncCallback<LockStatusResponse>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockPin2(slotId: number, pin2: string): Promise<LockStatusResponse>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string, callback: AsyncCallback<LockStatusResponse>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockPuk2(slotId: number, newPin2: string, puk2: string): Promise<LockStatusResponse>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string, callback: AsyncCallback<LockStatusResponse>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function alterPin2(slotId: number, newPin2: string, oldPin2: string): Promise<LockStatusResponse>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function queryIccDiallingNumbers(slotId: number, type: ContactType, callback: AsyncCallback<Array<DiallingNumbersInfo>>): void 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function queryIccDiallingNumbers(slotId: number, type: ContactType): Promise<Array<DiallingNumbersInfo>>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function addIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function delIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function updateIccDiallingNumbers(slotId: number, type: ContactType, diallingNumbers: DiallingNumbersInfo): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getLockState(slotId: number, lockType: LockType, callback: AsyncCallback<LockState>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function getLockState(slotId: number, lockType: LockType): Promise<LockState>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function sendEnvelopeCmd(slotId: number, cmd: string, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function sendEnvelopeCmd(slotId: number, cmd: string): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function sendTerminalResponseCmd(slotId: number, cmd: string, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function sendTerminalResponseCmd(slotId: number, cmd: string): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo, callback: AsyncCallback<LockStatusResponse>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sim 方法 or 属性:function unlockSimLock(slotId: number, lockInfo: PersoLockInfo): Promise<LockStatusResponse>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999, 8301002 |
@ohos.telephony.sim.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function splitMessage(content: string, callback: AsyncCallback<Array<string>>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function splitMessage(content: string): Promise<Array<string>>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function createMessage(pdu: Array<number>, specification: string, callback: AsyncCallback<ShortMessage>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function createMessage(pdu: Array<number>, specification: string): Promise<ShortMessage>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function sendMessage(options: SendMessageOptions): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function setDefaultSmsSlotId(slotId: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function setDefaultSmsSlotId(slotId: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300004, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function setSmscAddr(slotId: number, smscAddr: string, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function setSmscAddr(slotId: number, smscAddr: string): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function getSmscAddr(slotId: number, callback: AsyncCallback<string>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function getSmscAddr(slotId: number): Promise<string>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function addSimMessage(options: SimMessageOptions, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function addSimMessage(options: SimMessageOptions): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function delSimMessage(slotId: number, msgIndex: number, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function delSimMessage(slotId: number, msgIndex: number): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function updateSimMessage(options: UpdateSimMessageOptions, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function updateSimMessage(options: UpdateSimMessageOptions): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function getAllSimMessages(slotId: number, callback: AsyncCallback<Array<SimShortMessage>>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function getAllSimMessages(slotId: number): Promise<Array<SimShortMessage>>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function setCBConfig(options: CBConfigOptions, callback: AsyncCallback<void>): void; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function setCBConfig(options: CBConfigOptions): Promise<void>; 错误码内容: 201, 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean, callback: AsyncCallback<SmsSegmentsInfo>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function getSmsSegmentsInfo(slotId: number, message: string, force7bit: boolean): Promise<SmsSegmentsInfo>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function isImsSmsSupported(slotId: number, callback: AsyncCallback<boolean>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function isImsSmsSupported(slotId: number): Promise<boolean>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function getImsShortMessageFormat(callback: AsyncCallback<string>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function getImsShortMessageFormat(): Promise<string>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function decodeMms(mmsFilePathName: string | Array<number>, callback: AsyncCallback<MmsInformation>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function decodeMms(mmsFilePathName: string | Array<number>): Promise<MmsInformation>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function encodeMms(mms: MmsInformation, callback: AsyncCallback<Array<number>>): void; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |
新增(错误码) | NA | 类名:sms 方法 or 属性:function encodeMms(mms: MmsInformation): Promise<Array<number>>; 错误码内容: 401, 8300001, 8300002, 8300003, 8300999 |
@ohos.telephony.sms.d.ts |