EOS_Ecom_QueryOffers

EOS API reference page for EOS_Ecom_QueryOffers

2 mins to read

This function is part of the Ecom Interface.

Remarks

Query for a list of catalog offers defined with Epic Online Services. This data will be cached for a limited time and retrieved again from the backend when necessary.

Parameters

EOS_Ecom_QueryOffers

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

Callback Remarks

Function prototype definition for callbacks passed to EOS_Ecom_QueryOffers

Callback Parameters

EOS_Ecom_OnQueryOffersCallback

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