-
public class SystemInfoSystem is a namespace for system-related information.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringPLATFORMprivate final StringVERSIONprivate final StringuserAgentStringpublic final static SystemInfoINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetPLATFORM()The system platform. final StringgetVERSION()final StringgetUserAgentString()-
-
Method Detail
-
getPLATFORM
final String getPLATFORM()
The system platform.
-
getVERSION
final String getVERSION()
-
getUserAgentString
final String getUserAgentString()
-
-
-
-