ScopeType
interface ScopeType
| com.android.build.api.transform.QualifiedContent.ScopeType |
Definition of a scope.
Summary
Public methods |
|
|---|---|
| abstract Int |
getValue()A scope binary flag that will be used to encode directory names. |
| abstract String! |
name()Scope name, readable by humans. |
Public methods
getValue
abstract fun getValue(): Int
A scope binary flag that will be used to encode directory names. Must be unique.
| Return | |
|---|---|
| Int: a scope binary flag. |