CupertinoActivityType enum

Represents iOS-supported share activity types, such as AirDrop, Messages, Mail, and others.

This enum is used to identify specific activity types in the iOS share sheet, especially when certain types should be excluded from the share options.

See also: UIActivity.ActivityType

Inheritance
Available extensions

Values

postToFacebook → const CupertinoActivityType
postToTwitter → const CupertinoActivityType
postToWeibo → const CupertinoActivityType
message → const CupertinoActivityType
mail → const CupertinoActivityType
print → const CupertinoActivityType
copyToPasteboard → const CupertinoActivityType
assignToContact → const CupertinoActivityType
saveToCameraRoll → const CupertinoActivityType
addToReadingList → const CupertinoActivityType
postToFlickr → const CupertinoActivityType
postToVimeo → const CupertinoActivityType
postToTencentWeibo → const CupertinoActivityType
airDrop → const CupertinoActivityType
openInIBooks → const CupertinoActivityType
markupAsPDF → const CupertinoActivityType
sharePlay → const CupertinoActivityType
addToHomeScreen → const CupertinoActivityType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CupertinoActivityType>
A constant List of the values in this enum, in order of their declaration.