EOS_Ecom_Checkout

EOS API reference page for EOS_Ecom_Checkout

3 분 소요

This function is part of the Ecom Interface.

Remarks

Initiates the purchase flow for a set of offers. The callback is triggered after the purchase flow. On success, the set of entitlements that were unlocked will be cached. On success, a Transaction ID will be returned. The Transaction ID can be used to obtain an EOS_Ecom_HTransaction handle. The handle can then be used to retrieve the entitlements rewarded by the purchase.

See Also

EOS_Ecom_Transaction_Release

Parameters

EOS_Ecom_Checkout

Parameter Type And NameUsage Information
EOS_HEcom Handle
const EOS_Ecom_CheckoutOptions* Optionsstructure containing filter criteria
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_Ecom_OnCheckoutCallback 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_OnCheckoutCallback to report the results of its operation.

Callback Remarks

Function prototype definition for callbacks passed to EOS_Ecom_Checkout

Callback Parameters

EOS_Ecom_OnCheckoutCallback

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