Custom Journey and Data Handling in iOS

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

flashcard set

Earn XP

Description and Tags

Flashcards related to custom journeys, date and time handling, and journey architecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

What function is updated to pass the selected date and time to the Router?

didTapOnViewDateAndTime function

2
New cards

In the updated Router, what is used to display the selected date and time values to the user?

UIAlertController

3
New cards

What type of screen can be opened from a custom journey to improve an application?

out-of-the-box transaction details screen

4
New cards

Where were changes made to inject a custom screen in the out-of-the-box Accounts Journey?

AppDelegate.swift file

5
New cards

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

6
New cards

What are the typical components of a journey architecture?

Router, configuration, and multiple screens

7
New cards

What is a key aspect of configuration classes?

They allow different projects to utilize the product and create multiple variations from it.

8
New cards

What is the function of a use case in journey implementation?

An abstraction around the networking layer that integrates custom business logic into journeys.

9
New cards

What do data models mapped from DBS models allow?

To apply business logic and create specific fields our screens require