UIKit.UIActivityItemProvider Class
Abstract class that, when subtyped, can be a proxy for the data of a UIKit.UIActivity.

See Also: UIActivityItemProvider Members

Syntax

[Foundation.Register("UIActivityItemProvider", true)]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_6_0)]
public class UIActivityItemProvider : Foundation.NSOperation

See Also

UIActivity
UIActivityViewController
UIActivityItemSource

Remarks

This class can be used to provide lightweight proxy data to a UIKit.UIActivityViewController. Difference services represented by UIKit.UIActivity classes might require additional processing of the data being sent (for example, one service might take text wrapped in HTML tags while another might require straight text, a service might require images to be converted to a certain format or size, etc.). Rather than perform all that potentially expensive processing for every possible service, a UIKit.UIActivityItemProvider can be used. Once a the particular service is chosen, the UIActivityItemProvider.Item property is accessed and the needed processing can be performed by the application.

If processing is minimal, application developers may choose to implement UIKit.UIActivityItemSource rather than subclass UIKit.UIActivityItemProvider.

The members of this class can be used from a background thread.

Related content

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0