Query Bind Gift Package List Status
AndroidiOSWindows
If you're using Unreal Engine, see the QueryBindRewardListStatus for Unreal Engine SDK.
If you're using Unreal Engine, see the QueryBindRewardListStatus for Unreal Engine SDK.
Function definition
public static void QueryBindRewardStatus(string event_id_lis, string extraJson = "{}");
Parameter Explanation
| Parameters | Type | Explanation |
|---|---|---|
| event_id_lis | String | List of Gift Package Event IDs e.g.: 110001 |
| extraJson | string | Gift pack extension field for matching IDIP rules For more information, see Extra JSON parameters for SendBindReward API. |
Code Sample
INTLAPI.QueryBindRewardListStatus("{\"110000\",\"110001\"}");