SOSNetworkReporter
@interface SOSNetworkReporter : NSObject
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.
-
Adds an instance of an
NSObjectimplementing theSOSNetworkReporterDelegateprotocol to the list of delegates to notify.Declaration
Objective-C
- (void)addDelegate:(nonnull id<SOSNetworkReporterDelegate>)delegate;Parameters
delegateNSObjectinstance to add. -
Removes an instance of an
NSObjectimplementing theSOSNetworkReporterDelegateprotocol to the list of delegates to notify.Declaration
Objective-C
- (void)removeDelegate:(nonnull id<SOSNetworkReporterDelegate>)delegate;Parameters
delegateNSObjectinstance to remove.
Install in Dash
SOSNetworkReporter Class Reference