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
/// - Parameter orderID: ID of the order to select in the list.
629
629
/// - Parameter isTriggeredByUserAction: Reflects if the order selection was triggered by a manual user action and not a view lifecycle update
630
-
/// Practically if the `isTriggeredByUserAction` is true, then the order details will be force presented even if `selectedOrderID` is the same as the new `orderID`
630
+
/// Practically if the `isTriggeredByUserAction` is true, then the order details will be force presented
631
+
/// even if `selectedOrderID` is the same as the new `orderID`
631
632
/// - Returns: Whether the order to select is in the list already (i.e. the order has been fetched and exists locally).
0 commit comments