This repository was archived by the owner on Oct 16, 2025. It is now read-only.
Commit 382b66e
committed
fix: Use NSDictionary for Objective-C compatibility in event listeners
Changed callback parameter types from [String: Any?] to NSDictionary
in addPurchaseUpdatedListener and addPurchaseErrorListener to ensure
Objective-C compatibility for Kotlin Multiplatform interop.1 parent 31149c4 commit 382b66e
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
0 commit comments