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

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

package it.auties.whatsapp.api;

/**
 * A utility sealed interface to represent methods that can be used to verify a WhatsappWeb Client
 */
public sealed interface WebVerificationHandler permits QrHandler, PairingCodeHandler {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy