Event Subscription Service Async
Types
Link copied to clipboard
interface WithRawResponse
A view of EventSubscriptionServiceAsync that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
abstract suspend fun resend(params: EventEventSubscriptionResendParams, requestOptions: RequestOptions = RequestOptions.none())
open suspend fun resend(eventSubscriptionToken: String, params: EventEventSubscriptionResendParams, requestOptions: RequestOptions = RequestOptions.none())
Resend an event to an event subscription.
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.