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

in.clouthink.daas.edm.push.PushType Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package in.clouthink.daas.edm.push;

/**
 * The message type to adapt the jpush lib.
 */
public enum PushType {

	/**
	 * all the targets
	 */
	All,
	/**
	 * Please use tag_or to replace group
	 */
	@Deprecated Group,
	/**
	 * The target with tag ( or relatioinships )
	 */
	TagOr,
	/**
	 * The target with tag ( and relationship )
	 */
	TagAnd,
	/**
	 * The target alias ( different target can with same alias )
	 */
	Alias,
	/**
	 * Please use alias to replace device
	 */
	@Deprecated Device
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy