Node.js SDK - BaseRequestEvent.onAccepted

Home > @rainway/native > BaseRequestEvent > onAccepted

BaseRequestEvent.onAccepted property

Invoked when the request is accepted.

Signature:

protected onAccepted?: (value: TAccepted) => void;