IamUtil.getCurrentUserCallback()
DESCRIPTION
Get details about the user that has opened the current connection to the device. Runs asynchronously with a callback.
Result and error information is sent to the callback.
DECLARATION
public abstract void getCurrentUserCallback(Connection connection, IamCallback<IamUser> callback)
PARAMETERS
connection:
- An established connection to the device
callback:
- The callback that will be run once the function has completed successfully or erroneously.