WIMM Labs


com.wimm.framework.service
Class SyncService

java.lang.Object
  extended by com.wimm.framework.service.SyncService

public final class SyncService
extends Object

Class for constants used during WIMM Sync Services.

Refer to WIMM Developer's Guide on Sync Preference settings for more information about developing Sync Preference supported MicroApp.

Since:
WIMM SDK 1.0.4
See Also:
SyncPreference

Nested Class Summary
static class SyncService.Intent
          WIMM sync service Intents and their extras.
 
Constructor Summary
SyncService()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncService

public SyncService()

WIMM Labs