am 6e0f74de
: Add a constant for push-only sync requests.
* commit '6e0f74de9304bfda7e31210142dec5813ce46f11': Add a constant for push-only sync requests.
This commit is contained in:
commit
7cb65a2a91
@ -38,9 +38,13 @@ public class Mailbox extends EmailContent implements MailboxColumns, Parcelable
|
||||
*/
|
||||
public static final String SYNC_EXTRA_MAILBOX_ID = "__mailboxId__";
|
||||
/**
|
||||
* Value for {@link #SYNC_EXTRA_MAILBOX_ID} when requesting an account only sync
|
||||
* Value for {@link #SYNC_EXTRA_MAILBOX_ID} when requesting an account only sync.
|
||||
*/
|
||||
public static final long SYNC_EXTRA_MAILBOX_ID_ACCOUNT_ONLY = -2;
|
||||
/**
|
||||
* Value for {@link #SYNC_EXTRA_MAILBOX_ID} when (re)starting push.
|
||||
*/
|
||||
public static final long SYNC_EXTRA_MAILBOX_ID_PUSH_ONLY = -3;
|
||||
/**
|
||||
* Sync extras key when syncing a mailbox to specify how many additional messages to sync.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user