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,
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,
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 - Unique identifier for the Android app; for example, "com.spiffygame".IOExceptionpublic AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(String packageName, AbstractInputStreamContent mediaContent) throws 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.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 - Unique identifier for the Android app; for example, "com.spiffygame".IOExceptionpublic AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(String packageName, AbstractInputStreamContent mediaContent) throws 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.IOException - if the initialization of the request failsCopyright © 2011–2019 Google. All rights reserved.