Event Service
Types
Link copied to clipboard
interface WithRawResponse
A view of EventService that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun list(params: EventListParams = EventListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): EventListPage
List all events.
Link copied to clipboard
abstract fun listAttempts(params: EventListAttemptsParams, requestOptions: RequestOptions = RequestOptions.none()): 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
abstract fun retrieve(params: EventRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): Event
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.