setUserName

abstract fun setUserName(first: String, last: String): ChatBuilder

Sets a default username. If the username changes invoke this method again and build the new chat to apply the changes. Usually, this should be done with app's lifecycle events automatically. Name is updated with every eligible event, likely will be updated during the authorization step when running build.

Defaults to empty values.