Interface IOSInformation


public interface IOSInformation
OS Information
Author:
I-D Media AG
  • Method Details

    • getOsName

      @NotNull @NotNull String getOsName()
      The OS Name, e.g. Mac OS X.
      Returns:
    • getVersion

      @NotNull @NotNull String getVersion()
      OS Version, e.g. 10.14.3.
      Returns:
    • getArchitecture

      @NotNull @NotNull String getArchitecture()
      The Architecture, e.g. x86_64.
      Returns: