|
The configuration for which the resource is defined.
.aapt.pb.Configuration config = 2;
abstract fun getConfig(): Configuration! |
|
The configuration for which the resource is defined.
.aapt.pb.Configuration config = 2;
abstract fun getConfigOrBuilder(): ConfigurationOrBuilder! |
|
Any symbols this file auto-generates/exports (eg. @+id/foo in an XML file).
repeated .aapt.pb.internal.CompiledFile.Symbol exported_symbol = 5;
abstract fun getExportedSymbol(index: Int): Symbol! |
|
Any symbols this file auto-generates/exports (eg. @+id/foo in an XML file).
repeated .aapt.pb.internal.CompiledFile.Symbol exported_symbol = 5;
abstract fun getExportedSymbolCount(): Int |
|
Any symbols this file auto-generates/exports (eg. @+id/foo in an XML file).
repeated .aapt.pb.internal.CompiledFile.Symbol exported_symbol = 5;
abstract fun getExportedSymbolList(): MutableList<Symbol!>! |
|
Any symbols this file auto-generates/exports (eg. @+id/foo in an XML file).
repeated .aapt.pb.internal.CompiledFile.Symbol exported_symbol = 5;
abstract fun getExportedSymbolOrBuilder(index: Int): SymbolOrBuilder! |
|
Any symbols this file auto-generates/exports (eg. @+id/foo in an XML file).
repeated .aapt.pb.internal.CompiledFile.Symbol exported_symbol = 5;
abstract fun getExportedSymbolOrBuilderList(): MutableList<out SymbolOrBuilder!>! |
|
The name of the resource (in the form package:type/name).
string resource_name = 1;
abstract fun getResourceName(): String! |
|
The name of the resource (in the form package:type/name).
string resource_name = 1;
abstract fun getResourceNameBytes(): ByteString! |
|
The filesystem path to where the source file originated.
Mainly used to display helpful error messages.
string source_path = 4;
abstract fun getSourcePath(): String! |
|
The filesystem path to where the source file originated.
Mainly used to display helpful error messages.
string source_path = 4;
abstract fun getSourcePathBytes(): ByteString! |
|
The type of the file.
.aapt.pb.FileReference.Type type = 3;
abstract fun getType(): Type! |
|
The type of the file.
.aapt.pb.FileReference.Type type = 3;
abstract fun getTypeValue(): Int |
|
The configuration for which the resource is defined.
.aapt.pb.Configuration config = 2;
abstract fun hasConfig(): Boolean |