API Reference for the Google Play Plugins for Unity
These are the API reference pages for the Google Play Plugins for Unity.
Classes |
|
---|---|
AndroidAppBundle | Provides utilities related to Android App Bundle. |
AndroidBuildHelper | Provides helper methods for accessing or persisting build-related settings. |
AssetBundleBuilder | Provides helper methods for building AssetBundles with various texture compression formats. |
AssetPack | Contains configuration about an asset pack including its AssetPackDeliveryMode and the location on disk of the files that should be included in the pack. |
AssetPackConfig | Configuration for all asset packs that will be packaged in an Android App Bundle. |
AssetPackConfigSerializer | Provides methods for serializing AssetPackConfig to a JSON file and for deserializing the config. |
Bundletool | Helper to build Android App Bundle files suitable for publishing on Google Play Console. |
AssetLocation | Wraps Play Core's AssetLocation which represents the location of an Asset within an asset pack on disk. |
PlayAssetBundleRequest | An object used to monitor the asynchronous retrieval of an asset pack containing an AssetBundle via the Play Asset Delivery system. |
PlayAssetDelivery | Provides methods for retrieving asset packs via the Play Asset Delivery system. |
PlayAssetPackBatchRequest | An object used to monitor the asynchronous retrieval of a batch of asset packs via the Play Asset Delivery system. |
PlayAssetPackRequest | An object used to monitor the asynchronous retrieval of an asset pack via the Play Asset Delivery system. |
GooglePlayBillingBuildHelper | Helper class to address building issues of GooglePlayBilling Plugin. |
GooglePlayBillingBuildSettings | A window for making changes that related to building the app. |
GooglePlayBillingMenu | Provides "Play Billing" menu items for the Unity Editor. |
GooglePlayStoreUnsupportedException | Thrown if the request is not supported by GooglePlayBilling plugin. |
LoadingBar | A loading bar that can be used to display download progress to the user. |
LoadingScreen | Downloads the AssetBundle available at AssetBundleUrl and updates LoadingBar with its progress. |
ScrollingFillAnimator | A UI component that scrolls a tiled texture horizontally. |
PlayAsyncOperation< TResult, TError > | Represents an asynchronous operation that produces a result upon completion. |
UnityPlayerHelper | Helper methods related to the UnityPlayer Java class. |
VoidResult | An empty class used as a type parameter for any PlayAsyncOperation{TResult,TError} that doesn't produce a result. |
CookieApi | Provides methods that an instant app can use to store a persistent cookie or that an installed app can use to retrieve the cookie that it persisted as an instant app. |
CookieApiException | An exception thrown by the methods of CookieApi if there is a failure while making a call to GooglePlay Services. |
PlayInstantBuildSettings | Provides methods for accessing and persisting PlayInstant build settings. |
GooglePlayInstantUtils | Methods and constants that are specific to GooglePlayInstant and/or the plugin. |
InstallLauncher | Provides methods that an instant app can use to display a Play Store install dialog. |
PlaySignatureVerifier | Provides methods that verify whether a package's signature matches the expected value. |
PlayReviewInfo | A wrapper around the Java ReviewInfo class. |
ReviewManager | Manages operations for requesting and launching the In-App Review flow. |