Skip to main content

QueryBindRewardListStatus

AndroidiOSWindows
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

ParameterTypeDescription
event_id_lisstringReward event ID list
For example: {"110000","110001"}
extraJsonstringExtended 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\"}");