Updated on 2025-04-18 GMT+08:00

Querying the Local Sharing Status

1
HWMBizSdk.getBizOpenApi().getSelfShareState();

API Description

This API is used to obtain the sharing status of the local user.

Precautions

None

Method Definition

1
2
3
4
/**
 * Obtain the local sharing status.
 */
boolean getSelfShareState();

Parameter Description

None