Share via


INISessionDelegate.DidSessionUpdateNearbyObjects Method

Definition

[Foundation.Export("session:didUpdateNearbyObjects:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSessionUpdateNearbyObjects(NearbyInteraction.NISession session, NearbyInteraction.NINearbyObject[] nearbyObjects);
[<Foundation.Export("session:didUpdateNearbyObjects:")>]
[<Foundation.OptionalMember>]
[<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[]
Attributes

Applies to