Interface EndTouchCallback

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

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

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

Return the EndTouchCallback.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