Interface DeviceRecognitionProvider


@ProviderType public interface DeviceRecognitionProvider
Author:
Milen Dyankov, Michael C. Han
  • Method Details

    • detectDevice

      Device detectDevice(javax.servlet.http.HttpServletRequest httpServletRequest)
    • getKnownDevices

      KnownDevices getKnownDevices()
    • reload

      void reload() throws Exception
      Throws:
      Exception