Query Bind Gift Package List Status
AndroidiOSWindows
If you are using the Unity engine, please see Unity SDK's QueryBindRewardListStatus.
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
| Parameters | Type | Explanation |
|---|---|---|
| eventIds | FString | List of Gift Package Event IDs e.g.: 110001 |
| extraJson | FString | Gift package extended fields for matching IDIP rules For more information, see SendBindReward API Extra Parameter JSON String. |
Code Sample
UINTLSDKAPI::QueryRewardListStatus("{\"110000\",\"110001\"}");