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

com.zipwhip.signals.presence.PresenceCategory Maven / Gradle / Ivy

The newest version!
package com.zipwhip.signals.presence;

import java.io.Serializable;

/**
 * Created by IntelliJ IDEA.
 * User: Michael
 * Date: 6/28/11
 * Time: 2:45 PM
 *
 * When they connect, they have to declare their category.
 *
 */
public enum PresenceCategory implements Serializable {

    Phone, Browser, Tablet, Desktop, TV, Car, NONE

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy