Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NonSdkApi

import type { NonSdkApi } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

A non-sdk API and examples of it being called along with other metadata See https://developer.android.com/distribute/best-practices/develop/restrictions-non-sdk-interfaces

interface NonSdkApi {
apiSignature?: string;
exampleStackTraces?: string[];
insights?: NonSdkApiInsight[];
invocationCount?: number;
list?:
| "NONE"
| "WHITE"
| "BLACK"
| "GREY"
| "GREY_MAX_O"
| "GREY_MAX_P"
| "GREY_MAX_Q"
| "GREY_MAX_R"
| "GREY_MAX_S";
}

§Properties

§
apiSignature?: string
[src]

The signature of the Non-SDK API

§
exampleStackTraces?: string[]
[src]

Example stack traces of this API being called.

§

Optional debugging insights for non-SDK API violations.

§
invocationCount?: number
[src]

The total number of times this API was observed to have been called.

§
list?: "NONE" | "WHITE" | "BLACK" | "GREY" | "GREY_MAX_O" | "GREY_MAX_P" | "GREY_MAX_Q" | "GREY_MAX_R" | "GREY_MAX_S"
[src]

Which list this API appears on