Skip to main content

Query Bind Gift Package List Status

AndroidiOSWindows
If you are using the Unity engine, please see Unity SDK's QueryBindRewardListStatus.

Function definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void QueryRewardListStatus(const FString eventIds = "[]", const FString extraJson="{}");

Parameter Explanation

ParametersTypeExplanation
eventIdsFStringList of Gift Package Event IDs
e.g.: 110001
extraJsonFStringGift package extended fields for matching IDIP rules
For more information, see SendBindReward API Extra Parameter JSON String.

Code Sample

UINTLSDKAPI::QueryRewardListStatus("{\"110000\",\"110001\"}");