Example #1
0
 public static extern nn.Result StartSendingFriendRequest(nn.account.Uid uid, nn.account.NetworkServiceAccountId accountId,
                                                          InAppScreenName myInAppScreenName, InAppScreenName inAppScreenName);
Example #2
0
 public static nn.Result StartSendingFriendRequest(nn.account.Uid uid, nn.account.NetworkServiceAccountId accountId,
                                                   InAppScreenName myInAppScreenName, InAppScreenName inAppScreenName)
 {
     return(new nn.Result());
 }
Example #3
0
 public static extern nn.Result ShowUserDetailInfo(nn.account.Uid uid, nn.account.NetworkServiceAccountId accountId,
                                                   InAppScreenName myInAppScreenName, InAppScreenName inAppScreenName);
Example #4
0
 public static nn.Result ShowUserDetailInfo(nn.account.Uid uid, nn.account.NetworkServiceAccountId accountId,
                                            InAppScreenName myInAppScreenName, InAppScreenName inAppScreenName)
 {
     return(new nn.Result());
 }