Commit 0181aba
Remote Delegate Parameter
• Removes the `withDefaultDisplayType` convenience parameter from `OSNotificationDisplayTypeDelegate`'s `willPresentInFocusNotificationWithPayload:withCompletion` method
• This parameter was provided as a convenience for developers so that if they wanted to use the existing default display type, they could just call the callback with this value
• However to simplify things we will remove it, and developers can just call the callback with OneSignal.inFocusDisplayType to achieve the same goal1 parent 9f564fc commit 0181aba
File tree
4 files changed
+4
-4
lines changed- iOS_SDK/OneSignalSDK
- Source
- UnitTests
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | 222 | | |
224 | 223 | | |
225 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1800 | 1800 | | |
1801 | 1801 | | |
1802 | 1802 | | |
1803 | | - | |
| 1803 | + | |
1804 | 1804 | | |
1805 | 1805 | | |
1806 | 1806 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
0 commit comments