| Package | Description |
|---|---|
| org.tigase.mobile.sync |
| Modifier and Type | Method and Description |
|---|---|
static ContactOperations |
ContactOperations.createNewContact(android.content.Context context,
long userId,
String accountName,
boolean isSyncOperation,
BatchOperation batchOperation) |
static void |
ContactOperations.syncStatus(android.content.Context context,
String account,
long rawContactId,
tigase.jaxmpp.core.client.BareJID buddyJid,
tigase.jaxmpp.core.client.xmpp.stanzas.Presence p,
BatchOperation batchOperation) |
static ContactOperations |
ContactOperations.updateExistingContact(android.content.Context context,
long rawContactId,
boolean isSyncOperation,
BatchOperation batchOperation) |
| Constructor and Description |
|---|
ContactOperations(android.content.Context context,
boolean isSyncOperation,
BatchOperation batchOperation) |
ContactOperations(android.content.Context context,
long rawContactId,
boolean isSyncOperation,
BatchOperation batchOperation) |
ContactOperations(android.content.Context context,
long userId,
String accountName,
boolean isSyncOperation,
BatchOperation batchOperation) |
Copyright © 2019. All rights reserved.