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 *)stopShareDes;

Parameter Description

Parameter

Mandatory

Type

Description

stopShareDes

Yes

NSString *

Reason for stopping sharing.

Return Values

None

Sample Code

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