NonSdkApi class

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

Constructors

NonSdkApi({String? apiSignature, List<String>? exampleStackTraces, List<NonSdkApiInsight>? insights, int? invocationCount, String? list})
NonSdkApi.fromJson(Map _json)

Properties

apiSignature String?
The signature of the Non-SDK API
getter/setter pair
exampleStackTraces List<String>?
Example stack traces of this API being called.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insights List<NonSdkApiInsight>?
Optional debugging insights for non-SDK API violations.
getter/setter pair
invocationCount int?
The total number of times this API was observed to have been called.
getter/setter pair
list String?
Which list this API appears on Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited