UIKit.UIActivityItemProvider Members

The members of UIKit.UIActivityItemProvider are listed below.

See Also: Inherited members from Foundation.NSOperation

Public Constructors

Default constructor, initializes a new instance of this class.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
ActivityTypeFoundation.NSString. A string identifying the type of activity.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ItemFoundation.NSObject. App devs must override this method, which is called on a background thread, as a factory method for the data-bearing object.
[read-only]
PlaceholderItemFoundation.NSObject. A placeholder item specified at initialization.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIActivityItemProvider object.