NonSdkApiUsageViolationReport

Contains a summary and examples of non-sdk API usage violations.

JSON representation
{
  "uniqueApis": integer,
  "minSdkVersion": integer,
  "targetSdkVersion": integer,
  "exampleApis": [
    {
      object (NonSdkApi)
    }
  ]
}
Fields
uniqueApis

integer

Total number of unique Non-SDK API's accessed.

minSdkVersion

integer

Minimum API level required for the application to run.

targetSdkVersion

integer

Specifies the API Level on which the application is designed to run.

exampleApis[]

object (NonSdkApi)

Examples of the detected API usages.