Class NotifyEvent
java.lang.Object
com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
com.sinch.sdk.domains.voice.models.webhooks.NotifyEvent
This is the general callback used to send notifications. It's a POST request to the specified
calling callback URL.
If there is no response to the callback within the timeout period, the notification is discarded.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
NotifyEvent.Builder<B extends NotifyEvent.Builder<B>>
-
Method Summary
Methods inherited from class com.sinch.sdk.domains.voice.models.webhooks.WebhooksEvent
getCallId, getVersion
-
Method Details
-
getCustom
An optional parameter containing notification-specific information- Returns:
- custom value
-
getType
The type of information communicated in the notification- Returns:
- type value
-
toString
- Overrides:
toString
in classWebhooksEvent
-
builder
-