Do all the checks before login
You are encouraged to use this in place of Client.login() unless you are having more than one client. (This function does not support that right now)
Client.login()
You don't need to call ManagementCenter.validateCommands() if you will login the client with this function
ManagementCenter.validateCommands()
Do all the checks before login
You are encouraged to use this in place of
Client.login()unless you are having more than one client. (This function does not support that right now)You don't need to call
ManagementCenter.validateCommands()if you will login the client with this function