Interface IDeviceManager

  • All Known Implementing Classes:
    DummyDeviceManager, WurflDeviceManager

    public interface IDeviceManager
    Discover the device informations.
    Since:
    6.0.0
    Version:
    $Revision: 24784 $ $Date: 2021-12-07 00:51:07 -0300 (Tue, 07 Dec 2021) $
    • Method Detail

      • discoverDevice

        IDevice discoverDevice​(java.lang.String userAgent)
        Returns one Device according with the lumUserAgent informed on parameter.
        Parameters:
        userAgent - the user agent of the device.
        Returns:
        the device informations.