-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public final class BeaconRegion extends Region
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Identifier>mIdentifiersprivate final StringmBluetoothAddressprivate final StringmUniqueIdprivate final BeaconParsermBeaconParser
-
Constructor Summary
Constructors Constructor Description BeaconRegion(String uniqueId, BeaconParser beaconParser, String id1, String id2, String id3)BeaconRegion(String uniqueId, String macAddress)BeaconRegion(String uniqueId, BeaconParser beaconParser, List<Identifier> identifiers, String bluetoothAddress)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.altbeacon.beacon.BeaconRegion
clone, describeContents, equals, getBluetoothAddress, getId1, getId2, getId3, getIdentifier, getIdentifiers, getUniqueId, hasSameIdentifiers, hashCode, matchesBeacon, toString, writeToParcel -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BeaconRegion
BeaconRegion(String uniqueId, BeaconParser beaconParser, String id1, String id2, String id3)
-
BeaconRegion
BeaconRegion(String uniqueId, BeaconParser beaconParser, List<Identifier> identifiers, String bluetoothAddress)
-
-
-
-