Table of Contents

Class PermissionOptions

Namespace
Bluetooth.Abstractions.Broadcasting.Options
Assembly
Bluetooth.Abstractions.Broadcasting.dll

Represents permission configuration options for broadcasting operations.

public record PermissionOptions : IEquatable<PermissionOptions>
Inheritance
PermissionOptions
Implements
Inherited Members

Properties

PermissionStrategy

Gets the permission request strategy for this scanning operation.

public PermissionRequestStrategy PermissionStrategy { get; init; }

Property Value

PermissionRequestStrategy

Remarks

Defaults to RequestAutomatically which automatically requests permissions before starting the scan if not already granted.