Interface MoveTouchCallback

All Superinterfaces:
BrowserCallback, BrowserSyncCallback<MoveTouchCallback.Params,MoveTouchCallback.Response>, Callback, SyncCallback<MoveTouchCallback.Params,MoveTouchCallback.Response>

public interface MoveTouchCallback extends BrowserSyncCallback<MoveTouchCallback.Params,MoveTouchCallback.Response>
This callback is invoked when a TouchMoved event is about to be processed by the browser.

Return the MoveTouchCallback.Response.proceed() response to allow the browser to process the event.

Return the MoveTouchCallback.Response.suppress() response to suppress the event.

Important: the engine will be blocked until you return a response from the callback.

Since:
8.0.0