Class Leap::PolicyEventArgs

class Leap.PolicyEventArgs : public Leap.LeapEventArgs

Dispatched when a policy change is complete.

Provides the current and previous policies as arguments.

Since

3.0

Properties

UInt64 currentPolicies { get; set; }

Current policy flags

UInt64 oldPolicies { get; set; }

Previous policy flags, if known

bool oldPolicyIsValid { get; set; }

Is the value for the old policy flags valid / known

Since

5.7.0 (plugin)

Device device { get; set; }

The device associated with the policy flag change

Since

5.7.0 (plugin)