Home > @rainway/native > BaseRequestEvent > acceptInternal
BaseRequestEvent.acceptInternal() method
Internal implementation of accepting.
Signature:
protected abstract acceptInternal(options?: TAcceptedOptions): Promise<TAccepted>;
Parameters
Parameter | Type | Description |
---|---|---|
options | TAcceptedOptions | options |
Returns:
Promise<TAccepted>