com.google.android.jacquard.sdk.tag

package com.google.android.jacquard.sdk.tag

Classes

Name Description
public class ConnectedJacquardTagImpl extends Object implements ConnectedJacquardTag

Concrete implementation ofConnectedJacquardTag.

public abstract class AdvertisedJacquardTagImpl extends Object implements AdvertisedJacquardTag

Concrete implementation ofAdvertisedJacquardTag.

public interface interface AdvertisedJacquardTag extends JacquardTag

A Jacquard tag that has been discovered during a Bluetooth LE scan.

A connection to the tag can be established by callingJacquardManager.

public interface interface JacquardTag extends Serializable

Based interface for Jacquard tags.

public interface interface ConnectedJacquardTag extends JacquardTag

This is a tag in connected state.

A connected tag is obtained by callingJacquardManager.