-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FormActivityViewModel #9946
base: master
Are you sure you want to change the base?
Conversation
viewModel.initializeFormInteractor( | ||
metadata, | ||
args.selectedPaymentMethodCode, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I update to use AssistedInjection?
@Singleton | ||
@Component( | ||
modules = [ | ||
SharedPaymentElementViewModelModule::class, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I create a module for FormActivityViewModel or is re-using SharedPaymentElementViewModelModule acceptable?
Diffuse output:
APK
|
c9c8666
to
ccd3d77
Compare
Summary
Add FormActivityViewModel with DefaultFormInteractor to display FormUI on FormActivity
Will rebase once 9919 is merged
Motivation
MOBILESDK-2941
Testing
Screen.Recording.2025-01-21.at.11.42.31.AM.mov
Changelog