NetworkMonitorEvent
public enum NetworkMonitorEvent : Sendable
An enumeration that indicate the network monitor event.
-
To update statistics.
Declaration
Swift
case status(report: NetworkMonitorReport)
-
To publish sufficient bandwidth occured.
Declaration
Swift
case publishInsufficientBWOccured(report: NetworkMonitorReport)
-
To reset statistics.
Declaration
Swift
case reset