Uses of Class
org.robovm.apple.nearbyinteraction.NINearbyObjectRemovalReason
| Package | Description |
|---|---|
| org.robovm.apple.nearbyinteraction |
-
Uses of NINearbyObjectRemovalReason in org.robovm.apple.nearbyinteraction
Methods in org.robovm.apple.nearbyinteraction that return NINearbyObjectRemovalReason Modifier and Type Method Description static NINearbyObjectRemovalReasonNINearbyObjectRemovalReason. valueOf(long n)Returns the enum constant of this type with the specified name.static NINearbyObjectRemovalReasonNINearbyObjectRemovalReason. valueOf(String name)Returns the enum constant of this type with the specified name.static NINearbyObjectRemovalReason[]NINearbyObjectRemovalReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.nearbyinteraction with parameters of type NINearbyObjectRemovalReason Modifier and Type Method Description voidNISessionDelegate. didRemoveNearbyObjects(NISession session, NSArray<NINearbyObject> nearbyObjects, NINearbyObjectRemovalReason reason)voidNISessionDelegateAdapter. didRemoveNearbyObjects(NISession session, NSArray<NINearbyObject> nearbyObjects, NINearbyObjectRemovalReason reason)