SyncEngine Class |
Namespace: Unvired.Kernel.Sync
The SyncEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| Instance |
Get SyncEngine singleton instance
| |
| RegisteredCordovaNotificationListener | ||
| RegisteredCustomDataHandler |
Registers a custom data handler for callback. For asynchronous incoming data to the mobile
device a custom data handler can be used to interrupt and handle data in the application layer.
The synchronization layer calls back the registered custom data handler to provide the incoming
data fromm the server.
| |
| RegisteredNotificationListener |
Registers a notification listener. Notification listener informs the application via call back about important
events like the arrival of new data, push notifications, errors, exceptions, etc.
| |
| RegisteredSettingsNotificationListener | ||
| RegisteredSyncConflictHandler |
Get registed sync conflict handler if any registered by application
|
| Name | Description | |
|---|---|---|
| AnyDataReceivePending | ||
| DoSanityCheckForOutBoxAndSentItem | ||
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetBESyncStatus | ||
| GetHashCode | (Inherited from Object.) | |
| GetMobileAppSettings | ||
| GetMobileUserSettings | ||
| GetQueryFunctions | ||
| GetType | (Inherited from Object.) | |
| Initialize |
Initialize SyncEngine. Start DataSender, DataRetriever, AttachmentHandler
| |
| IsBEModified | ||
| IsInOutbox | ||
| IsInSentItems | ||
| IsQueryFunctionExists | ||
| MakeRestAPICall | ||
| MemberwiseClone | (Inherited from Object.) | |
| RegisterForPushNofication | ||
| SendPushNotificationToServer | ||
| SetMobileUserSettings | ||
| SubmitInBackground | ||
| SubmitInForeground | ||
| ToString | (Inherited from Object.) |