AndroidThings.Product

public static final class AndroidThings.Product
extends Object

java.lang.Object
   ↳ com.google.android.things.AndroidThings.Product


AndroidThings product information.

Information about the build configuration on this device, generated from the Android Things console.

Summary

Fields

public static final String BUILD_ID

The id of the build configuration on the device.

public static final String BUILD_NAME

The name of the build configuration on the device.

public static final long BUILD_TIMESTAMP

Timestamp of when the build configuration was created.

Inherited methods

From class java.lang.Object

Fields

BUILD_ID

String BUILD_ID

The id of the build configuration on the device.

BUILD_NAME

String BUILD_NAME

The name of the build configuration on the device.

BUILD_TIMESTAMP

long BUILD_TIMESTAMP

Timestamp of when the build configuration was created.