INDProximityDetectionCompletedEventArgs
INDProximityDetectionCompletedEventArgs
INDProximityDetectionCompletedEventArgs
INDProximityDetectionCompletedEventArgs
Interface
Definition
Provides arguments for the PlayReady-ND ProximityDetectionCompleted event. Apps fire this event after they complete the proximity detection process.
public : interface INDProximityDetectionCompletedEventArgspublic interface INDProximityDetectionCompletedEventArgsPublic Interface INDProximityDetectionCompletedEventArgs// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
ProximityDetectionRetryCount ProximityDetectionRetryCount ProximityDetectionRetryCount ProximityDetectionRetryCount
Gets the number of retries that occurred during a proximity detection operation.
public : unsigned int ProximityDetectionRetryCount { get; }public uint ProximityDetectionRetryCount { get; }Public ReadOnly Property ProximityDetectionRetryCount As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The number of retries that occurred during a proximity detection operation.