Class ISN_UIActivityType
Activity types for which the system has built-in support.
Inheritance
Inherited Members
Namespace: SA.iOS.Social
Assembly: cs.temp.dll.dll
Syntax
public class ISN_UIActivityType
Fields
AddToReadingList
The object adds the URL to Safari’s reading list
Declaration
public const string AddToReadingList = "com.apple.UIKit.activity.AddToReadingList"
Field Value
Type | Description |
---|---|
System.String |
AirDrop
The object makes the provided content available via AirDrop.
Declaration
public const string AirDrop = "com.apple.UIKit.activity.AirDrop"
Field Value
Type | Description |
---|---|
System.String |
AssignToContact
The object assigns the image to a contact.
Declaration
public const string AssignToContact = "com.apple.UIKit.activity.AssignToContact"
Field Value
Type | Description |
---|---|
System.String |
CopyToPasteboard
The object posts the provided content to the pasteboard.
Declaration
public const string CopyToPasteboard = "com.apple.UIKit.activity.CopyToPasteboard"
Field Value
Type | Description |
---|---|
System.String |
The object posts the provided content to a new email message.
Declaration
public const string Mail = "com.apple.UIKit.activity.Mail"
Field Value
Type | Description |
---|---|
System.String |
MarkupAsPDF
The object opens the content in Pdf.
Declaration
public const string MarkupAsPDF = "com.apple.UIKit.activity.MarkupAsPDF"
Field Value
Type | Description |
---|---|
System.String |
Message
The object posts the provided content to the Messages app.
Declaration
public const string Message = "com.apple.UIKit.activity.Message"
Field Value
Type | Description |
---|---|
System.String |
OpenInIBooks
The object opens the content in iBooks.
Declaration
public const string OpenInIBooks = "com.apple.UIKit.activity.OpenInIBooks"
Field Value
Type | Description |
---|---|
System.String |
PostToFacebook
The object posts the provided content to the user’s wall on Facebook.
Declaration
public const string PostToFacebook = "com.apple.UIKit.activity.PostToFacebook"
Field Value
Type | Description |
---|---|
System.String |
PostToFlickr
The object posts the provided image to the user’s Flickr account.
Declaration
public const string PostToFlickr = "com.apple.UIKit.activity.PostToFlickr"
Field Value
Type | Description |
---|---|
System.String |
PostToTencentWeibo
The object posts the provided content to the user’s Tencent Weibo feed.
Declaration
public const string PostToTencentWeibo = "com.apple.UIKit.activity.TencentWeibo"
Field Value
Type | Description |
---|---|
System.String |
PostToTwitter
The object posts the provided content to the user’s Twitter feed.
Declaration
public const string PostToTwitter = "com.apple.UIKit.activity.PostToTwitter"
Field Value
Type | Description |
---|---|
System.String |
PostToVimeo
The object posts the provided video to the user’s Vimeo account
Declaration
public const string PostToVimeo = "com.apple.UIKit.activity.PostToVimeo"
Field Value
Type | Description |
---|---|
System.String |
PostToWeibo
The object posts the provided content to the user’s Weibo feed.
Declaration
public const string PostToWeibo = "com.apple.UIKit.activity.PostToWeibo"
Field Value
Type | Description |
---|---|
System.String |
The object prints the provided content.
Declaration
public const string Print = "com.apple.UIKit.activity.Print"
Field Value
Type | Description |
---|---|
System.String |
SaveToCameraRoll
The object assigns the image or video to the user’s camera roll.
Declaration
public const string SaveToCameraRoll = "com.apple.UIKit.activity.SaveToCameraRoll"
Field Value
Type | Description |
---|---|
System.String |