Package 

Enum Abi

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

    
    public enum Abi
    
                        

    Enumeration for Android ABIs.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Method Summary

      Modifier and Type Method Description
      static Abi from(String abiName) Returns the enumeration defined for the given ABI name.
      static Array<Abi> values()
      static Abi valueOf(String name)
      String getName() Returns the ABI name.
      • Methods inherited from class java.lang.Object

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