IamCallback.run()

DESCRIPTION

Function called when the async operation is completed.

DECLARATION

    void run(IamError error, Optional<T> arg)

PARAMETERS

error:
The resulting error code of the operation.
arg:
Argument containing the resulting data if any.