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

it.auties.whatsapp.api.DisconnectReason Maven / Gradle / Ivy

package it.auties.whatsapp.api;

/**
 * The constants of this enumerated type describe the various reasons for which a session can be
 * terminated
 */
public enum DisconnectReason {
    /**
     * Default errorReason
     */
    DISCONNECTED,

    /**
     * Reconnect
     */
    RECONNECTING,

    /**
     * Logged out
     */
    LOGGED_OUT,

    /**
     * Session restore
     */
    RESTORE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy