Class PlatformUtils


  • public class PlatformUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PlatformUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getPlatform()  
      static boolean isAndroid()  
      static boolean isIOS()  
      static boolean isLinux()  
      static boolean isWindows()  
      • Methods inherited from class java.lang.Object

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

      • PlatformUtils

        public PlatformUtils()
    • Method Detail

      • getPlatform

        public static java.lang.String getPlatform()
      • isAndroid

        public static boolean isAndroid()
      • isIOS

        public static boolean isIOS()
      • isLinux

        public static boolean isLinux()
      • isWindows

        public static boolean isWindows()