com.android.sdklib.repositoryv2.meta
Interface DetailsTypes.ExtraDetailsType

All Known Implementing Classes:
ExtraDetailsType
Enclosing class:
DetailsTypes

public static interface DetailsTypes.ExtraDetailsType

Details type for extra packages. Includes a IdDisplay for the vendor.


Method Summary
 IdDisplay getVendor()
          Gets the vendor for this package.
 void setVendor(IdDisplay vendor)
          Sets the vendor for this package.
 

Method Detail

setVendor

void setVendor(@NonNull
               IdDisplay vendor)
Sets the vendor for this package.


getVendor

@NonNull
IdDisplay getVendor()
Gets the vendor for this package.