コード例 #1
0
 public static nn.Result AddPlayHistory(
     nn.account.Uid uid,
     PlayHistoryRegistrationKey key,
     InAppScreenName inAppScreenName, InAppScreenName myInAppScreenName)
 {
     return(new nn.Result());
 }
コード例 #2
0
 public static nn.Result StartSendingFriendInvitation(nn.account.Uid uid,
                                                      nn.account.NetworkServiceAccountId[] pInvitees,
                                                      nn.friends.FriendInvitationGameModeDescription description,
                                                      byte[] pAppParameter)
 {
     return(new nn.Result());
 }
コード例 #3
0
 public static bool TryPopFriendInvitationNotificationInfo(ref nn.account.Uid pOutUid, ref long pOutSize, byte[] pOutBuffer)
 {
     pOutUid       = new nn.account.Uid();
     pOutSize      = 0;
     pOutBuffer[0] = 0;
     return(false);
 }
コード例 #4
0
 public Result Request(
     AsyncResponse outAsyncResponse,
     nn.account.Uid userId,
     ShopServiceMethod method,
     string requestPath)
 {
     return(new Result());
 }
コード例 #5
0
 public Result Request(
     AsyncResponse outAsyncResponse,
     nn.account.Uid userId,
     ShopServiceMethod method,
     string requestPath,
     string postData,
     TimeSpan timeout)
 {
     return(new Result());
 }
コード例 #6
0
 public static nn.Result ShowReceivedFriendRequestList(nn.account.Uid uid)
 {
     return(new nn.Result());
 }
コード例 #7
0
 public static nn.Result StartFacedFriendRequest(nn.account.Uid uid)
 {
     return(new nn.Result());
 }
コード例 #8
0
 public static nn.Result GetBlockedUserList(
     ref int outCount, nn.account.NetworkServiceAccountId[] outAccountIds,
     nn.account.Uid uid, int offset)
 {
     return(new nn.Result());
 }
コード例 #9
0
 public static extern nn.Result ShowMethodsOfSendingFriendRequest(nn.account.Uid uid);
コード例 #10
0
 public static extern nn.Result AddPlayHistory(
     nn.account.Uid uid,
     PlayHistoryRegistrationKey key,
     InAppScreenName inAppScreenName, InAppScreenName myInAppScreenName);
コード例 #11
0
 public static extern nn.Result ShowUserDetailInfo(nn.account.Uid uid, nn.account.NetworkServiceAccountId accountId,
                                                   InAppScreenName myInAppScreenName, InAppScreenName inAppScreenName);
コード例 #12
0
 public static extern nn.Result ShowBlockedUserList(nn.account.Uid uid);
コード例 #13
0
 private static extern nn.Result StartFriendInvitation(nn.account.Uid uid, int maxInviteeCount,
                                                       nn.friends.FriendInvitationGameModeDescription description,
                                                       [In] byte[] pAppParameter, long appParameterSize);
コード例 #14
0
 private static extern nn.Result Initialize(ref UserPresence pUserPresence, nn.account.Uid uid);
コード例 #15
0
 public static extern nn.Result ShowReceivedFriendRequestList(nn.account.Uid uid);
コード例 #16
0
 public nn.Result Initialize(nn.account.Uid uid)
 {
     return(Initialize(ref this, uid));
 }
コード例 #17
0
 public nn.Result Initialize(nn.account.Uid uid)
 {
     return(new nn.Result());
 }
コード例 #18
0
 public static nn.Result EnsureBlockedUserListAvailable(nn.friends.AsyncContext outAsync, nn.account.Uid uid)
 {
     return(new nn.Result());
 }
コード例 #19
0
 public static nn.Result ShowBlockedUserList(nn.account.Uid uid)
 {
     return(new nn.Result());
 }
コード例 #20
0
 private static extern nn.Result StartSendingFriendInvitation(nn.account.Uid uid,
                                                              [In] nn.account.NetworkServiceAccountId[] pInvitees, int inviteeCount,
                                                              nn.friends.FriendInvitationGameModeDescription description,
                                                              [In] byte[] pAppParameter, long appParameterSize);
コード例 #21
0
 public static nn.Result StartFriendInvitation(nn.account.Uid uid, int maxInviteeCount,
                                               nn.friends.FriendInvitationGameModeDescription description,
                                               byte[] pAppParameter)
 {
     return(new nn.Result());
 }
コード例 #22
0
 public static nn.Result ShowFriendList(nn.account.Uid uid)
 {
     return(new nn.Result());
 }
コード例 #23
0
 public static extern nn.Result ShowFriendList(nn.account.Uid uid);
コード例 #24
0
 public static nn.Result GetFriendList(
     ref int outCount, Friend[] outFriends,
     nn.account.Uid uid, int offset, FriendFilter filter)
 {
     return(new nn.Result());
 }
コード例 #25
0
 public static extern nn.Result StartSendingFriendRequest(nn.account.Uid uid, nn.account.NetworkServiceAccountId accountId,
                                                          InAppScreenName myInAppScreenName, InAppScreenName inAppScreenName);
コード例 #26
0
 public static nn.Result StartSendingFriendRequest(nn.account.Uid uid, nn.account.NetworkServiceAccountId accountId,
                                                   InAppScreenName myInAppScreenName, InAppScreenName inAppScreenName)
 {
     return(new nn.Result());
 }
コード例 #27
0
 public static extern nn.Result StartFacedFriendRequest(nn.account.Uid uid);
コード例 #28
0
 public static nn.Result ShowMethodsOfSendingFriendRequest(nn.account.Uid uid)
 {
     return(new nn.Result());
 }
コード例 #29
0
 public static nn.Result ShowUserDetailInfo(nn.account.Uid uid, nn.account.NetworkServiceAccountId accountId,
                                            InAppScreenName myInAppScreenName, InAppScreenName inAppScreenName)
 {
     return(new nn.Result());
 }
コード例 #30
0
 public static nn.Result UpdateFriendInfo(
     Friend[] outFriends,
     nn.account.Uid uid, nn.account.NetworkServiceAccountId[] accountIds)
 {
     return(new nn.Result());
 }