Package org.brerp.whatsapp.util
Interface IIntegracaoWhatsApp
- All Known Implementing Classes:
IntegracaoWhatsApp,IntegracaoWhatsAppNotreve,IntegracaoWhatsAppPlugZapi
public interface IIntegracaoWhatsApp
-
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleancriarInstancia(String nome) booleansendDocument(String phone, File doc, String fileName, DadosMensagemWhatsApp.MEDIA media) urlSetParameters(String string, List<String> parametros) booleanvalidarNumero(String numero)
-
Method Details
-
autenticar
boolean autenticar() -
atualizarInformacoesDaConexao
void atualizarInformacoesDaConexao() -
desconectar
boolean desconectar() -
sendText
-
sendImage
-
sendDocument
-
validarNumero
-
getBase64Autenticacao
String getBase64Autenticacao() -
getMensagemResposta
String getMensagemResposta() -
criarInstancia
-
urlSetParameters
-