IamUtil.deleteUserCallback()
DESCRIPTION
Delete the specified user from device. Runs asynchronously with a callback.
Result and error information is sent to the callback.
DECLARATION
public abstract void deleteUserCallback(Connection connection, String username, IamCallback callback)
PARAMETERS
connection:
- An established connection to the device
username:
- Username of the user to delete
callback:
- The callback that will be run once the function has completed successfully or erroneously.