Public Member Functions | |
| void | GetUserEntitlementById (string entitlementId, ResultCallback< EntitlementInfo > callback) |
| Get a user's entitlement by the entitlementId. | |
| void | GrantUserEntitlement (string userId, GrantUserEntitlementRequest[] grantUserEntitlementsRequest, ResultCallback< StackableEntitlementInfo[]> callback) |
| Granting Entitlement(s) to a user. | |
| void | CreditUserWallet (string userId, string currencyCode, CreditUserWalletRequest creditUserWalletRequest, ResultCallback< WalletInfo > callback) |
| Credit a user wallet by currency code, if the wallet does not exist, it will create a new wallet. | |
| void | CreditUserWalletV2 (string userId, string currencyCode, CreditUserWalletRequest creditUserWalletRequest, ResultCallback< CreditUserWalletResponse > callback) |
| Credit a user wallet by currency code, if the wallet does not exist, it will create a new wallet. | |
| void | FulfillUserItem (string userId, FulfillmentRequest fulfillmentRequest, ResultCallback< FulfillmentResult > callback) |
| Fulfill item to a user. | |
| void | GetStoreList (ResultCallback< PlatformStore[]> callback) |
| Get List All Store. | |
| void | QueryItemsByCriteria (ItemCriteriaV2 criteria, ResultCallback< ItemPagingSlicedResultV2 > callback) |
| Get Items by criteria. Set ItemCriteria fields as null if you don't want to specify the criteria. The result callback will returns a ItemPagingSlicedResult that contains Items within it. | |
| void | QueryItemsByCriteriaV2 (ItemCriteriaV3 criteria, ResultCallback< ItemPagingSlicedResultV2 > callback) |
| Get Items by criteria Endpoint Version 2. Set ItemCriteria fields as null if you don't want to specify the criteria. The result callback will returns a ItemPagingSlicedResult that contains Items within it. | |
Additional Inherited Members | |
| Properties inherited from AccelByte.Core.WrapperBase | |
| Utils.AccelByteIdValidator | IdValidator [get] |
|
inline |
Credit a user wallet by currency code, if the wallet does not exist, it will create a new wallet.
| userId | UserId of a user |
| currencyCode | The currency code |
| creditUserWalletRequest | The request to credit a user wallet |
| callback | Returns Wallet info via callback when completed |
|
inline |
Credit a user wallet by currency code, if the wallet does not exist, it will create a new wallet.
| userId | UserId of a user |
| currencyCode | The currency code |
| creditUserWalletRequest | The request to credit a user wallet |
| callback | Returns Wallet info via callback when completed |
|
inline |
Fulfill item to a user.
| userId | UserId of a user who will receive item. |
| fulfillmentRequest | The request to fulfill an item to user. |
| callback | Returns Wallet info via callback when completed. |
|
inline |
Get List All Store.
| callback | Returns Store info via callback when completed. |
|
inline |
Get a user's entitlement by the entitlementId.
| entitlementId | The id of the entitlement |
| callback | Returns all StackableEntitlements Info via callback when completed |
|
inline |
Granting Entitlement(s) to a user.
| publisherNamespace | Different than Config Namespace |
| userId | UserId of a user |
| grantUserEntitlementsRequest | Consist of the entitlement(s) that will be granted |
| callback | Returns all StackableEntitlements Info via callback when completed |
|
inline |
Get Items by criteria. Set ItemCriteria fields as null if you don't want to specify the criteria. The result callback will returns a ItemPagingSlicedResult that contains Items within it.
| criteria | Criteria to search items |
| callback | Returns a Result that contains ItemPagingSlicedResult via callback when completed. |
|
inline |
Get Items by criteria Endpoint Version 2. Set ItemCriteria fields as null if you don't want to specify the criteria. The result callback will returns a ItemPagingSlicedResult that contains Items within it.
| criteria | Criteria to search items |
| callback | Returns a Result that contains ItemPagingSlicedResult via callback when completed. |