BeaconState.BeaconInfo

public static interfaceBeaconState.BeaconInfo

Information from one beacon.

Public Method Summary

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

Public Methods

public abstract byte[] getContent()

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

Returns
  • Content of the beacon attachment, or null if there is no content.

public abstractStringgetNamespace()

Return the beacon namespace.

Returns
  • Namespace of the beacon attachment.

public abstractStringgetType()

Return the beacon type.

Returns
  • Type of the beacon attachment.