From e034135f17cfaeb611eecdd50072cb1fe1837ad6 Mon Sep 17 00:00:00 2001 From: zhangwt3652 Date: Tue, 19 Aug 2025 15:04:28 +0800 Subject: [PATCH] =?UTF-8?q?SystemSoundManager=E5=A2=9E=E5=8A=A0getToneHapt?= =?UTF-8?q?icsSettings=E5=92=8CsetToneHapticsSettings=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangwt3652 --- api/@ohos.multimedia.systemSoundManager.d.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/@ohos.multimedia.systemSoundManager.d.ts b/api/@ohos.multimedia.systemSoundManager.d.ts index fa0f9b0402..0400948d77 100644 --- a/api/@ohos.multimedia.systemSoundManager.d.ts +++ b/api/@ohos.multimedia.systemSoundManager.d.ts @@ -1188,7 +1188,8 @@ declare namespace systemSoundManager { * @throws { BusinessError } 20700003 - Unsupported operation. * @syscap SystemCapability.Multimedia.SystemSound.Core * @systemapi - * @since 14 + * @since arkts {'1.1':'14','1.2':'20'} + * @arkts 1.1&1.2 */ getToneHapticsSettings(context: BaseContext, type: ToneHapticsType): Promise; @@ -1207,7 +1208,8 @@ declare namespace systemSoundManager { * @throws { BusinessError } 20700003 - Unsupported operation. * @syscap SystemCapability.Multimedia.SystemSound.Core * @systemapi - * @since 14 + * @since arkts {'1.1':'14','1.2':'20'} + * @arkts 1.1&1.2 */ setToneHapticsSettings(context: BaseContext, type: ToneHapticsType, settings: ToneHapticsSettings): Promise; -- Gitee