BTPresentmentDetails
public class BTPresentmentDetails
BTPresentmentDetails Configure detailed information about the presented button.
Warning
This class is in beta. It’s public API may change or be removed in future releases.-
Detailed information, including button order, experiment type, and page type about the payment button that is sent to analytics to help improve the Shopper Insights feature experience.
Warning
This class is in beta. It’s public API may change or be removed in future releases.Declaration
Swift
public init( buttonOrder: BTButtonOrder, experimentType: BTExperimentType, pageType: BTPageType )Parameters
buttonOrderThe order or ranking in which payment buttons appear.
experimentTypeThe experiment type that is sent to analytics to help improve the Shopper Insights feature experience.
pageTypeThe type of page where the payment button is displayed or where an event occured.
View on GitHub