Share via


CLRegionBeaconsConstraintRangedEventArgs Constructor

Definition

Create a new instance of the CLRegionBeaconsConstraintRangedEventArgs with the specified event data.

public CLRegionBeaconsConstraintRangedEventArgs(CoreLocation.CLBeacon[] beacons, CoreLocation.CLBeaconIdentityConstraint beaconConstraint);
new CoreLocation.CLRegionBeaconsConstraintRangedEventArgs : CoreLocation.CLBeacon[] * CoreLocation.CLBeaconIdentityConstraint -> CoreLocation.CLRegionBeaconsConstraintRangedEventArgs

Parameters

beacons
CLBeacon[]

The value for the Beacons property.

beaconConstraint
CLBeaconIdentityConstraint

The value for the BeaconConstraint property.

Applies to