Interface PlatformService


  • public interface PlatformService
    Inject → Interface where MobileUI provides platform-specific runtime information
    • Method Detail

      • getOsType

        @Nonnull
        PlatformService.OsType getOsType()
        Returns the operating system's type being one of 'Android' or 'iOS'.
        Returns:
        the operating system's type being one of 'Android' or 'iOS'.
      • getDeviceModel

        @Nonnull
        String getDeviceModel()
        Returns a String describing the device model
        Returns:
        a String describing the device model
      • getDeviceManufacturer

        @Nonnull
        String getDeviceManufacturer()
        Returns a String naming the device's manufacturer
        Returns:
        a String naming the device's manufacturer