Provide information of entitlements owned by the user. More...
Public Member Functions | |
| void | RedeemCode (string code, string region, string language, ResultCallback< FulfillmentResult > callback) |
| Redeem Campaign Code to Receive In Game Item. | |
Additional Inherited Members | |
| Properties inherited from AccelByte.Core.WrapperBase | |
| Utils.AccelByteIdValidator | IdValidator [get] |
Provide information of entitlements owned by the user.
|
inline |
Redeem Campaign Code to Receive In Game Item.
| code | The campaign code to redeem. |
| region | Region of the item. If not set, the region from the access token will be used. |
| language | Display language.null If not set, the language from the access token will be used. |
| callback | Returns a Result that contains EntitlementInfo via callback when completed |