public class IOSApplication extends Object implements Application
| Modifier and Type | Class and Description |
|---|---|
static class |
IOSApplication.Delegate |
Application.ApplicationTypeLOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_NONE| Constructor and Description |
|---|
IOSApplication(ApplicationListener listener,
IOSApplicationConfiguration config) |
public IOSApplication(ApplicationListener listener, IOSApplicationConfiguration config)
public org.robovm.apple.uikit.UIViewController getUIViewController()
public org.robovm.apple.uikit.UIWindow getUIWindow()
public ApplicationListener getApplicationListener()
getApplicationListener in interface Applicationpublic Graphics getGraphics()
getGraphics in interface Applicationpublic Audio getAudio()
getAudio in interface Applicationpublic Input getInput()
getInput in interface Applicationpublic Files getFiles()
getFiles in interface Applicationpublic Net getNet()
getNet in interface Applicationpublic void debug(String tag, String message)
debug in interface Applicationpublic void debug(String tag, String message, Throwable exception)
debug in interface Applicationpublic void log(String tag, String message)
log in interface Applicationpublic void log(String tag, String message, Throwable exception)
log in interface Applicationpublic void error(String tag, String message)
error in interface Applicationpublic void error(String tag, String message, Throwable exception)
error in interface Applicationpublic void setLogLevel(int logLevel)
setLogLevel in interface Applicationpublic int getLogLevel()
getLogLevel in interface Applicationpublic void setApplicationLogger(ApplicationLogger applicationLogger)
setApplicationLogger in interface Applicationpublic ApplicationLogger getApplicationLogger()
getApplicationLogger in interface Applicationpublic Application.ApplicationType getType()
getType in interface Applicationpublic int getVersion()
getVersion in interface Applicationpublic long getJavaHeap()
getJavaHeap in interface Applicationpublic long getNativeHeap()
getNativeHeap in interface Applicationpublic Preferences getPreferences(String name)
getPreferences in interface Applicationpublic void postRunnable(Runnable runnable)
postRunnable in interface Applicationpublic void processRunnables()
public void exit()
exit in interface Applicationpublic Clipboard getClipboard()
getClipboard in interface Applicationpublic void addLifecycleListener(LifecycleListener listener)
addLifecycleListener in interface Applicationpublic void removeLifecycleListener(LifecycleListener listener)
removeLifecycleListener in interface Applicationpublic void addViewControllerListener(IOSViewControllerListener listener)
listener - The {#link IOSViewControllerListener} to addCopyright © 2020. All rights reserved.