SecondaryInput

interface SecondaryInput
com.android.build.api.transform.SecondaryInput

Represents a change event for a SecondaryFile transform input.

Summary

Public methods

abstract SecondaryFile!

The change event subject.

abstract Status!

The change status.

Public methods

getSecondaryInput

abstract fun getSecondaryInput(): SecondaryFile!

The change event subject.

Return
SecondaryFile!: an instance of SecondaryFile that represent a transform input file.

getStatus

abstract fun getStatus(): Status!

The change status.

Return
Status!: the change status.