saveAccountAlias

abstract fun saveAccountAlias(accountId: String, alias: String)

Saves account name/alias for the logged-in user.

Parameters

accountId

The ID of the account for which alias should be saved.

Throws

If an I/O error occurs during the deletion process.