CloudSpatialAnchorSession.TelemetryEnabled Property

Definition

public bool TelemetryEnabled { get; set; }
member this.TelemetryEnabled : bool with get, set
Public Property TelemetryEnabled As Boolean

Property Value

Remarks

This API can be used to enable or disable Azure Spatial Anchors SDK telemetry. ASA SDK telemetry is enabled by default. If disabled, ASA SDK will not log any telemetry event for this session. Applications that need to disable ASA SDK telemetry completely can use this API before calling CloudSpatialAnchorSession::Start, which would result in no telemetry event being sent for that CloudSpatialAnchorSession instance.

Applies to