GeneratedApksPerSigningKey class

Download metadata for split, standalone and universal APKs, as well as asset pack slices, signed with a given key.

Constructors

GeneratedApksPerSigningKey({String? certificateSha256Hash, List<GeneratedAssetPackSlice>? generatedAssetPackSlices, List<GeneratedRecoveryApk>? generatedRecoveryModules, List<GeneratedSplitApk>? generatedSplitApks, List<GeneratedStandaloneApk>? generatedStandaloneApks, GeneratedUniversalApk? generatedUniversalApk, TargetingInfo? targetingInfo})
GeneratedApksPerSigningKey.fromJson(Map json_)

Properties

certificateSha256Hash String?
SHA256 hash of the APK signing public key certificate.
getter/setter pair
generatedAssetPackSlices List<GeneratedAssetPackSlice>?
List of asset pack slices which will be served for this app bundle, signed with a key corresponding to certificate_sha256_hash.
getter/setter pair
generatedRecoveryModules List<GeneratedRecoveryApk>?
Generated recovery apks for recovery actions signed with a key corresponding to certificate_sha256_hash.
getter/setter pair
generatedSplitApks List<GeneratedSplitApk>?
List of generated split APKs, signed with a key corresponding to certificate_sha256_hash.
getter/setter pair
generatedStandaloneApks List<GeneratedStandaloneApk>?
List of generated standalone APKs, signed with a key corresponding to certificate_sha256_hash.
getter/setter pair
generatedUniversalApk GeneratedUniversalApk?
Generated universal APK, signed with a key corresponding to certificate_sha256_hash.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetingInfo TargetingInfo?
Contains targeting information about the generated apks.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited