1
This commit is contained in:
@@ -20,5 +20,7 @@ internal protocol StoreKitServiceDelegate: AnyObject {
|
||||
|
||||
/// 已购买交易订单更新
|
||||
func service(_ service: StoreKitService, didUpdatePurchasedTransactions efficient: [Transaction], latests: [Transaction])
|
||||
|
||||
/// 某个交易完成(验证成功)
|
||||
func service(_ service: StoreKitService, didCompletePurchaseFor productId: String, payload: String)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user