| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.device |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeviceInfo
Provides informations about the client device in which application is running.
|
| Modifier and Type | Method and Description |
|---|---|
static UserAgentInspector |
UserAgentInspector.create(String userAgentHeader,
String httpAcceptHeader)
Build a UserAgentInspector instance using given header values
|
static UserAgentInspector |
UserAgentInspector.create(com.vaadin.flow.server.VaadinRequest request)
Build a UserAgentInspector instance using a
VaadinRequest |
| Modifier and Type | Method and Description |
|---|---|
static DeviceInfo |
DeviceInfo.create(com.vaadin.flow.component.UI ui,
UserAgentInspector userAgentInspector)
Create a new
DeviceInfo for given UI, using the provided UserAgentInspector. |
Copyright © 2019 The Holon Platform. All rights reserved.