Package V1
@Serializable
Constructors
Link copied to clipboard
constructor(added: Long? = null, apkName: String, hash: String, hashType: String, minSdkVersion: Int? = null, maxSdkVersion: Int? = null, targetSdkVersion: Int? = minSdkVersion, packageName: String, sig: String? = null, signer: String? = null, size: Long, srcName: String? = null, usesPermission: List<PermissionV1> = emptyList(), usesPermission23: List<PermissionV1> = emptyList(), versionCode: Long? = null, versionName: String, nativeCode: List<String>? = null, features: List<String>? = null, antiFeatures: List<String>? = null)
Properties
Functions
Link copied to clipboard
fun toPackageVersionV2(releaseChannels: List<String>, appAntiFeatures: Map<String, LocalizedTextV2>, whatsNew: LocalizedTextV2?): PackageVersionV2