com.badlogic.gdx.pay.InformationFinder Maven / Gradle / Ivy
package com.badlogic.gdx.pay;
public interface InformationFinder {
/**
* Returns information about a product provided by the purchase manager.
*
* @return the information for given identifier, or {@link Information#UNAVAILABLE} if no product for given identifier
is loaded.
*/
Information getInformation(String identifier);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy