setUUID method

BeaconBroadcast setUUID(
  1. String uuid
)

Sets UUID for beacon.

uuid is random string identifier, e.g. "2f234454-cf6d-4a0f-adf2-f4911ba9ffa6"

This parameter is required for the default layout

Implementation

BeaconBroadcast setUUID(String uuid) {
  _uuid = uuid;
  return this;
}