Send DELETE request to the specified url.
Send a GET request to the specified url.
Get connection quality of the application indicated by values between [0, 100].
A percentage of connection quality.
Get underlying background process models of alive connections.
Returns empty array if there is no alive connections.
Get underlying background processes count of alive connections.
Returns 0 if there is no alive connections.
Send HEAD request to the specified url.
Send OPTIONS request to the specified url.
Send PATCH request to the specified url.
Send POST request to the specified url.
Send PUT request to the specified url.
Generated using TypeDoc
A
ngservice interface mainly handles theapplication's connections. This service uses IBackgroundProcessManager asbackground processexecutor for non-blocking network I/O. So, you can get alive connections using getRunningProcesses or getRunningProcessesCount method. All connections created via this service will be monitored theconnection qualitywhich will be displayed on user's screen. You can get theconnection qualityof theapplicationby using method getConnectionQuality.shiorin, tee4cute
IBackgroundProcessManager