INDProximityDetectionCompletedEventArgs Interface

Definition

Provides arguments for the PlayReady-ND ProximityDetectionCompleted event. Apps fire this event after they complete the proximity detection process.

public interface class INDProximityDetectionCompletedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(712008488, 55845, 20364, 158, 183, 93, 15, 195, 101, 139, 202)]
struct INDProximityDetectionCompletedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(712008488, 55845, 20364, 158, 183, 93, 15, 195, 101, 139, 202)]
/// [Windows.Foundation.Metadata.Deprecated("INDProximityDetectionCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
struct INDProximityDetectionCompletedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(712008488, 55845, 20364, 158, 183, 93, 15, 195, 101, 139, 202)]
public interface INDProximityDetectionCompletedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(712008488, 55845, 20364, 158, 183, 93, 15, 195, 101, 139, 202)]
[Windows.Foundation.Metadata.Deprecated("INDProximityDetectionCompletedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public interface INDProximityDetectionCompletedEventArgs
Public Interface INDProximityDetectionCompletedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

ProximityDetectionRetryCount

Gets the number of retries that occurred during a proximity detection operation.

Applies to