ScopeType

interface ScopeType
com.android.build.api.transform.QualifiedContent.ScopeType

Definition of a scope.

Summary

Public methods

abstract Int

A scope binary flag that will be used to encode directory names.

abstract String!

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.

name

abstract fun name(): String!

Scope name, readable by humans.

Return
String!: a scope name.