updateAttributeForCurrentUser

open override fun updateAttributeForCurrentUser(    updateAttribute: ProfileScreenViewModel.UpdateAttribute,     newValue: String,     resetStateTimeOut: Long)

Used to update the specified updateAttribute to the newValue for the current user.

Parameters

resetStateTimeOut

the amount of time in millis before the uiState is set back to ProfileScreenViewModel.UiState.IDLE.