ContentType
interface ContentType
| com.android.build.api.transform.QualifiedContent.ContentType |
A content type that is requested through the transform API.
Summary
Public methods |
|
|---|---|
| abstract Int |
getValue()A unique value for a content type. |
| abstract String! |
name()Content type name, readable by humans. |
Public methods
name
abstract fun name(): String!
Content type name, readable by humans.
| Return | |
|---|---|
| String!: the string content type name |