-
- 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.
-
-
-
-