com.badlogic.gdx.pay.PurchaseManagerTestSupport Maven / Gradle / Ivy
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