ICustomEventResponse

The response object of the CustomEvent publish API. It extends the IOperationResponse object.

Functions

The extra functions available in the ICustomEventResponse other than those in IOperationResponse are shown as follows:

getResponseData

Use this function to get response data from the custom event publish response.
getResponseData(): ICustomEventResponseData;