Updated on 2022-10-27 GMT+08:00

Clearing UI Configurations

If you need to clear proxies, set the corresponding values to nil.

1
2
3
4
[HWMSdk getSdkConfig].socialShareHandler = nil; 
[HWMSdk getSdkConfig].confUIHandler = nil; 
[HWMSdk getSdkConfig].contactUIHandler = nil; 
[HWMSdk getSdkConfig].headPortraitApiHandler = nil;