public static interface

BeaconState.BeaconInfo

com.google.android.gms.awareness.state.BeaconState.BeaconInfo

Class Overview

Information from one beacon.

Summary

Public Methods
abstract byte[] getContent()
Return the byte array content of the beacon attachment if it exists.
abstract String getNamespace()
Return the beacon namespace.
abstract String getType()
Return the beacon type.

Public Methods

public abstract byte[] getContent ()

Return the byte array content of the beacon attachment if it exists.

Returns
byte[] Content of the beacon attachment, or null if there is no content.

public abstract String getNamespace ()

Return the beacon namespace.

Returns
String Namespace of the beacon attachment.

public abstract String getType ()

Return the beacon type.

Returns
String Type of the beacon attachment.