Interface WhatsAppContactVerificationQuery
- All Known Implementing Classes:
WhatsAppContactVerificationQueryImpl
Deprecated, for removal: This API element is subject to removal in a future version.
without an alternative, as the WhatsApp Cloud API does not support this and the On-Premise API is being sunset by Meta.
Query to verify a WhatsApp contact.
This only works with the WhatsApp On-Premise API.
It does not work with the WhatsApp Cloud API.
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionbusinessAccountId
(String accountId) Deprecated, for removal: This API element is subject to removal in a future version.The id of the business account that should be used when verifying the contact.Deprecated, for removal: This API element is subject to removal in a future version.The contact that should be verified.contacts
(Collection<String> contacts) Deprecated, for removal: This API element is subject to removal in a future version.The contacts that should be verified.referenceId
(String referenceId) Deprecated, for removal: This API element is subject to removal in a future version.The reference id for the verification.referenceSubType
(String referenceSubType) Deprecated, for removal: This API element is subject to removal in a future version.The sub type of the reference id.referenceType
(String referenceType) Deprecated, for removal: This API element is subject to removal in a future version.The type of the reference id.void
verify()
Deprecated, for removal: This API element is subject to removal in a future version.SeeWhatsAppContactVerificationQuery
for the deprecation reason
-
Method Details
-
contact
Deprecated, for removal: This API element is subject to removal in a future version.The contact that should be verified. -
contacts
Deprecated, for removal: This API element is subject to removal in a future version.The contacts that should be verified. -
businessAccountId
Deprecated, for removal: This API element is subject to removal in a future version.The id of the business account that should be used when verifying the contact. -
referenceId
Deprecated, for removal: This API element is subject to removal in a future version.The reference id for the verification. This would be used when the reply comes from WhatsApp asynchronously. -
referenceType
Deprecated, for removal: This API element is subject to removal in a future version.The type of the reference id. -
referenceSubType
Deprecated, for removal: This API element is subject to removal in a future version.The sub type of the reference id. -
verify
Deprecated, for removal: This API element is subject to removal in a future version.SeeWhatsAppContactVerificationQuery
for the deprecation reasonPerform the contact verification.
-