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

Stopping Sharing

stopShare:

API Description

This API is used to stop your own sharing.

Precautions

  1. Call this API only when you are sharing content.

Method Definition

- (void)stopShare:(NSString * _Nullable)stopShareDes;

Parameter Description

Parameter

Mandatory

Type

Description

stopShareDes

No

NSString *

Reason for stopping sharing.

Return Values

None

Sample Code

[[HWMBizSdk getBizOpenApi] stopShare:@""];