UIKit.UIActivity Members

The members of UIKit.UIActivity are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

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]
static
CategoryUIActivityCategory. The category of the UIActivity, which may be used to group activities in the UI.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
ImageUIImage. An image that identifies the service to the app user.
[read-only]
Titlestring. A string describing the service to the app user.
[read-only]
TypeFoundation.NSString. Identifier for the service provided.
[read-only]
ViewControllerUIViewController. The UIViewController to present to the app user.

Public Methods

CanPerform(Foundation.NSObject[]) : bool
Whether the service can act on the specified data items.
Finished(bool)
Notifies the system that this UIActivity has completed its work.
Perform()
Performs the service when no custom UIViewController is provided.
Prepare(Foundation.NSObject[])
Prepares the service to act on the specified data.

Protected Methods

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