update api/@ohos.deviceStatus.dragInteraction.d.ts.

Signed-off-by: yang123 <yangyanling13@huawei.com>
This commit is contained in:
yang123 2024-07-26 06:12:06 +00:00 committed by Gitee
parent 8e6dd56554
commit 375332e5f5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -112,7 +112,7 @@ declare namespace dragInteraction {
*
* @param { 'drag' } type Indicates the event type.
* @param { Callback<DragState> } callback Indicates the callback to receive the changed dragging state.
* @throws {BusinessError} 202 - Not system application.
* @throws {BusinessError} 202 - Permission verification failed. A non-system application calls a system API.
* @throws {BusinessError} 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
* <br>2.Incorrect parameter types.3.Parameter verification failed.
* @syscap SystemCapability.Msdp.DeviceStatus.Drag
@ -139,7 +139,7 @@ declare namespace dragInteraction {
* @param { 'drag' } type Indicates the event type.
* @param { Callback<DragState> }callback Indicates the callback for which listening is disabled. If this parameter
* is not specified, listening will be disabled for all registered callbacks.
* @throws {BusinessError} 202 - Not system application.
* @throws {BusinessError} 202 - Permission verification failed. A non-system application calls a system API.
* @throws {BusinessError} 401 - Parameter error. Possible causes: 1. Mandatory parameters are left unspecified.
* <br>2.Incorrect parameter types.3.Parameter verification failed.
* @syscap SystemCapability.Msdp.DeviceStatus.Drag
@ -152,7 +152,7 @@ declare namespace dragInteraction {
* Obtains the abstract of a dragged object.
*
* @returns { Array<Summary> } Data abstract of the dragged object.
* @throws {BusinessError} 202 - Not system application.
* @throws {BusinessError} 202 - Permission verification failed. A non-system application calls a system API.
* @syscap SystemCapability.Msdp.DeviceStatus.Drag
* @systemapi Hide this for inner system use.
* @since 11