ShareCupertinoActivityType
Inherits: Enum
iOS/macOS activity types that can be excluded from the share sheet.
Properties
-
ADD_TO_HOME_SCREEN–Add to home screen.
-
ADD_TO_READING_LIST–Add to reading list.
-
AIR_DROP–AirDrop.
-
ASSIGN_TO_CONTACT–Assign to contact.
-
COLLABORATION_COPY_LINK–Collaboration copy link.
-
COLLABORATION_INVITE_WITH_LINK–Collaboration invite with link.
-
COPY_TO_PASTEBOARD–Copy to clipboard.
-
MAIL–Share via Mail.
-
MARKUP_AS_PDF–Markup as PDF.
-
MESSAGE–Share via Messages.
-
OPEN_IN_IBOOKS–Open in iBooks.
-
POST_TO_FACEBOOK–Share to Facebook.
-
POST_TO_FLICKR–Post to Flickr.
-
POST_TO_TENCENT_WEIBO–Post to Tencent Weibo.
-
POST_TO_TWITTER–Share to Twitter.
-
POST_TO_VIMEO–Post to Vimeo.
-
POST_TO_WEIBO–Share to Weibo.
-
PRINT–Send to printer.
-
SAVE_TO_CAMERA_ROLL–Save to camera roll.
-
SHARE_PLAY–SharePlay.
Properties#
ADD_TO_HOME_SCREEN = 'addToHomeScreen'
class-attribute
instance-attribute
#
Add to home screen.
ADD_TO_READING_LIST = 'addToReadingList'
class-attribute
instance-attribute
#
Add to reading list.
AIR_DROP = 'airDrop'
class-attribute
instance-attribute
#
AirDrop.
ASSIGN_TO_CONTACT = 'assignToContact'
class-attribute
instance-attribute
#
Assign to contact.
COLLABORATION_COPY_LINK = 'collaborationCopyLink'
class-attribute
instance-attribute
#
Collaboration copy link.
COLLABORATION_INVITE_WITH_LINK = 'collaborationInviteWithLink'
class-attribute
instance-attribute
#
Collaboration invite with link.
COPY_TO_PASTEBOARD = 'copyToPasteboard'
class-attribute
instance-attribute
#
Copy to clipboard.
MAIL = 'mail'
class-attribute
instance-attribute
#
Share via Mail.
MARKUP_AS_PDF = 'markupAsPDF'
class-attribute
instance-attribute
#
Markup as PDF.
MESSAGE = 'message'
class-attribute
instance-attribute
#
Share via Messages.
OPEN_IN_IBOOKS = 'openInIBooks'
class-attribute
instance-attribute
#
Open in iBooks.
POST_TO_FACEBOOK = 'postToFacebook'
class-attribute
instance-attribute
#
Share to Facebook.
POST_TO_FLICKR = 'postToFlickr'
class-attribute
instance-attribute
#
Post to Flickr.
POST_TO_TENCENT_WEIBO = 'postToTencentWeibo'
class-attribute
instance-attribute
#
Post to Tencent Weibo.
POST_TO_TWITTER = 'postToTwitter'
class-attribute
instance-attribute
#
Share to Twitter.
POST_TO_VIMEO = 'postToVimeo'
class-attribute
instance-attribute
#
Post to Vimeo.
POST_TO_WEIBO = 'postToWeibo'
class-attribute
instance-attribute
#
Share to Weibo.
PRINT = 'print'
class-attribute
instance-attribute
#
Send to printer.
SAVE_TO_CAMERA_ROLL = 'saveToCameraRoll'
class-attribute
instance-attribute
#
Save to camera roll.
SHARE_PLAY = 'sharePlay'
class-attribute
instance-attribute
#
SharePlay.