Skip to main content

ICookieActionsListener

Implementation​

In order inject your customized logging for your reports or you want to perform any other action when handling Web cookies, you can implement this class and provide your implementations for different methods available in this listener interface.

This method will get executed after getting the cookie by its name.

onCookies​

This method will get executed after getting all the cookies.

onDelete (name)​

This method will get executed after deleting the cookie by its name.

onDeleteAll​

This method will get executed after deleting all the cookies.