HSBeaconSettings constructor

HSBeaconSettings({
  1. required String beaconId,
  2. bool debugLogging = false,
  3. String? beaconTitle,
  4. bool? docsEnabled,
  5. bool? messagingEnabled,
  6. bool? chatEnabled,
  7. bool enablePreviousMessages = true,
  8. HSBeaconFocusMode? focusMode,
})

Implementation

HSBeaconSettings({
  required this.beaconId,
  this.debugLogging = false,
  this.beaconTitle,
  this.docsEnabled,
  this.messagingEnabled,
  this.chatEnabled,
  this.enablePreviousMessages = true,
  this.focusMode,
});