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

Method showForResult

CodenameOne/src/com/codename1/ui/Sheet.java:727–729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

725 ///
726 /// #### Since 7.0
727 public <T> AsyncResource<T> showForResult() {
728 return showForResult(DEFAULT_TRANSITION_DURATION);
729 }
730
731 /// `#showForResult` with a custom slide duration.
732 ///

Callers

nothing calls this directly

Calls 1

showMethod · 0.95

Tested by

no test coverage detected