Interface StartTouchCallback

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

This callback is invoked when a TouchStarted event is about to be processed by the browser.

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

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