(SuccessCallback<Image> callback)
| 6753 | /// - `callback`: will be invoked on the EDT with a screenshot |
| 6754 | /// |
| 6755 | public void screenshot(SuccessCallback<Image> callback) { |
| 6756 | impl.screenshot(callback); |
| 6757 | } |
| 6758 | |
| 6759 | /// Notifies the platform that push notification processing is complete. |
| 6760 | /// This is useful on iOS where the app is woken up in the background to handle |
no outgoing calls