Interface UserIconBuilder
-
- All Implemented Interfaces:
public interface UserIconBuilderCreates an IconCompat for a given user to be shown on notifications.
-
-
Method Summary
Modifier and Type Method Description abstract IconCompatbuildIcon(UserĀ user)Creates an IconCompat for a given user or null if it cannot be created. -
-
Method Detail
-
buildIcon
abstract IconCompat buildIcon(UserĀ user)
Creates an IconCompat for a given user or null if it cannot be created.
- Parameters:
user- from which the IconCompat should be created.- Returns:
an IconCompat for the given user or null.
-
-
-
-