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.Types
interface WearableBridge | Internal service-provider interface implemented by each platform port to carry the com.codename1.wearable API onto the native phone-to-watch transport (Apple’s WCSession or Google’s Wearable Data Layer). |