Example #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);
Example #2
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);
Example #3
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);