你好,我正在尝试更新条纹,但当我必须调用PaymentSessionConfig我的代码块,因为PaymentSessionConfig类的同伴是私有的,我不能修改类,因为它是只读的,这里是行:
mPaymentSession = PaymentSession (activity = summaryActivity, config = PaymentSessionConfig)
和错误信息我有:
Cannot access 'Companion': it is private in 'PaymentSessionConfig'
Type mismatch.
Required:
PaymentSessionConfig
Found:
PaymentSessionConfig.Companion
你能分享一下你从哪个SDK版本更新到哪个版本的细节吗?迁移文档涵盖了许多不同版本的详细更改。
你的意思是指一些paymentSessionConfig
,或者你的config
在这里是什么?
查看使用PaymentSessionConfig.Builder()
(github)