IamUtil.updateUserDisplayNameCallback()
DESCRIPTION
Update an IAM user’s display name on device. Runs asynchronously with a callback.
Result and error information is sent to the callback.
DECLARATION
public abstract void updateUserDisplayNameCallback(Connection connection, String username, String displayName, IamCallback callback)
PARAMETERS
connection:
- An established connection to the device
username:
- Username for the user that should have display name updated
displayName:
- New display name
callback:
- The callback that will be run once the function has completed successfully or erroneously.