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

com.github.arachnidium.model.support.annotations.MobileContextNamePatterns Maven / Gradle / Ivy

The newest version!
package com.github.arachnidium.model.support.annotations;

public interface MobileContextNamePatterns {
	/**
	 * "NATIVE_APP". It is native content of mobile app.
	 */
	public static final String NATIVE = "NATIVE_APP";
	/**
	 * "WEBVIEW". It is web/HTML content of mobile hybrid app.
	 */
	public static final String WEBVIEW = "WEBVIEW";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy