UIActivityType.AirDrop Property

Definition

Makes the provided object available over AirDrop.

[Foundation.Field("UIActivityTypeAirDrop", "UIKit")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSString AirDrop { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.AirDrop : Foundation.NSString

Property Value

Attributes

Remarks

The object must hold an individual T:AssetsLibrary:ALAsset, NSAttributedString, NSString, NSUrl, UIImage. Or you can provide a collection of those objects by passing an NSDictionary or an NSArray with those objects.

Applies to