Internalappsharingartifacts
class Internalappsharingartifacts extends Resource (View source)
The "internalappsharingartifacts" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$internalappsharingartifacts = $androidpublisherService->internalappsharingartifacts;
Methods
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.
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)
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)