android.provider
Class Gmail.Settings
java.lang.Object
android.provider.Gmail.Settings
- Enclosing class:
- Gmail
public static class Gmail.Settings
- extends Object
Settings for which conversations should be synced to the phone.
Conversations are synced if any message matches any of the following
criteria:
- the message has a label in the include set
- the message is no older than conversationAgeDays and has a label in the partial set.
- also, pending changes on the server: the message has no user-controllable labels.
A user-controllable label is a user-defined label or star, inbox,
trash, spam, etc. LABEL_UNREAD is not considered user-controllable.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conversationAgeDays
public long conversationAgeDays
maxAttachmentSizeMb
public long maxAttachmentSizeMb
labelsIncluded
public String[] labelsIncluded
labelsPartial
public String[] labelsPartial
Gmail.Settings
public Gmail.Settings()
Please submit a feedback, bug or feature