com.google.android.jacquard.sdk.util

package com.google.android.jacquard.sdk.util

Classes

Name Description
public interface interface Function<T>

Represents a function that accepts one argument and does not produces a result.

This is a functional interface whose functional method isFunction.

public class BluetoothUtils extends Object

Holds utility methods for checking the state of theBluetoothAdapter.

public class JQUtils extends Object

Class for utility apis.

public class Fragmenter extends Object

Class for decomposing and decoding byte data received from the jacquard tag.

public static class Fragmenter.VarInt extends Object

Class for parsing/generating protocol buffer compatible VarInts.

public abstract class SdkTypeAdapterFactory extends Object

TypeFactory for all serializable auto values.

public final class BluetoothSig extends Object

A representation of GATT services assigned by the Bluetooth SIG

values from https://www.bluetooth.com/specifications/gatt/services

public final class Lists extends Object

Helper function for list operations.

public static class Lists.UnmodifiableListBuilder<E> extends Object

Builder for an unmodifiable list.

public final class FileLogger extends Object

Wrapper to save data to file.

public final class Objects extends Object

Helper functions for Objects.

public final class StringUtils extends Object

Util class with methods related to string.