-
public class DisplayedScreenRepresents the currently visible screen presented in PaymentFragment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDisplayedScreen.NothingDefault state - nothing visible
public classDisplayedScreen.BankSelectionBottomSheetBottom sheet for selecting a bank to pay with.
public classDisplayedScreen.MoreInformationFragmentMore information screen.
public classDisplayedScreen.InstallAppBottomSheetPrompt for the user to install the selected banking app.
public classDisplayedScreen.OpenWithBottomSheetPrompt for the user to select another application to share the payment request through.
public classDisplayedScreen.ShareSheetOS native share sheet.
public classDisplayedScreen.ReviewScreenPayment details review screen.
public classDisplayedScreen.PaymentComponentBottomSheetEntrypoint to the payment flow - shows which bank is selected (or prompts the user to choose a payment provider if there is no previous selection) for making the payment.
-