SocialMediaLabel enum

Social media profile label types.

Label Android iOS
aim
facebook
flickr
gameCenter
gaduGadu
googleTalk
icq
jabber
linkedIn
msn
mySpace
netmeeting
qq
sinaWeibo
skype
tencentWeibo
twitter
yahoo
yelp
other¹
custom

¹ The other label is not natively supported on either platform and will be converted to custom with "other" as the raw string value. It was included to provide a default label that is not arbitrarily one of the supported providers.

Inheritance
Available extensions

Values

aim → const SocialMediaLabel
facebook → const SocialMediaLabel
flickr → const SocialMediaLabel
gameCenter → const SocialMediaLabel
gaduGadu → const SocialMediaLabel
googleTalk → const SocialMediaLabel
icq → const SocialMediaLabel
jabber → const SocialMediaLabel
linkedIn → const SocialMediaLabel
msn → const SocialMediaLabel
mySpace → const SocialMediaLabel
netmeeting → const SocialMediaLabel
qq → const SocialMediaLabel
sinaWeibo → const SocialMediaLabel
skype → const SocialMediaLabel
tencentWeibo → const SocialMediaLabel
twitter → const SocialMediaLabel
yahoo → const SocialMediaLabel
yelp → const SocialMediaLabel
other → const SocialMediaLabel
custom → const SocialMediaLabel

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isSupported bool
no setter
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

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<SocialMediaLabel>
A constant List of the values in this enum, in order of their declaration.