public static interface DetailsTypes.AddonDetailsType extends DetailsTypes.ApiDetailsType
IdDisplay
for the vendor.Modifier and Type | Interface and Description |
---|---|
static class |
DetailsTypes.AddonDetailsType.Libraries
List of all
Library s included in this package. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultSkin()
Gets the default skin included in this package.
|
DetailsTypes.AddonDetailsType.Libraries |
getLibraries()
Gets the
IAndroidTarget.OptionalLibrary s provided by this package. |
IdDisplay |
getTag()
Gets the tag for this package.
|
IdDisplay |
getVendor() |
void |
setLibraries(DetailsTypes.AddonDetailsType.Libraries libraries)
Gets the
IAndroidTarget.OptionalLibrary s provided by this package. |
void |
setTag(IdDisplay tag)
Sets the tag for this package.
|
void |
setVendor(IdDisplay vendor) |
getAndroidVersion, getApiLevel, getCodename, setApiLevel, setCodename
void setVendor(@NonNull IdDisplay vendor)
@NonNull IdDisplay getVendor()
@Nullable DetailsTypes.AddonDetailsType.Libraries getLibraries()
IAndroidTarget.OptionalLibrary
s provided by this package.void setLibraries(@Nullable DetailsTypes.AddonDetailsType.Libraries libraries)
IAndroidTarget.OptionalLibrary
s provided by this package.void setTag(@NonNull IdDisplay tag)
@NonNull IdDisplay getTag()
@Nullable java.lang.String getDefaultSkin()