Package com.sinch.sdk.domains.numbers
Interface WebHooksService
-
public interface WebHooksService
Webhooks serviceCallback events are used to get notified about Numbers usage according to your configured callback URL
- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventNotification
unserializeEventNotification(String jsonPayload)
This function can be called to deserialize received payload onto callback.
-
-
-
Method Detail
-
unserializeEventNotification
EventNotification unserializeEventNotification(String jsonPayload) throws ApiMappingException
This function can be called to deserialize received payload onto callback. Function return Java class instance from un-serialized payload- Parameters:
jsonPayload
- Received payload to be un-serialized- Returns:
- The decoded event notification instance class
- Throws:
ApiMappingException
- Since:
- 1.0
-
-