mirror of
https://github.com/defold/extension-iap
synced 2025-09-28 09:32:19 +02:00
IAP command pointer to products list function to avoid crash on multiple calls products list
This commit is contained in:
@@ -23,7 +23,7 @@ public class IapJNI implements IListProductsListener, IPurchaseListener {
|
||||
}
|
||||
|
||||
@Override
|
||||
public native void onProductsResult(int responseCode, String productList);
|
||||
public native void onProductsResult(int responseCode, String productList, long cmdHandle);
|
||||
|
||||
@Override
|
||||
public native void onPurchaseResult(int responseCode, String purchaseData);
|
||||
|
Reference in New Issue
Block a user