Share via


NISessionDelegate.DidSessionUpdateNearbyObjects Method

Definition

[Foundation.Export("session:didUpdateNearbyObjects:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSessionUpdateNearbyObjects(NearbyInteraction.NISession session, NearbyInteraction.NINearbyObject[] nearbyObjects);
[<Foundation.Export("session:didUpdateNearbyObjects:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSessionUpdateNearbyObjects : NearbyInteraction.NISession * NearbyInteraction.NINearbyObject[] -> unit
override this.DidSessionUpdateNearbyObjects : NearbyInteraction.NISession * NearbyInteraction.NINearbyObject[] -> unit

Parameters

session
NISession
nearbyObjects
NINearbyObject[]

Implements

Attributes

Applies to