This commit is contained in:
2026-03-27 10:43:41 +07:00
parent 4fc9504766
commit 0a3921b586
30 changed files with 342 additions and 52 deletions

View File

@ -12727,6 +12727,55 @@
}
]
},
{
"kind": "Var",
"name": "IAPUserCancelActionNotification",
"printedName": "IAPUserCancelActionNotification",
"children": [
{
"kind": "TypeNominal",
"name": "Name",
"printedName": "Foundation.NSNotification.Name",
"usr": "c:@T@NSNotificationName"
}
],
"declKind": "Var",
"usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ",
"mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavpZ",
"moduleName": "M2Kit",
"static": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"Custom",
"AccessControl",
"RawDocComment"
],
"isLet": true,
"hasStorage": true,
"accessors": [
{
"kind": "Accessor",
"name": "Get",
"printedName": "Get()",
"children": [
{
"kind": "TypeNominal",
"name": "Name",
"printedName": "Foundation.NSNotification.Name",
"usr": "c:@T@NSNotificationName"
}
],
"declKind": "Accessor",
"usr": "s:5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ",
"mangledName": "$s5M2Kit0A3IAPV31IAPUserCancelActionNotificationSo18NSNotificationNameavgZ",
"moduleName": "M2Kit",
"static": true,
"implicit": true,
"accessorKind": "get"
}
]
},
{
"kind": "Var",
"name": "IAPProductStatusUpdatedNotification",
@ -25329,7 +25378,7 @@
"kind": "StringLiteral",
"offset": 131,
"length": 6,
"value": "\"5.27\""
"value": "\"5.28\""
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
@ -25348,14 +25397,21 @@
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral",
"offset": 752,
"offset": 707,
"length": 33,
"value": "\"IAPUserCancelActionNotification\""
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral",
"offset": 917,
"length": 37,
"value": "\"IAPProductStatusUpdatedNotification\""
},
{
"filePath": "\/Users\/cuongkc\/Projects\/M2Kit\/M2Kit\/Public\/M2IAP.swift",
"kind": "StringLiteral",
"offset": 945,
"offset": 1110,
"length": 41,
"value": "\"IAPProductsAvailableChangedNotification\""
},

View File

@ -494,6 +494,7 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public struct M2IAP {
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)

View File

@ -494,6 +494,7 @@ public let m2Version: Swift.String
@_Concurrency.MainActor public struct M2IAP {
@_Concurrency.MainActor public static let IAPPurchasedSuccessNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPPurchasedFailNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPUserCancelActionNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductStatusUpdatedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static let IAPProductsAvailableChangedNotification: Foundation.Notification.Name
@_Concurrency.MainActor public static func setup(iapId: Swift.String)