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

io.github.robertograham.fortnite2.xmpp.domain.enumeration.Status Maven / Gradle / Ivy

package io.github.robertograham.fortnite2.xmpp.domain.enumeration;

/**
 * Type of presence a friend can have
 */
public enum Status {

    ONLINE, AWAY, OFFLINE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy