Setting a Bundle ID of the Screen Sharing Extension
setScreenShareExtensionBundleId:
API Description
This API is used to set a bundle ID of the screen sharing extension.
Precautions
- This API is optional. If it is not called, the bundle ID used to start the screen sharing extension is generated in the default format.
Method Definition
1
|
+ (void)setScreenShareExtensionBundleId:(NSString *)bundleId; |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
bundleId |
Yes |
NSString * |
Bundle ID of the screen sharing extension. |
Return Values
None
Sample Code
1
|
[HWMSdk setScreenShareExtensionBundleId:setScreenShareExtensionBundleId]; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot