-
public interface TargetNodeIdA selector for a Node to connect with over the data client without needing to resolve ahead of time. The implementations could be anything from a hardcoded value to querying the CapabilityClient.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTargetNodeId.ThisNodeIdA reference to the Node for this device.
public classTargetNodeId.PairedPhoneA reference to the single paired node for the connected phone. All wear devices must have a single connected device, although it may not be available.
public final classTargetNodeId.SpecificNodeIdA reference to a specific node id, via prior configuration.
public classTargetNodeId.Companion
-
Method Summary
Modifier and Type Method Description abstract Stringevaluate(WearDataLayerRegistry dataLayerRegistry)Return the node id for the given strategy. -
-
Method Detail
-
evaluate
abstract String evaluate(WearDataLayerRegistry dataLayerRegistry)
Return the node id for the given strategy.
-
-
-
-