EOS_Ecom_RedeemEntitlements

EOS API reference page for EOS_Ecom_RedeemEntitlements

2 분 소요

This function is part of the Ecom Interface.

Remarks

Requests that the provided entitlement be marked redeemed. This will cause that entitlement to no longer be returned from QueryEntitlements unless the include redeemed request flag is set true.

Parameters

EOS_Ecom_RedeemEntitlements

Parameter Type And NameUsage Information
EOS_HEcom Handle
const EOS_Ecom_RedeemEntitlementsOptions* Optionsstructure containing entitlement to redeem
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_Ecom_OnRedeemEntitlementsCallback CompletionDelegatea callback that is fired when the async operation completes, either successfully or in error

Callback Function Information

Because this function is asynchronous, it employs a callback of type EOS_Ecom_OnRedeemEntitlementsCallback to report the results of its operation.

Callback Remarks

Function prototype definition for callbacks passed to EOS_Ecom_RedeemEntitlements

Callback Parameters

EOS_Ecom_OnRedeemEntitlementsCallback

Parameter Type And NameUsage Information
const EOS_Ecom_RedeemEntitlementsCallbackInfo* DataA EOS_Ecom_RedeemEntitlementsCallbackInfo containing the output information and result