SBDConnectionManager Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SBDConnectionManager.h |
+ setAuthenticateDelegate:
Sets the SBDAuthenticateDelegate.
+ (void)setAuthenticateDelegate:(id<SBDAuthenticateDelegate> _Nullable)delegateParameters
delegate |
|
|---|
Availability
3.0.113
Declared In
SBDConnectionManager.h
+ authenticate
The authentication must be completed before authentication timeout. To set the timeout, use setAuthenticationTimeout: of SBDOptions.
+ (void)authenticateAvailability
3.0.113
Declared In
SBDConnectionManager.h
+ addNetworkDelegate:identifier:
Adds a network delegate. All added delegates will be notified when events occurs.
+ (void)addNetworkDelegate:(id<SBDNetworkDelegate> _Nonnull)delegate identifier:(NSString *_Nonnull)identifierParameters
delegate |
Delegate to be added. |
|---|---|
identifier |
ID of delegate to be added. |
Availability
3.0.109
Declared In
SBDConnectionManager.h
+ removeNetworkDelegateForIdentifier:
Removes a network delegate. The deleted delegate no longer be notified.
+ (void)removeNetworkDelegateForIdentifier:(NSString *_Nonnull)identifierParameters
identifier |
ID of delegate to be removed. |
|---|
Availability
3.0.109
Declared In
SBDConnectionManager.h
+ removeAllNetworkDelegates
Removes all network delegates added by addNetworkDelegate:identifier:.
+ (void)removeAllNetworkDelegatesAvailability
3.0.109
Declared In
SBDConnectionManager.h