setData

fun setData(initials: String, userImage: String?)

Loads the data for the avatar, from the user.

Parameters

user

The User for which we want to show the avatar.


fun setData(user: CallUser)

Loads the data for the avatar, from the user.

Parameters

user

The CallUser for which we want to show the avatar for.


fun setData(text: String)

Sets the text we want to show inside the avatar.

Parameters

text

The text we wish to show inside the view.