UIKit.UIActivityItemSource Members

The members of UIKit.UIActivityItemSource are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Default constructor, initializes a new instance of this class.
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 Methods

GetDataTypeIdentifierForActivity(UIActivityViewController, Foundation.NSString) : string
If the specified activityType provides NSData, this method returns the Uniform Type Identifier (UTI) of the item.
abstract
GetItemForActivity(UIActivityViewController, Foundation.NSString) : Foundation.NSObject
The data object to be acted upon for the specified activityType .
abstract
GetPlaceholderData(UIActivityViewController) : Foundation.NSObject
The placeholder object for the data.
GetSubjectForActivity(UIActivityViewController, Foundation.NSString) : string
Returns the subject for the specified activityType .
GetThumbnailImageForActivity(UIActivityViewController, Foundation.NSString, CoreGraphics.CGSize) : UIImage
Returns the preview image for the specified activityType.