1/8
Flashcards related to custom journeys, date and time handling, and journey architecture.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What function is updated to pass the selected date and time to the Router?
didTapOnViewDateAndTime function
In the updated Router, what is used to display the selected date and time values to the user?
UIAlertController
What type of screen can be opened from a custom journey to improve an application?
out-of-the-box transaction details screen
Where were changes made to inject a custom screen in the out-of-the-box Accounts Journey?
AppDelegate.swift file
What needs to be commented out to open the default screen instead of a custom one when selecting an account?
Code that handles the redirection to the custom screen
What are the typical components of a journey architecture?
Router, configuration, and multiple screens
What is a key aspect of configuration classes?
They allow different projects to utilize the product and create multiple variations from it.
What is the function of a use case in journey implementation?
An abstraction around the networking layer that integrates custom business logic into journeys.
What do data models mapped from DBS models allow?
To apply business logic and create specific fields our screens require