Example #1
0
 public static extern void Query(IAPurchaseCallback callback);                                                                                                                                                                                  // 0x0000000181B50620-0x0000000181B506A0
 public static extern void Query_64(IAPurchaseCallback callback);                                                                                                                                                                               // 0x0000000181B505A0-0x0000000181B50620
 public static extern void GetBalance(IAPurchaseCallback callback);
 public static extern void RequestSubscriptionWithPlanID(IAPurchaseCallback callback, string pchPlanId);
 public static extern void IsReady(IAPurchaseCallback callback, string pchAppKey);
 public static extern void Query(IAPurchaseCallback callback, string pchPurchaseId);
 internal AndroidPluginCallback(IAPurchaseCallback callback) : base("com.htc.viveport.Api$StatusCallback")
 {
     this.callback = callback;
 }
 public static extern void QuerySubscription_64(IAPurchaseCallback callback, string pchSubscriptionId);
Example #8
0
 public static extern void QuerySubscription_64(IAPurchaseCallback callback, string pchSubscriptionId);                                                                                                                                         // 0x0000000181B50140-0x0000000181B501E0
 public static extern void QuerySubscriptionList(IAPurchaseCallback callback);                                                                                                                                                                  // 0x0000000181B500C0-0x0000000181B50140
Example #9
0
 public static extern void QuerySubscriptionList(IAPurchaseCallback callback);                                                                                                                                                                  // 0x0000000181B500C0-0x0000000181B50140
 public static extern void QuerySubscriptionList_64(IAPurchaseCallback callback);                                                                                                                                                               // 0x0000000181B4FDF0-0x0000000181B4FE70
Example #10
0
 public static extern void Subscribe(IAPurchaseCallback callback, string pchSubscriptionId);                                                                                                                                                    // 0x0000000181B51F60-0x0000000181B52000
 public static extern void Subscribe_64(IAPurchaseCallback callback, string pchSubscriptionId);                                                                                                                                                 // 0x0000000181B51EC0-0x0000000181B51F60
Example #11
0
 public static extern void QuerySubscription(IAPurchaseCallback callback, string pchSubscriptionId);                                                                                                                                            // 0x0000000181B50460-0x0000000181B50500
 public static extern void QuerySubscription_64(IAPurchaseCallback callback, string pchSubscriptionId);                                                                                                                                         // 0x0000000181B50140-0x0000000181B501E0
Example #12
0
 public static extern void RequestSubscriptionWithPlanID(IAPurchaseCallback callback, string pchPlanId);                                                                                                                                        // 0x0000000181B50E30-0x0000000181B50ED0
 public static extern void RequestSubscriptionWithPlanID_64(IAPurchaseCallback callback, string pchPlanId);                                                                                                                                     // 0x0000000181B50D90-0x0000000181B50E30
Example #13
0
 public static extern void GetBalance(IAPurchaseCallback callback);                                                                                                                                                                             // 0x0000000181B4F3B0-0x0000000181B4F440
 public static extern void GetBalance_64(IAPurchaseCallback callback);                                                                                                                                                                          // 0x0000000181B4F0C0-0x0000000181B4F150
Example #14
0
 public static extern void Query_64(IAPurchaseCallback callback);                                                                                                                                                                               // 0x0000000181B505A0-0x0000000181B50620
 public static extern void GetBalance(IAPurchaseCallback callback);                                                                                                                                                                             // 0x0000000181B4F3B0-0x0000000181B4F440
 internal static void RequestSubscriptionWithPlanID(IAPurchaseCallback callback, string pchPlanId)
 {
     Android.GetJavaIAPurchase().CallStatic("requestSubscriptionWithPlanId", Android.CurrentContext, new AndroidPluginCallback(callback), pchPlanId);
 }
Example #16
0
 public static extern void CancelSubscription(IAPurchaseCallback callback, string pchSubscriptionId);                                                                                                                                           // 0x0000000181B4EFC0-0x0000000181B4F060
 public static extern void CancelSubscription_64(IAPurchaseCallback callback, string pchSubscriptionId);                                                                                                                                        // 0x0000000181B4ECA0-0x0000000181B4ED40
 internal static void CancelSubscription(IAPurchaseCallback callback, string pchSubscriptionId)
 {
     Android.GetJavaIAPurchase().CallStatic("cancelSubscription", Android.CurrentContext, new AndroidPluginCallback(callback), pchSubscriptionId);
 }
 internal static void IsReady(IAPurchaseCallback callback, string pchAppKey)
 {
     Android.GetJavaIAPurchase().CallStatic("isReady", Android.CurrentContext, new AndroidPluginCallback(callback), pchAppKey);
 }
 public static extern void Request_64(IAPurchaseCallback callback, string pchPrice);
 internal static void Request(IAPurchaseCallback callback, string pchPrice, string pchUserData)
 {
     Android.GetJavaIAPurchase().CallStatic("request", Android.CurrentContext, new AndroidPluginCallback(callback), pchPrice, pchUserData);
 }
 public static extern void QuerySubscriptionList_64(IAPurchaseCallback callback);
 internal static void Purchase(IAPurchaseCallback callback, string pchPurchaseId)
 {
     Android.GetJavaIAPurchase().CallStatic("makePurchase", Android.CurrentContext, new AndroidPluginCallback(callback), pchPurchaseId);
 }
 public static extern void Request(IAPurchaseCallback callback, string pchPrice, string pchUserData);
 internal static void Query(IAPurchaseCallback callback)
 {
     Android.GetJavaIAPurchase().CallStatic("query", Android.CurrentContext, new AndroidPluginCallback(callback));
 }
 public static extern void Query(IAPurchaseCallback callback);
 internal static void GetBalance(IAPurchaseCallback callback)
 {
     Android.GetJavaIAPurchase().CallStatic("getBalance", Android.CurrentContext, new AndroidPluginCallback(callback));
 }
 public static extern void RequestSubscription(IAPurchaseCallback callback, string pchPrice, string pchFreeTrialType, int nFreeTrialValue,
                                               string pchChargePeriodType, int nChargePeriodValue, int nNumberOfChargePeriod, string pchPlanId);
 internal static void RequestSubscription(IAPurchaseCallback callback, string pchPrice, string pchFreeTrialType, int nFreeTrialValue,
                                          string pchChargePeriodType, int nChargePeriodValue, int nNumberOfChargePeriod, string pchPlanId)
 {
     Android.GetJavaIAPurchase().CallStatic("requestSubscription", Android.CurrentContext, new AndroidPluginCallback(callback),
                                            pchPrice, pchFreeTrialType, nFreeTrialValue, pchChargePeriodType, nChargePeriodValue, nNumberOfChargePeriod, pchPlanId);
 }
 public static extern void CancelSubscription(IAPurchaseCallback callback, string pchSubscriptionId);
Example #30
0
 public static extern void Query(IAPurchaseCallback callback, string pchPurchaseId);                                                                                                                                                            // 0x0000000181B50920-0x0000000181B509C0
 public static extern void Query_64(IAPurchaseCallback callback, string pchPurchaseId);                                                                                                                                                         // 0x0000000181B50500-0x0000000181B505A0