MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / screenshot

Method screenshot

CodenameOne/src/com/codename1/ui/Display.java:6755–6757  ·  view source on GitHub ↗
(SuccessCallback<Image> callback)

Source from the content-addressed store, hash-verified

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

Callers 4

runMethod · 0.95
captureAndVerifyMethod · 0.45
_save_screenshotFunction · 0.45
captureAndExitMethod · 0.45

Calls

no outgoing calls

Tested by 2

captureAndVerifyMethod · 0.36
captureAndExitMethod · 0.36