示例#1
0
 protected override string NativeNotifyFulfillmentJson(string jsonMessage)
 {
     return(AmazonIapV2UnityAndroid.nativeNotifyFulfillmentJson(jsonMessage));
 }
示例#2
0
 protected override string NativeGetPurchaseUpdatesJson(string jsonMessage)
 {
     return(AmazonIapV2UnityAndroid.nativeGetPurchaseUpdatesJson(jsonMessage));
 }
示例#3
0
 protected override void RegisterEventListener()
 {
     AmazonIapV2UnityAndroid.nativeRegisterCallbackGameObject(gameObject.name);
 }
示例#4
0
 protected override string NativeGetProductDataJson(string jsonMessage)
 {
     return(AmazonIapV2UnityAndroid.nativeGetProductDataJson(jsonMessage));
 }
示例#5
0
 protected override void NativeInit()
 {
     AmazonIapV2UnityAndroid.nativeInit();
 }