public class StartupQuery
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StartupQuery.AbortedExceptionException not being caught by the crash report generation logic. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | abort() | 
| static boolean | check() | 
| static boolean | confirm(java.lang.String text) | 
| void | finish() | 
| java.lang.Boolean | getResult() | 
| java.lang.String | getText() | 
| boolean | isSynchronous() | 
| static void | notify(java.lang.String text) | 
| static void | reset() | 
| void | setResult(boolean result) | 
public static boolean confirm(java.lang.String text)
public static void notify(java.lang.String text)
public static void abort()
public static void reset()
public static boolean check()
@Nullable public java.lang.Boolean getResult()
public void setResult(boolean result)
public java.lang.String getText()
public boolean isSynchronous()
public void finish()