com.zipwhip.signals.presence.PresenceCategory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zipwhip-api Show documentation
Show all versions of zipwhip-api Show documentation
Java client to support applications powered by the Zipwhip Cloud
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