IamUtil.getUserCallback()

DESCRIPTION

Get details about a specific user. Runs asynchronously with a callback.

Result and error information is sent to the callback.

DECLARATION

    public abstract void getUserCallback(Connection connection, String username, IamCallback<IamUser> callback)

PARAMETERS

connection:
An established connection to the device
username:
Username of the user to get
callback:
The callback that will be run once the function has completed successfully or erroneously.