social-common / pragma.account / AccountPlugin / onAccountUpdate /
onAccountUpdate #
abstract suspend fun onAccountUpdate(pragmaAccount: PragmaAccount)
Called when an account is updated. Use this to make any desired updates to the user’s account.
Used by
- AccountService.updateDisplayNameServiceV1
- AccountService.updateDisplayNameOperatorV1
Parameters #
pragmaAccount | PragmaAccount of the user being updated. |