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

target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Generatedapks.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241217-2.0.0
Show newest version






AndroidPublisher.Generatedapks (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher

Class AndroidPublisher.Generatedapks

  • java.lang.Object
    • com.google.api.services.androidpublisher.AndroidPublisher.Generatedapks
  • Enclosing class:
    AndroidPublisher


    public class AndroidPublisher.Generatedapks
    extends Object
    The "generatedapks" collection of methods.
    • Constructor Detail

      • Generatedapks

        public Generatedapks()
    • Method Detail

      • download

        public AndroidPublisher.Generatedapks.Download download(String packageName,
                                                                Integer versionCode,
                                                                String downloadId)
                                                         throws IOException
        Downloads a single signed APK generated from an app bundle. Create a request for the method "generatedapks.download". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Package name of the app.
        versionCode - Version code of the app bundle.
        downloadId - Download ID, which uniquely identifies the APK to download. Can be obtained from the response of `generatedapks.list` method.
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidPublisher.Generatedapks.List list(String packageName,
                                                        Integer versionCode)
                                                 throws IOException
        Returns download metadata for all APKs that were generated from a given app bundle. Create a request for the method "generatedapks.list". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Package name of the app.
        versionCode - Version code of the app bundle.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy