BundleCodeTransparency

@Incubating
public interface BundleCodeTransparency


Summary

Public methods

abstract @NonNull SigningConfig

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

abstract void

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

Public methods

getSigning

abstract @NonNull SigningConfig getSigning()

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.

signing

abstract void signing(
    @ExtensionFunctionType @NonNull Function1<@NonNull SigningConfigUnit> action
)

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.