|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wimm.framework.service.SyncService.Intent
public static final class SyncService.Intent
WIMM sync service Intents and their extras.
Refer to WIMM Developer's Guide on Sync Preference settings for more information about developing Sync Preference supported MicroApp.
SyncPreference
Field Summary | |
---|---|
static String |
ACTION_NOTIFY_PREFS_MOD
Broadcast Action: Sent when a change in an application preference settings is detected during a sync process. |
static String |
EXTRA_MODIFIED_PREFS
An ArrayList<String> extra in ACTION_NOTIFY_PREFS_MOD . |
Constructor Summary | |
---|---|
SyncService.Intent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ACTION_NOTIFY_PREFS_MOD
Includes the following extras:
EXTRA_MODIFIED_PREFS
: ArrayList<String>
of preference setting keys
that have changed.
public static final String EXTRA_MODIFIED_PREFS
ArrayList<String>
extra in ACTION_NOTIFY_PREFS_MOD
.
An ArrayList<String>
of preference setting keys that have changed.
Constructor Detail |
---|
public SyncService.Intent()
|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |