class Internalappsharingartifacts extends Resource (View source)

The "internalappsharingartifacts" collection of methods.

Typical usage is:

 $androidpublisherService = new Google\Service\AndroidPublisher(...);
 $internalappsharingartifacts = $androidpublisherService->internalappsharingartifacts;

Methods

uploadapk(string $packageName, array $optParams = [])

Uploads an APK to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java.

uploadbundle(string $packageName, array $optParams = [])

Uploads an app bundle to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java.

Details

InternalAppSharingArtifact uploadapk(string $packageName, array $optParams = [])

Uploads an APK to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java.

(internalappsharingartifacts.uploadapk)

Parameters

string $packageName

Package name of the app.

array $optParams

Optional parameters.

Return Value

InternalAppSharingArtifact

Exceptions

Exception

InternalAppSharingArtifact uploadbundle(string $packageName, array $optParams = [])

Uploads an app bundle to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java.

(internalappsharingartifacts.uploadbundle)

Parameters

string $packageName

Package name of the app.

array $optParams

Optional parameters.

Return Value

InternalAppSharingArtifact

Exceptions

Exception