All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mngsk.devicedetector.client.MobileAppClientParser Maven / Gradle / Ivy

Go to download

The Universal Device Detection library that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models.

There is a newer version: 1.0.10
Show newest version
package io.github.mngsk.devicedetector.client;

import com.fasterxml.jackson.databind.ObjectMapper;

public class MobileAppClientParser extends AbstractClientParser {

	public MobileAppClientParser() {
		super("mobile app", "regexes/client/mobile_apps.yml");
	}

	public MobileAppClientParser(ObjectMapper objectMapper) {
		super("mobile app", "regexes/client/mobile_apps.yml", objectMapper);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy