-
Notifications
You must be signed in to change notification settings - Fork 238
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
Shopper insights rp2 feature selected event button #1247
Shopper insights rp2 feature selected event button #1247
Conversation
} | ||
fun sendSelectedEvent( | ||
buttonType: ButtonType, | ||
presentmentDetails: PresentmentDetails |
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.
I don't think we needed presentment details for this method, just the button type.
@@ -189,19 +188,19 @@ class ShopperInsightsClient internal constructor( | |||
} | |||
|
|||
/** | |||
* Call this method when the PayPal button has been selected/tapped by the buyer. | |||
* Call this method when the PayPal, Venmo or Other button has been successfully displayed to the buyer. |
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.
* Call this method when the PayPal, Venmo or Other button has been successfully displayed to the buyer. | |
* Call this method when the PayPal, Venmo or Other button has been selected/tapped by the buyer. |
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.
One doc string nitpick but LGTM!
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.
Summary of changes
Refactor
sendPayPalSelectedEvent()
andsendVenmoSelectedEvent()
tosendSelectedEvent()
Checklist
Authors
@jwarmkessel
@warmkesselj