Loading...
Searching...
No Matches
AccelByte.Api.Fulfillment Class Reference

Provide information of entitlements owned by the user. More...

Inheritance diagram for AccelByte.Api.Fulfillment:

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]

Detailed Description

Provide information of entitlements owned by the user.

Member Function Documentation

◆ RedeemCode()

void AccelByte.Api.Fulfillment.RedeemCode ( string code,
string region,
string language,
ResultCallback< FulfillmentResult > callback )
inline

Redeem Campaign Code to Receive In Game Item.

Parameters
codeThe campaign code to redeem.
regionRegion of the item. If not set, the region from the access token will be used.


Parameters
languageDisplay language.null If not set, the language from the access token will be used.
callbackReturns a Result that contains EntitlementInfo via callback when completed