Package 

Enum JSInterpreter

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum JSInterpreter
    
                        

    An enum that specifies the JS Engine to be used in the app Old Logic uses the legacy code JSC/HERMES loads the respective engine using the revamped logic

    • Method Summary

      Modifier and Type Method Description
      static Array<JSInterpreter> values()
      static JSInterpreter valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait