class WhatsAppConnector : ConnectorBase
(source)
<init> |
WhatsAppConnector(: String, : String, : String, : String, : String, : RequestFilter) |
applicationId |
val applicationId: String |
register |
Registers the connector for the specified controller. fun register(controller: ConnectorController): Unit |
send |
Send an event with this connector for the specified delay. fun send(event: Event, callback: ConnectorCallback, delayInMs: Long): Unit |