Public Member Functions | |
| IEnumerator | GetRewardByRewardCode (string rewardCode, ResultCallback< RewardInfo > callback) |
| IEnumerator | GetRewardByRewardId (string rewardId, ResultCallback< RewardInfo > callback) |
| IEnumerator | QueryRewards (string eventTopic, int offset, int limit, RewardSortBy sortBy, ResultCallback< QueryRewardInfo > callback) |
Additional Inherited Members | |
| Protected Member Functions inherited from AccelByte.Core.ApiBase | |
| ApiBase (IHttpClient inHttpClient, Config inConfig, string inBaseUrl, ISession inSession, HttpOperator httpOperator=null) | |
| Protected Member Functions inherited from AccelByte.Core.ApiBaseParent | |
| ApiBaseParent (IHttpClient inHttpClient, ISession inSession, string inBaseUrl) | |
| Protected Attributes inherited from AccelByte.Core.ApiBaseParent | |
| readonly ISession | Session |
| Contains AuthorizationToken and related auth. | |
| Properties inherited from AccelByte.Core.ApiBaseParent | |
| IHttpClient | HttpClient [get] |