public class AndroidPublisher.Internalappsharingartifacts extends Object
Modifier and Type | Class and Description |
---|---|
class |
AndroidPublisher.Internalappsharingartifacts.Uploadapk |
class |
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
Constructor and Description |
---|
Internalappsharingartifacts() |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Internalappsharingartifacts.Uploadapk |
uploadapk(String packageName)
Uploads an APK to internal app sharing.
|
AndroidPublisher.Internalappsharingartifacts.Uploadapk |
uploadapk(String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads an APK to internal app sharing.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
uploadbundle(String packageName)
Uploads an app bundle to internal app sharing.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
uploadbundle(String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads an app bundle to internal app sharing.
|
public AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(String packageName) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Package name of the app.IOException
public AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(String packageName, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
packageName
- Package name of the app.mediaContent
- The media HTTP content.IOException
- if the initialization of the request failspublic AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(String packageName) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.packageName
- Package name of the app.IOException
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(String packageName, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
This method should be used for uploading media content.
packageName
- Package name of the app.mediaContent
- The media HTTP content.IOException
- if the initialization of the request failsCopyright © 2011–2025 Google. All rights reserved.