BranchDelegate

@protocol BranchDelegate <NSObject>

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.

[Branch sharedInstance].delegate = delegateInstance;