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

it.auties.whatsapp.model.companion.CompanionLinkResult Maven / Gradle / Ivy

There is a newer version: 2.7.2
Show newest version
package it.auties.whatsapp.model.companion;

/**
 * The constants of this enumeration describe the various types of results that can be yielded by a new device's registration through the mobile api
 */
public enum CompanionLinkResult {
    /**
     * The device was successfully linked
     */
    SUCCESS,
    /**
     * The limit of devices, as of now four, has already been reached
     */
    MAX_DEVICES_ERROR,
    /**
     * The device couldn't be linked because of an unknown error
     * This usually means that the qr code is no longer valid
     */
    RETRY_ERROR
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy