buildIcon

abstract suspend fun buildIcon(user: User): IconCompat?

Creates an IconCompat for a given user or null if it cannot be created.

Return

an IconCompat for the given user or null.

Parameters

user

from which the IconCompat should be created.