We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41b7605 + dc47e75 commit bee9f1cCopy full SHA for bee9f1c
BranchSDK/BNCCallbacks.h
@@ -20,3 +20,4 @@ typedef void (^callbackWithStatus) (BOOL changed, NSError * _Nullable error);
20
typedef void (^callbackWithList) (NSArray * _Nullable list, NSError * _Nullable error);
21
typedef void (^callbackWithUrlAndSpotlightIdentifier) (NSString * _Nullable url, NSString * _Nullable spotlightIdentifier, NSError * _Nullable error);
22
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