SpeedifySDKDelegate
public protocol SpeedifySDKDelegate : SpeedifyAccountingDelegate, SpeedifyAdapterDelegate, SpeedifyConnectionStatsDelegate, SpeedifyDomainWatchListDelegate, SpeedifyFirewallSettingsDelegate, SpeedifyLastDisconnectDelegate, SpeedifyPrivacySettingsDelegate, SpeedifySessionStatsPeriodDelegate, SpeedifySettingsDelegate, SpeedifyStateDelegate
-
- A network adapter was overlimit
- @since 7.4
Declaration
Swift
func networkOverLimitUpdated(adapter: String, usage: AdapterUsageData)
-
- A torrent use was detected
- @since 7.4
Declaration
Swift
func torrentInUse(willDisconnect: Bool)