QueryBindRewardListStatus
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see QueryBindRewardListStatus for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see QueryBindRewardListStatus for Unreal Engine SDK.
Function definition
public static void QueryBindRewardStatus(string event_id_lis, string extraJson = "{}");
Input parameters
Parameter | Type | Description |
---|---|---|
event_id_lis | string | Reward event ID list For example: {"110000","110001"} |
extraJson | string | Extended field for reward which match the IDIP rules For more information, see SendBindReward API ExtraJson - Additional Parameter JSON String |
Code sample
INTLAPI.QueryBindRewardListStatus("{\"110000\",\"110001\"}");