|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DetailsTypes.ApiDetailsType
Common methods shared by all android version-specific details types.
Method Summary | |
---|---|
int |
getApiLevel()
Gets the api level of this package. |
java.lang.String |
getCodename()
Gets the codename of this release. |
void |
setApiLevel(int apiLevel)
Sets the api level this package corresponds to. |
void |
setCodename(java.lang.String codename)
If this is a preview release the api is identified by a codename in addition to the api level. |
Method Detail |
---|
void setApiLevel(int apiLevel)
int getApiLevel()
void setCodename(@Nullable java.lang.String codename)
codename
should be non-null.
java.lang.String getCodename()
null
for regular releases, and non-
null for preview releases.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |