UserListener

interface UserListener

A listener to receive user events.

This interface includes all the callbacks needed to listen to user events and to perform the appropriate actions when any of these events are received.

Functions

Link copied to clipboard
abstract fun onUserUpdated(user: User)

Performs any actions that could be required when a existing user is updated.