restoreUserGreeting

abstract suspend fun restoreUserGreeting(userGreeting: UserGreeting): RainbowResult<Unit>

Delete the custom user greeting to have the default one back.

Return

RainbowResult callback

Parameters

userGreeting

UserGreeting the current user greeting to restore.