ApiRequestsAnalyser
interface ApiRequestsAnalyser
Interface for analyse requests of the SDK. It can be use to understand how the SDK is calling the backend API.
Functions
Link copied to clipboard
Clear an specific requests containing some string in its name. Return -1 it the request is not found.
Link copied to clipboard
Counts all the requests made.
Link copied to clipboard
Returns the number of times that a requests was made using name.
Link copied to clipboard
Gets the information about the request by name
Link copied to clipboard
Registers the request using the name as an ID.