Event Service Impl
Functions
Link copied to clipboard
Link copied to clipboard
List all events.
Link copied to clipboard
open override fun listAttempts(params: EventListAttemptsParams, requestOptions: RequestOptions): EventListAttemptsPage
open fun listAttempts(eventToken: String, params: EventListAttemptsParams = EventListAttemptsParams.none(), requestOptions: RequestOptions = RequestOptions.none()): EventListAttemptsPage
List all the message attempts for a given event.
Link copied to clipboard
open fun retrieve(eventToken: String, params: EventRetrieveParams = EventRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): Event
Get an event.
Link copied to clipboard
Link copied to clipboard
Returns a view of this service with the given option modifications applied.
Link copied to clipboard
Returns a view of this service that provides access to raw HTTP responses for each method.