Ejemplo n.º 1
0
 internal static extern void LeaderboardManager_FetchScoreSummary(
     HandleRef self,
     /* from(DataSource_t) */ Types.DataSource data_source,
     /* from(char const *) */ string leaderboard_id,
     /* from(LeaderboardTimeSpan_t) */ Types.LeaderboardTimeSpan time_span,
     /* from(LeaderboardCollection_t) */ Types.LeaderboardCollection collection,
     /* from(LeaderboardManager_FetchScoreSummaryCallback_t) */ FetchScoreSummaryCallback callback,
     /* from(void *) */ IntPtr callback_arg);
Ejemplo n.º 2
0
 internal static extern /* from(ScorePage_ScorePageToken_t) */ IntPtr LeaderboardManager_ScorePageToken(
     HandleRef self,
     /* from(char const *) */ string leaderboard_id,
     /* from(LeaderboardStart_t) */ Types.LeaderboardStart start,
     /* from(LeaderboardTimeSpan_t) */ Types.LeaderboardTimeSpan time_span,
     /* from(LeaderboardCollection_t) */ Types.LeaderboardCollection collection);
Ejemplo n.º 3
0
 internal static extern IntPtr LeaderboardManager_ScorePageToken(HandleRef self, string leaderboard_id, Types.LeaderboardStart start, Types.LeaderboardTimeSpan time_span, Types.LeaderboardCollection collection);
Ejemplo n.º 4
0
 internal static extern void LeaderboardManager_FetchScoreSummary(HandleRef self, Types.DataSource data_source, string leaderboard_id, Types.LeaderboardTimeSpan time_span, Types.LeaderboardCollection collection, FetchScoreSummaryCallback callback, IntPtr callback_arg);