SOSNetworkReporter Class Reference
Inherits from | NSObject |
---|---|
Declared in | SOSNetworkReporter.h |
Overview
SOS Network Reporter to manage delegates which receive information about SOS Audio/Video networking events.
Please note that the information related here refers to network information about the agent’s connection experience.
– addDelegate:
Adds an instance of an NSObject
implementing the SOSNetworkReporterDelegate
protocol to the list of delegates to notify.
- (void)addDelegate:(id<SOSNetworkReporterDelegate>)delegate
Parameters
delegate |
|
---|
Declared In
SOSNetworkReporter.h
– removeDelegate:
Removes an instance of an NSObject
implementing the SOSNetworkReporterDelegate
protocol to the list of delegates to notify.
- (void)removeDelegate:(id<SOSNetworkReporterDelegate>)delegate
Parameters
delegate |
|
---|
Declared In
SOSNetworkReporter.h