NetworkModel

class NetworkModel(val rasp: RASP) : ViewModel

This class holds and manage network diagnosis collection, it implements a ViewModel

Parameters

rasp

RASP — the main instance to use the Pradeo software

Constructors

Link copied to clipboard
constructor(rasp: RASP)

Properties

Link copied to clipboard
val bluetoothIsEnabled: StateFlow<Boolean?>
Link copied to clipboard
val hostsIsModified: StateFlow<Boolean?>
Link copied to clipboard
Link copied to clipboard
val nfcIsEnabled: StateFlow<Boolean?>
Link copied to clipboard
val rasp: RASP
Link copied to clipboard
val syncCategorizedUri: StateFlow<Boolean?>
Link copied to clipboard
val trackingIsEnabled: StateFlow<Boolean?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val underRogueCellTower: StateFlow<Boolean?>
Link copied to clipboard
val vpnIsEnabled: StateFlow<Boolean?>

Functions

Link copied to clipboard