Skip to content

Commit dc47e75

Browse files
committed
Added new callback
1 parent 75381d3 commit dc47e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BranchSDK/BNCCallbacks.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ typedef void (^callbackWithStatus) (BOOL changed, NSError * _Nullable error);
2020
typedef void (^callbackWithList) (NSArray * _Nullable list, NSError * _Nullable error);
2121
typedef void (^callbackWithUrlAndSpotlightIdentifier) (NSString * _Nullable url, NSString * _Nullable spotlightIdentifier, NSError * _Nullable error);
2222
typedef void (^callbackWithBranchUniversalObject) (BranchUniversalObject * _Nullable universalObject, BranchLinkProperties * _Nullable linkProperties, NSError * _Nullable error);
23+
typedef void (^callbackWithData) (NSData * _Nullable data, NSError * _Nullable error);

0 commit comments

Comments
 (0)