booster / com.didiglobal.booster.aapt2 / Resources / FileReferenceOrBuilder

FileReferenceOrBuilder

interface FileReferenceOrBuilder : MessageOrBuilder

Functions

getPath


      Path to a file within the APK (typically res/type-config/entry.ext).
      
string path = 1;

abstract fun getPath(): String!

getPathBytes


      Path to a file within the APK (typically res/type-config/entry.ext).
      
string path = 1;

abstract fun getPathBytes(): ByteString!

getType


      The type of file this path points to. For UAM bundle, this cannot be
      BINARY_XML.
      
.aapt.pb.FileReference.Type type = 2;

abstract fun getType(): Type!

getTypeValue


      The type of file this path points to. For UAM bundle, this cannot be
      BINARY_XML.
      
.aapt.pb.FileReference.Type type = 2;

abstract fun getTypeValue(): Int