Hi!
I would like to use the SfAvatarView to create an avatar (user edits and creates its own avatar in the app), when the avatar is done, I want to use that inside sfchat view (on both sender and reciver side).
SfSchat uses a Author class, in that class there is a property called Avatar of the type ImageSource.
So the only way I see this to work is to create a image from SfAvatarView and attach that to the ImageSource that is in the Author class.
1. So, is this the best way to go (the image needs to be sent to a reciver-side anyway)?
2, If so, how do I create a an image (ImageSource) of the avatar that was made using SfAvatarView?
The image can exists only in memory, don't need to save it to the gallery, the image will later be converted to string and saved to a specific app repository.