Exemple #1
0
 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
 }