public interface

DataItemAsset

implements Freezable<T>
com.google.android.gms.wearable.DataItemAsset

Class Overview

A reference to an asset stored in a data item. Used to fetch file descriptors using getFdForAsset(GoogleApiClient, DataItemAsset).

Summary

Public Methods
abstract String getDataItemKey()
abstract String getId()
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

Public Methods

public abstract String getDataItemKey ()

Returns
  • the identifier used to address this asset in the context of an existing DataItem.

public abstract String getId ()

Returns
  • the Android Wear-wide unique identifier for a particular asset.