コード例 #1
0
ファイル: GKMatchmaker.cs プロジェクト: artemy0/Quiz
 internal static extern void GKMatchmaker_findMatchForRequest(
     HandleRef selfPtr,
     /* InteropGKMatchRequest */ IntPtr requestPointer,
     MatchErrorCallback callback, IntPtr secondaryCallback);
コード例 #2
0
ファイル: GKMatchmaker.cs プロジェクト: artemy0/Quiz
 internal static extern void GKMatchmaker_matchForInvite(HandleRef selfPtr,
                                                         /* InteropGKInvite */ IntPtr invitePointer, MatchErrorCallback callback, IntPtr secondaryCallback);