All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.badlogic.gdx.pay.PurchaseManagerTestSupport Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.badlogic.gdx.pay;

/**
 * To be implemented by {@link PurchaseManager} instances that have the ability to cancel test purchases.
 *
 * 

Currently only supported by android-googleplay implementation.

*/ public interface PurchaseManagerTestSupport { void cancelTestPurchases(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy