Protocols
The following protocols are available globally.
-
These delegate methods are called when while Branch is starting a new URL session and possibly opening a deep link. All the methods are optional.
See more[Branch sharedInstance].delegate = delegateInstance;
Declaration
Objective-C
@protocol BranchDelegate <NSObject>
Swift
protocol BranchDelegate : NSObjectProtocol
-
Declaration
Objective-C
@protocol BNCNetworkOperationProtocol <NSObject>
Swift
protocol BNCNetworkOperationProtocol : NSObjectProtocol
-
The
See moreBNCNetworkServiceProtocol
defines a network service that handles a queue of network operations.Declaration
Objective-C
@protocol BNCNetworkServiceProtocol <NSObject>
Swift
protocol BNCNetworkServiceProtocol : NSObjectProtocol