Summary: Methods | Inherited Methods
public
static
final
class
ContentResolver.MimeTypeInfo
extends Object
Detailed description of a specific MIME type, including an icon and label that describe the type.
Summary
Public methods | |
|---|---|
CharSequence
|
getContentDescription()
Return a content description for this MIME type. |
Icon
|
getIcon()
Return a visual representation of this MIME type. |
CharSequence
|
getLabel()
Return a textual representation of this MIME type. |
Inherited methods | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
From class
| |||||||||||||||||||||||
Public methods
getContentDescription
public CharSequence getContentDescription ()
Return a content description for this MIME type.
| Returns | |
|---|---|
CharSequence |
This value cannot be null. |
getIcon
public Icon getIcon ()
Return a visual representation of this MIME type. This can be styled
using Icon.setTint(int) to match surrounding UI.
| Returns | |
|---|---|
Icon |
This value cannot be null. |
getLabel
public CharSequence getLabel ()
Return a textual representation of this MIME type.
| Returns | |
|---|---|
CharSequence |
This value cannot be null. |