mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 01:11:35 +00:00
update api/@ohos.deviceStatus.dragInteraction.d.ts.
Signed-off-by: yang123 <yangyanling13@huawei.com>
This commit is contained in:
parent
8e6dd56554
commit
375332e5f5
6
api/@ohos.deviceStatus.dragInteraction.d.ts
vendored
6
api/@ohos.deviceStatus.dragInteraction.d.ts
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user