Contains a summary and examples of non-sdk API usage violations.
| JSON representation |
|---|
{
"uniqueApis": integer,
"minSdkVersion": integer,
"targetSdkVersion": integer,
"exampleApis": [
{
object ( |
| Fields | |
|---|---|
uniqueApis |
Total number of unique Non-SDK API's accessed. |
minSdkVersion |
Minimum API level required for the application to run. |
targetSdkVersion |
Specifies the API Level on which the application is designed to run. |
exampleApis[] |
Examples of the detected API usages. |