|
1 | 1 | # Deprecated classes, methods, properties
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v3.1.9 |
| 5 | + |
| 6 | +### Classes |
| 7 | + |
| 8 | +| Old class | New Class | |
| 9 | +| --------- | --------- | |
| 10 | +| ConnectionManager | N/A | |
| 11 | + |
| 12 | + |
4 | 13 | ## v3.0.159
|
5 | 14 |
|
6 | 15 | ### Methods
|
7 | 16 |
|
8 | 17 | | Old class | Old property | New class | New property |
|
9 |
| -| --------- | ----------- | --------- | ---------- | |
| 18 | +| --------- | ------------ | --------- | ------------ | |
10 | 19 | | MessageRetrievalParams | includeParentMessageText: boolean | MessageRetrievalParams | includeParentMessageInfo: boolean |
|
11 | 20 | | PreviousMessageListQuery | includeParentMessageText: boolean | PreviousMessageListQuery | includeParentMessageInfo: boolean |
|
12 | 21 | | PreviousMessageListQuery | includeReplies: boolean | PreviousMessageListQuery | replyType: ReplyType |
|
|
22 | 31 | ### Methods
|
23 | 32 |
|
24 | 33 | | Old class | Old method | New class | New method |
|
25 |
| -| --------- | ----------- | --------- | ---------- | |
| 34 | +| --------- | ---------- | --------- | ---------- | |
26 | 35 | | GroupChannel | markAsRead(): void | GroupChannel | markAsRead(callback: VoidCallback): Promise<void> |
|
27 | 36 |
|
28 | 37 |
|
|
31 | 40 | ### Methods
|
32 | 41 |
|
33 | 42 | | Old class | Old method | New class | New method |
|
34 |
| -| --------- | ----------- | --------- | ---------- | |
| 43 | +| --------- | ---------- | --------- | ---------- | |
35 | 44 | | GroupChannel | markAsDelivered(): void | SendBird | markAsDelivered(channelUrl: String): void |
|
36 | 45 |
|
37 | 46 |
|
|
40 | 49 | ### Properties
|
41 | 50 |
|
42 | 51 | | Old class | Old property | New class | New property |
|
43 |
| -| --------- | ---------- | --------- | ---------- | |
| 52 | +| --------- | ------------ | --------- | ------------ | |
44 | 53 | | UserMessage | sendingStatus: string | BaseMessage | sendingStatus: string |
|
45 | 54 | | FileMessage | sendingStatus: string | BaseMessage | sendingStatus: string |
|
46 | 55 | | AdminMessage | N/A | BaseMessage | sendingStatus: string |
|
|
63 | 72 | ### Properties
|
64 | 73 |
|
65 | 74 | | Old class | Old property | New class | New property |
|
66 |
| -| --------- | ---------- | --------- | ---------- | |
| 75 | +| --------- | ------------ | --------- | ------------ | |
67 | 76 | | PreviousMessageListQuery | includeReaction: boolean | PreviousMessageListQuery | includeReactions: boolean |
|
68 | 77 | | MessageChangeLogsParams | includeReaction: boolean | MessageChangeLogsParams | includeReactions: boolean |
|
69 | 78 | | MessageListParams | includeReaction: boolean | MessageListParams | includeReactions: boolean |
|
|
148 | 157 | ### Properties
|
149 | 158 |
|
150 | 159 | | Old class | Old property | New class | New property |
|
151 |
| -| --------- | ---------- | --------- | ---------- | |
| 160 | +| --------- | ------------ | --------- | ------------ | |
152 | 161 | | BaseMessageParams | metaArrayKeys: string[] | BaseMessageParams | metaArrays: MessageMetaArray[] |
|
153 | 162 |
|
154 | 163 |
|
|
157 | 166 | ### Properties
|
158 | 167 |
|
159 | 168 | | Old class | Old property | New class | New property |
|
160 |
| -| --------- | ---------- | --------- | ---------- | |
| 169 | +| --------- | ------------ | --------- | ------------ | |
161 | 170 | | UserMessage | requestState: string | UserMessage | sendingStatus: string |
|
162 | 171 | | FileMessage | requestState: string | FileMessage | sendingStatus: string |
|
163 | 172 |
|
|
174 | 183 | ### Methods
|
175 | 184 |
|
176 | 185 | | Old class | Old method | New class | New method/property |
|
177 |
| -| --------- | ---------- | --------- | ---------- | |
| 186 | +| --------- | ---------- | --------- | ------------------- | |
178 | 187 | | SendBird | getCurrentUserId(): string | SendBird | currentUser: User |
|
179 | 188 |
|
180 | 189 |
|
|
200 | 209 | ### Properties
|
201 | 210 |
|
202 | 211 | | Old class | Old property | New class | New property |
|
203 |
| -| --------- | ---------- | --------- | ---------- | |
| 212 | +| --------- | ------------ | --------- | ------------ | |
204 | 213 | | GroupChannel | isPushEnabled: boolean | GroupChannel | myPushTriggerOption: string |
|
205 | 214 |
|
206 | 215 |
|
|
225 | 234 | ### Properties
|
226 | 235 |
|
227 | 236 | | Old class | Old property | New class | New property |
|
228 |
| -| --------- | ---------- | --------- | ---------- | |
| 237 | +| --------- | ------------ | --------- | ------------ | |
229 | 238 | | UserMessageParams | targetLanguages: string[] | UserMessageParams | translationTargetLanguages: string[] |
|
230 | 239 |
|
231 | 240 |
|
|
257 | 266 | ### Properties
|
258 | 267 |
|
259 | 268 | | Old class | Old property | New class | New property |
|
260 |
| -| --------- | ---------- | --------- | ---------- | |
| 269 | +| --------- | ------------ | --------- | ------------ | |
261 | 270 | | GroupChannelListQuery | customTypeFilter: string | GroupChannelListQuery | customTypesFilter: string[] |
|
262 | 271 |
|
263 | 272 |
|
|
0 commit comments