SpeedifySDKDelegate
public protocol SpeedifySDKDelegate: SpeedifyStateDelegate, SpeedifyAdapterDelegate, SpeedifyAccountingDelegate,
SpeedifySessionStatsPeriodDelegate, SpeedifyConnectionStatsDelegate,
SpeedifySettingsDelegate, SpeedifyFirewallSettingsDelegate,
SpeedifyDomainWatchListDelegate, SpeedifyLastDisconnectDelegate,
SpeedifyPrivacySettingsDelegate
-
- 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)