android.provider
Class Gmail.AttachmentColumns
java.lang.Object
android.provider.Gmail.AttachmentColumns
- All Implemented Interfaces:
- BaseColumns
- Enclosing class:
- Gmail
public static final class Gmail.AttachmentColumns
- extends Object
- implements BaseColumns
The columns that can be requested when querying an attachment's download URI. See
getAttachmentDownloadUri.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS
public static final String STATUS
- Contains a STATUS value from
Downloads
- See Also:
- Constant Field Values
FILENAME
public static final String FILENAME
- The name of the file to open (with ContentProvider.open). If this is empty then continue
to use the attachment's URI.
TODO: I'm not sure that we need this. See the note in CL 66853-p9.
- See Also:
- Constant Field Values
Gmail.AttachmentColumns
public Gmail.AttachmentColumns()
Please submit a feedback, bug or feature