Task

Generic task definition which allows registration of listeners for the result/error of the task.

Parameters

TResult

The result type of the task.

Inheritors

Functions

Link copied to clipboard

Add a failure listener triggered when the task finishes with an exception

Link copied to clipboard

Add a hCaptcha open listener triggered when the hCaptcha View is displayed

Link copied to clipboard

Add a success listener triggered when the task finishes successfully

Link copied to clipboard

Remove all listeners: success, failure and open listeners

Link copied to clipboard

Remove a failure listener

Link copied to clipboard

Remove a open listener

Link copied to clipboard

Remove a success listener