Package com.codename1.nearby.spi
package com.codename1.nearby.spi
The service-provider interface each port implements to carry
com.codename1.nearby onto the platform's short-range stacks.
Not part of the public API. Application code uses
Ranging,
CompanionDevices and
NearbyTransport; those find the bridge
through com.codename1.ui.Display#getNearbyBridge(), and the base
implementation returns null so every port that implements nothing
degrades identically.
-
InterfacesClassDescriptionInternal service-provider interface implemented by each platform port to carry the
com.codename1.nearbyAPI onto the native short-range stacks: Apple's Nearby Interaction, MultipeerConnectivity and AccessorySetupKit, Android's Jetpack UWB, Nearby Connections andCompanionDeviceManager.