You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (nullable NSURL *)getUrlForOnboardingWithRedirectUrl:(nullable NSString *)redirectUrl __attribute__((deprecated(("Feature removed. Did not work on iOS 11+"))));;
689
706
690
-
- (void)resumeInit;
707
+
- (void)resumeInit __attribute__((deprecated(("Feature removed. Did not work on iOS 11+"))));
withCompletion:(void (^) (NSDictionary*response, NSError*error))completion __attribute__((deprecated(("Please use BranchEvent to track commerce events."))));
967
+
withCompletion:(void (^) (NSDictionary* _Nullable response, NSError* _Nullable error))completion __attribute__((deprecated(("Please use BranchEvent to track commerce events."))));
951
968
952
969
953
970
#pragma mark - Query methods
954
971
972
+
/**
973
+
Branch includes SDK methods to allow retrieval of our Cross Platform ID (CPID) from the client. This results in an asynchronous call being made to Branch’s servers with CPID data returned when possible.
974
+
975
+
@param completion callback with cross platform id data
Branch includes SDK methods to allow retrieval of our last attributed touch data (LATD) from the client. This results in an asynchronous call being made to Branch's servers with LATD data returned when possible.
981
+
Last attributed touch data contains the information associated with that user's last viewed impression or clicked link.
982
+
983
+
@param window attribution window in days. If the window is outside the server supported range, it will default to 30 days.
0 commit comments