public class AndroidPublisher.Internalappsharingartifacts
extends java.lang.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(java.lang.String packageName)
Uploads an APK to internal app sharing.
|
AndroidPublisher.Internalappsharingartifacts.Uploadapk |
uploadapk(java.lang.String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads an APK to internal app sharing.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
uploadbundle(java.lang.String packageName)
Uploads an app bundle to internal app sharing.
|
AndroidPublisher.Internalappsharingartifacts.Uploadbundle |
uploadbundle(java.lang.String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads an app bundle to internal app sharing.
|
public AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(java.lang.String packageName) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Unique identifier for the Android app; for example, "com.spiffygame".java.io.IOExceptionpublic AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(java.lang.String packageName, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
This method should be used for uploading media content.
packageName - Unique identifier for the Android app; for example, "com.spiffygame".mediaContent - The media HTTP content or null if none.java.io.IOException - if the initialization of the request failspublic AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(java.lang.String packageName) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.packageName - Unique identifier for the Android app; for example, "com.spiffygame".java.io.IOExceptionpublic AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(java.lang.String packageName, com.google.api.client.http.AbstractInputStreamContent mediaContent) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.
This method should be used for uploading media content.
packageName - Unique identifier for the Android app; for example, "com.spiffygame".mediaContent - The media HTTP content or null if none.java.io.IOException - if the initialization of the request fails