com.liferay.portal.kernel.mobile.device
Interface KnownDevices
- All Known Implementing Classes:
- NoKnownDevices
@ProviderType
public interface KnownDevices
getBrands
Set<VersionableName> getBrands()
getBrowsers
Set<VersionableName> getBrowsers()
getDeviceIds
@Deprecated
Map<Capability,Set<String>> getDeviceIds()
- Deprecated. As of 7.0.0, with no direct replacement
getOperatingSystems
Set<VersionableName> getOperatingSystems()
getPointingMethods
Set<String> getPointingMethods()
reload
void reload()
throws Exception
- Throws:
Exception