InteractionTrackerIdleStateEnteredArgs InteractionTrackerIdleStateEnteredArgs InteractionTrackerIdleStateEnteredArgs InteractionTrackerIdleStateEnteredArgs Class

Definition

Arguments for the IInteractionTrackerOwner.IdleStateEntered callback.

public : sealed class InteractionTrackerIdleStateEnteredArgs : IInteractionTrackerIdleStateEnteredArgspublic sealed class InteractionTrackerIdleStateEnteredArgs : IInteractionTrackerIdleStateEnteredArgsPublic NotInheritable Class InteractionTrackerIdleStateEnteredArgs Implements IInteractionTrackerIdleStateEnteredArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

RequestId RequestId RequestId RequestId

The ID of the request that triggered the callback.

public : int RequestId { get; }public int RequestId { get; }Public ReadOnly Property RequestId As int// This API is not available in Javascript.
Value
int int int int

The ID of the request that triggered the callback.