Пример #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 extern nn.Result AddPlayHistory(
     PlayHistoryRegistrationKey key,
     InAppScreenName inAppScreenName, InAppScreenName myInAppScreenName);
Пример #3
0
 public static extern nn.Result AddPlayHistory(
     nn.account.Uid uid,
     PlayHistoryRegistrationKey key,
     InAppScreenName inAppScreenName, InAppScreenName myInAppScreenName);
Пример #4
0
 public static extern nn.Result GetPlayHistoryRegistrationKey(
     ref PlayHistoryRegistrationKey outKey,
     [MarshalAs(UnmanagedType.U1)] bool isLocalPlay);
Пример #5
0
 public static nn.Result GetPlayHistoryRegistrationKey(
     ref PlayHistoryRegistrationKey outKey,
     bool isLocalPlay)
 {
     return(new nn.Result());
 }