trigger_feedback_async


Description:

public async bool trigger_feedback_async (Cancellable? cancellable) throws Error

Tells the feedback server to provide proper feedback for the give event to the user.

This is the sync version of [method@LfbEvent.trigger_feedback].

Parameters:

this

The event to trigger feedback for.

cancellable

A Cancellable to cancel the operation or null.

callback

A TaskReadyCallback to call when the request is satisfied or null.

user_data

User data to pass to callback.