BundleCodeTransparency

Added in 7.1.0

@Incubating
interface BundleCodeTransparency


DSL object for configuring the App Bundle Code Transparency options

This is accessed via Bundle.codeTransparency

Summary

Public functions

Unit
signing(action: SigningConfig.() -> Unit)

Specifies the signing configuration for the code transparency feature of bundletool.

Public properties

SigningConfig

Specifies the signing configuration for the code transparency feature of bundletool.

Public functions

signing

Added in 7.1.0
fun signing(action: SigningConfig.() -> Unit): Unit

Specifies the signing configuration for the code transparency feature of bundletool.

When the SigningConfig has all necessary values set, it will be used for signing non-debuggable bundles using code transparency.

Public properties

signing

Added in 7.1.0
val signingSigningConfig

Specifies the signing configuration for the code transparency feature of bundletool.

When the SigningConfig has all necessary values set, it will be used for signing non-debuggable bundles using code transparency.