Package com.codename1.wearable.spi
package com.codename1.wearable.spi
Internal service-provider interface for the
com.codename1.wearable phone-to-watch API. The
single WearableBridge interface is implemented by each platform port to carry payloads over the
native transport (Apple's WCSession / Google's Wearable Data Layer). Application code does not
use this package directly -- it drives the public com.codename1.wearable API, which obtains the
bridge from the platform implementation.-
InterfacesClassDescriptionInternal service-provider interface implemented by each platform port to carry the
com.codename1.wearableAPI onto the native phone-to-watch transport (Apple'sWCSessionor Google's Wearable Data Layer).