Uses of Class
com.sinch.sdk.core.exceptions.ApiMappingException
Package
Description
Conversation API interface for V1 endpoints
Numbers API interface V1
SMS API interface
Verification API interface V1
Make and receive voice calls with our Voice API
-
Uses of ApiMappingException in com.sinch.sdk.domains.conversation.api.v1
Modifier and TypeMethodDescriptionWebHooksService.parseEvent
(String jsonPayload) This function can be called to deserialize received payload onto callback onto proper java verification event class -
Uses of ApiMappingException in com.sinch.sdk.domains.numbers.api.v1
Modifier and TypeMethodDescriptionWebHooksService.parseEvent
(String jsonPayload) This function can be called to deserialize received payload onto callback. -
Uses of ApiMappingException in com.sinch.sdk.domains.sms
Modifier and TypeMethodDescriptionParse and un-serialize incoming webhooks payload -
Uses of ApiMappingException in com.sinch.sdk.domains.verification.api.v1
Modifier and TypeMethodDescriptionWebHooksService.parseEvent
(String jsonPayload) This function can be called to deserialize received payload onto callback onto proper java verification event classWebHooksService.serializeResponse
(VerificationRequestEventResponse response) This function can be called to serialize a verification response to be sent as JSON -
Uses of ApiMappingException in com.sinch.sdk.domains.voice
Modifier and TypeMethodDescriptionWebHooksService.serializeWebhooksResponse
(SVAMLControl response) This function can be called to serialize a Voice response to be sent as JSONWebHooksService.unserializeWebhooksEvent
(String jsonPayload) This function can be called to deserialize received payload onto callback onto proper java Voice event class