INISessionDelegate.DidSessionRemoveNearbyObjects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("session:didRemoveNearbyObjects:withReason:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSessionRemoveNearbyObjects(NearbyInteraction.NISession session, NearbyInteraction.NINearbyObject[] nearbyObjects, NearbyInteraction.NINearbyObjectRemovalReason reason);
[<Foundation.Export("session:didRemoveNearbyObjects:withReason:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSessionRemoveNearbyObjects : NearbyInteraction.NISession * NearbyInteraction.NINearbyObject[] * NearbyInteraction.NINearbyObjectRemovalReason -> unit
override this.DidSessionRemoveNearbyObjects : NearbyInteraction.NISession * NearbyInteraction.NINearbyObject[] * NearbyInteraction.NINearbyObjectRemovalReason -> unit
Parameters
- session
- NISession
- nearbyObjects
- NINearbyObject[]
- reason
- NINearbyObjectRemovalReason
- Attributes