Example #1
0
 public void Share()
 {
     if (platform == RuntimePlatform.Android)
     {
         OSHookBridge.shareIntent(shareText);
     }
 }