diff --git a/api/@ohos.telephony.call.d.ts b/api/@ohos.telephony.call.d.ts index fcab96e08ed6a80dcb706dca81284a2bf4452ea0..6b5babb833f5cebf39d1572fd3b3d69178d4f702 100644 --- a/api/@ohos.telephony.call.d.ts +++ b/api/@ohos.telephony.call.d.ts @@ -35,7 +35,8 @@ import type image from './@ohos.multimedia.image'; * @namespace call * @syscap SystemCapability.Telephony.CallManager * @atomicservice - * @since 11 + * @since arkts {'1.1':'11','1.2':'20'} + * @arkts 1.1&1.2 */ declare namespace call { /** @@ -183,7 +184,8 @@ declare namespace call { * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts * @atomicservice - * @since 11 + * @since arkts {'1.1':'11','1.2':'20'} + * @arkts 1.1&1.2 */ function makeCall(phoneNumber: string, callback: AsyncCallback): void; @@ -214,7 +216,8 @@ declare namespace call { * @throws { BusinessError } 8300999 - Unknown error code. * @syscap SystemCapability.Applications.Contacts * @atomicservice - * @since 11 + * @since arkts {'1.1':'11','1.2':'20'} + * @arkts 1.1&1.2 */ function makeCall(phoneNumber: string): Promise;