public void callSDKShare(ShareInfo shareInfo) { #if UNITY_IOS && !UNITY_EDITOR #elif UNITY_ANDROID && !UNITY_EDITOR QuickUnitySupportAndroid androidSupport = QuickUnitySupportAndroid.getInstance(); androidSupport.callSDKShare(shareInfo.title, shareInfo.content, shareInfo.imgPath, shareInfo.imgUrl, shareInfo.url, shareInfo.type, shareInfo.shareTo, shareInfo.extenal); #endif }
public void callSDKShare(ShareInfo shareInfo) { QuickSDKImp.getInstance().callSDKShare(shareInfo); //进入云客服 }