UIKit.UIActivityItemSource: Method Members

The methods of UIKit.UIActivityItemSource are listed below. For a list of all members, see the UIActivityItemSource Members list.

See Also: Inherited members from Foundation.NSObject

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.