Package org.moe

Class IOSLauncher


  • public class IOSLauncher
    extends java.lang.Object
    A launcher class that allows us run extra code before running the actual application. This is mainly used for registering the crash hook on main thread.
    • Constructor Summary

      Constructors 
      Constructor Description
      IOSLauncher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IOSLauncher

        public IOSLauncher()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable