mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-30 10:53:31 +00:00
删除api9权限废弃相关描述
Signed-off-by: wufengshan <wufengshan@huawei.com>
This commit is contained in:
parent
ccb3c03c37
commit
1a7e2ea54e
18
api/@ohos.data.distributedDataObject.d.ts
vendored
18
api/@ohos.data.distributedDataObject.d.ts
vendored
@ -82,19 +82,13 @@ declare namespace distributedDataObject {
|
||||
* @since 8
|
||||
*/
|
||||
interface DistributedObject {
|
||||
/**
|
||||
* Change object session.
|
||||
* @param sessionId The sessionId to be joined, if empty, leave all session.
|
||||
* @return Operation result, true is success, false is failed.
|
||||
* @depcreated since 9
|
||||
* @since 8
|
||||
*/
|
||||
/**
|
||||
* Change object session.
|
||||
* @param sessionId The sessionId to be joined, if empty, leave all session.
|
||||
* @return Operation result, true is success, false is failed.
|
||||
/*
|
||||
* Change object session
|
||||
*
|
||||
* @param sessionId The sessionId to be joined, if empty, leave all session
|
||||
* @return Operation result, true is success, false is failed
|
||||
* @permission ohos.permission.DISTRIBUTED_DATASYNC
|
||||
* @since 9
|
||||
* @since 8
|
||||
*/
|
||||
setSessionId(sessionId?: string): boolean;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user