QueryBindRewardListStatus
AndroidiOSWindows
If you were looking for the method for use with Unity, see QueryBindRewardListStatus for Unity SDK.
If you were looking for the method for use with Unity, see QueryBindRewardListStatus for Unity SDK.
Function definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static void QueryRewardListStatus(const FString eventIds = "[]", const FString extraJson="{}");
Input parameters
Parameter | Type | Description |
---|---|---|
eventIds | FString | Reward event ID list For example: {"110000","110001"} |
extraJson | FString | Extended field for reward which match the IDIP rules For more information, see SendBindReward API ExtraJson - Additional Parameter JSON String |
Code sample
UINTLSDKAPI::QueryRewardListStatus("{\"110000\",\"110001\"}");