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.
1 parent 377189e commit 7c95ba2Copy full SHA for 7c95ba2
Branch-SDK/Branch-SDK/Branch.h
@@ -944,8 +944,7 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
944
*/
945
- (void) sendCommerceEvent:(BNCCommerceEvent*)commerceEvent
946
metadata:(NSDictionary<NSString*,id>*)metadata
947
- withCompletion:(void (^) (NSDictionary*response, NSError*error))completion;
948
- //__attribute__((deprecated(("Please use BranchEvent to track commerce events."))));
+ withCompletion:(void (^) (NSDictionary*response, NSError*error))completion __attribute__((deprecated(("Please use BranchEvent to track commerce events."))));
949
950
#pragma mark - Short Url Sync methods
951
0 commit comments