UserManager.Callback

Callback for asynchronous methods

Package com.appliedrec.ver_id

public static interface UserManager.Callback

Methods

onSuccess

Introduced in version

public onSuccess(T)

Invoked when the task succeeds

Parameters

result T
The result of the operation

onFailure

Introduced in version

public onFailure(Exception)

Invoked when the task fails

Parameters

exception java.lang.Exception
Exception that caused the task to fail