-
Notifications
You must be signed in to change notification settings - Fork 696
Remove Deprecated Types & annotations in com.android.paymentsheet #11130
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
Conversation
| */ | ||
| @Deprecated("Please use icon() instead.") | ||
| val drawableResourceId: Int, | ||
| internal val drawableResourceId: Int, |
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.
drawableResourceId is still in use internally.
|
Diffuse output: APK |
jaynewstrom-stripe
left a comment
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.
Could pull some of the test changes out and merge before if you want.
|
Closing as we don't plan to do this in it's entirety -- https://docs.google.com/document/d/1mTW89Blt64w56spywDaJqeD2k8V0hS87MHUGl9pjRwI/edit?tab=t.0. Adding these as separate items: |
Summary
ExperimentalPaymentSheetDecouplingApiMotivation
MOBILESDK-3744
Testing
Screenshots
Changelog