Table of Contents

Interface IHooks

Namespace
Styra.Opa.OpenApi.Hooks
Assembly
Styra.Opa.dll
public interface IHooks

Methods

RegisterAfterErrorHook(IAfterErrorHook)

void RegisterAfterErrorHook(IAfterErrorHook hook)

Parameters

hook IAfterErrorHook

RegisterAfterSuccessHook(IAfterSuccessHook)

void RegisterAfterSuccessHook(IAfterSuccessHook hook)

Parameters

hook IAfterSuccessHook

RegisterBeforeRequestHook(IBeforeRequestHook)

void RegisterBeforeRequestHook(IBeforeRequestHook hook)

Parameters

hook IBeforeRequestHook

RegisterSDKInitHook(ISDKInitHook)

void RegisterSDKInitHook(ISDKInitHook hook)

Parameters

hook ISDKInitHook