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

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

There is a newer version: 1.3.7
Show newest version
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