Interface MimeTypeIconProvider
-
- All Implemented Interfaces:
public interface MimeTypeIconProviderProvides icons for file attachments.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetIconRes(String mimeType)Returns a drawable resource for the given MIME type. -
-
Method Detail
-
getIconRes
abstract Integer getIconRes(String mimeType)
Returns a drawable resource for the given MIME type.
- Parameters:
mimeType- The MIME type (i.e.- Returns:
The drawable resource for the given MIME type.
-
-
-
-