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
Send a user action to the server with additional state items. Some examples actions could be things like `viewed_personal_welcome`, `purchased_an_item`, etc.
932
-
922
+
933
923
@param action The action string.
934
924
@param state The additional state items associated with the action.
935
-
@param branchViewCallback Callback for Branch view state
925
+
@param branchViewCallback Callback for Branch view state.
926
+
927
+
@deprecated Please use userCompletedAction:action:state instead
- (void)userCompletedAction:(NSString *)actionwithState:(NSDictionary *)statewithDelegate:(id)branchViewCallback __attribute__((deprecated(("This API is deprecated. Please use userCompletedAction:action:state instead."))));
0 commit comments