protected override string NativeNotifyFulfillmentJson(string jsonMessage) { return(AmazonIapV2UnityAndroid.nativeNotifyFulfillmentJson(jsonMessage)); }
protected override string NativeGetPurchaseUpdatesJson(string jsonMessage) { return(AmazonIapV2UnityAndroid.nativeGetPurchaseUpdatesJson(jsonMessage)); }
protected override void RegisterEventListener() { AmazonIapV2UnityAndroid.nativeRegisterCallbackGameObject(gameObject.name); }
protected override string NativeGetProductDataJson(string jsonMessage) { return(AmazonIapV2UnityAndroid.nativeGetProductDataJson(jsonMessage)); }
protected override void NativeInit() { AmazonIapV2UnityAndroid.nativeInit(); }