Commit cebd1b5
committed
Add manual push completion handler support for iOS
Added Display.notifyPushCompletion() to allow applications to manually signal when they have finished handling a push notification on iOS.
This is useful for apps that need to perform background tasks (like playing audio) before the app is suspended.
This feature is enabled by setting the build hint `ios.delayPushCompletion` to `true`.1 parent eda5a58 commit cebd1b5
File tree
1 file changed
+6
-0
lines changed- CodenameOne/src/com/codename1/impl
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1263 | 1263 | | |
1264 | 1264 | | |
1265 | 1265 | | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
1266 | 1272 | | |
1267 | 1273 | | |
1268 | 1274 | | |
| |||
0 commit comments