Commit 274261b
authored
fix: align
- iOS: change `findMessageList` bridge param type from `NSDictionary` to `NSArray`
- Android: change `findMessageList` bridge param type from `ReadableMap` to `ReadableArray`
- JS: fix `findMessageList` return type from `MessageItem[]` to `SearchMessageResult`findMessageList params and return type across JS and native bridges (#99)1 parent 573ccfc commit 274261b
3 files changed
Lines changed: 4 additions & 4 deletions
File tree
- android/src/main/java/com/openimsdkrn
- ios
- src
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
610 | 610 | | |
611 | 611 | | |
612 | 612 | | |
613 | | - | |
614 | | - | |
| 613 | + | |
| 614 | + | |
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
707 | | - | |
| 707 | + | |
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments