kotlin-PaymentSessionConfiguration

kotlin- PaymentSessionConfiguration

你好,我正在尝试更新条带,但是当我必须调用 PaymentSessionConfig 我的代码块时,因为 PaymentSessionConfig class 的伴侣是私有的,我无法修改 class,因为它在只读,这里是行:

mPaymentSession = PaymentSession (activity = summaryActivity, config = PaymentSessionConfig)

以及我收到的错误消息:

Cannot access 'Companion': it is private in 'PaymentSessionConfig'
Type mismatch.
Required:
PaymentSessionConfig
Found:
PaymentSessionConfig.Companion

您能否分享您更新的 SDK 版本的详细信息? migration docs 涵盖了各种版本的大量细节更改。

您可能是想引用一些 paymentSessionConfig,或者您的 config 是什么?

请参阅使用 PaymentSessionConfig.Builder() (github)

的示例实现