Ejemplo n.º 1
0
 public static void SendMessageToSocial(string type, MyFunctionDataClass callback)
 {
     if (type == "get_friends") {
         currentSocialNetwork.getMutualFriends(callback);
     }
 }
Ejemplo n.º 2
0
 public void getMutualFriends(MyFunctionDataClass callback)
 {
 }