package com.codename1.continuity.sync
A small key/value store the platform carries between the devices one person is signed in to, for the handful of durable choices that should follow them everywhere.
Start at SyncedStore. This is a package of its own, rather than part of
com.codename1.continuity, because referencing it is what makes an iOS build ask for the
entitlement that grants a synced store – and an app that only wants to hand work to the device
in the user’s other hand should not have to arrange one.
Types
class SyncedStore | A small key/value store the platform carries between the devices one person signed in to, without them ever being in the same room. |
interface SyncedStoreListener | Notified when the synced store changed because another of the user’s devices wrote to it. |