public void rechargeNotify(string args)
    {
        ParseReceiveParams(args);

        U3dGfanSender.ShowToast("rechargeNotify finishi...IsSuccess " + IsSuccess());
        ThirdPartyPlatform.OnRecharge(IsSuccess());
    }
Exemple #2
0
 void OnRecharge(JsonData json)
 {
     ThirdPartyPlatform.OnRecharge(true);
 }