SocialMediaLabel enum
Social media labels
Label | Android | iOS |
---|---|---|
aim | ✔ | ✔ |
baiduTieba | ⨯ | ⨯ |
discord | ⨯ | ⨯ |
⨯ | ✔ | |
flickr | ⨯ | ✔ |
gaduGadu | ⨯ | ✔ |
gameCenter | ⨯ | ✔ |
googleTalk | ✔ | ✔ |
icq | ✔ | ✔ |
⨯ | ⨯ | |
jabber | ✔ | ✔ |
line | ⨯ | ⨯ |
⨯ | ✔ | |
medium | ⨯ | ⨯ |
messenger | ⨯ | ⨯ |
msn | ✔ | ✔ |
myspace | ⨯ | ✔ |
netmeeting | ✔ | ⨯ |
⨯ | ⨯ | |
qqchat | ✔ | ✔ |
qzone | ⨯ | ⨯ |
⨯ | ⨯ | |
sinaWeibo | ⨯ | ✔ |
skype | ✔ | ✔ |
snapchat | ⨯ | ⨯ |
telegram | ⨯ | ⨯ |
tencentWeibo | ⨯ | ✔ |
tikTok | ⨯ | ⨯ |
tumblr | ⨯ | ⨯ |
⨯ | ✔ | |
viber | ⨯ | ⨯ |
⨯ | ⨯ | |
⨯ | ⨯ | |
yahoo | ✔ | ✔ |
yelp | ✔ | ✔ |
youtube | ⨯ | ⨯ |
zoom | ⨯ | ⨯ |
other | ⨯ | ⨯ |
custom | ✔ | ✔ |
Constants
- aim → const SocialMediaLabel
-
const SocialMediaLabel(0)
- baiduTieba → const SocialMediaLabel
-
const SocialMediaLabel(1)
- custom → const SocialMediaLabel
-
const SocialMediaLabel(38)
- discord → const SocialMediaLabel
-
const SocialMediaLabel(2)
- facebook → const SocialMediaLabel
-
const SocialMediaLabel(3)
- flickr → const SocialMediaLabel
-
const SocialMediaLabel(4)
- gaduGadu → const SocialMediaLabel
-
const SocialMediaLabel(5)
- gameCenter → const SocialMediaLabel
-
const SocialMediaLabel(6)
- googleTalk → const SocialMediaLabel
-
const SocialMediaLabel(7)
- icq → const SocialMediaLabel
-
const SocialMediaLabel(8)
- instagram → const SocialMediaLabel
-
const SocialMediaLabel(9)
- jabber → const SocialMediaLabel
-
const SocialMediaLabel(10)
- line → const SocialMediaLabel
-
const SocialMediaLabel(11)
- linkedIn → const SocialMediaLabel
-
const SocialMediaLabel(12)
- medium → const SocialMediaLabel
-
const SocialMediaLabel(13)
- messenger → const SocialMediaLabel
-
const SocialMediaLabel(14)
- msn → const SocialMediaLabel
-
const SocialMediaLabel(15)
- mySpace → const SocialMediaLabel
-
const SocialMediaLabel(16)
- netmeeting → const SocialMediaLabel
-
const SocialMediaLabel(17)
- other → const SocialMediaLabel
-
const SocialMediaLabel(37)
- pinterest → const SocialMediaLabel
-
const SocialMediaLabel(18)
- qqchat → const SocialMediaLabel
-
const SocialMediaLabel(19)
- qzone → const SocialMediaLabel
-
const SocialMediaLabel(20)
- reddit → const SocialMediaLabel
-
const SocialMediaLabel(21)
- sinaWeibo → const SocialMediaLabel
-
const SocialMediaLabel(22)
- skype → const SocialMediaLabel
-
const SocialMediaLabel(23)
- snapchat → const SocialMediaLabel
-
const SocialMediaLabel(24)
- telegram → const SocialMediaLabel
-
const SocialMediaLabel(25)
- tencentWeibo → const SocialMediaLabel
-
const SocialMediaLabel(26)
- tikTok → const SocialMediaLabel
-
const SocialMediaLabel(27)
- tumblr → const SocialMediaLabel
-
const SocialMediaLabel(28)
- twitter → const SocialMediaLabel
-
const SocialMediaLabel(29)
-
values
→ const List<
SocialMediaLabel> -
A constant List of the values in this enum, in order of their declaration.
const List<
SocialMediaLabel> - viber → const SocialMediaLabel
-
const SocialMediaLabel(30)
- wechat → const SocialMediaLabel
-
const SocialMediaLabel(31)
- whatsapp → const SocialMediaLabel
-
const SocialMediaLabel(32)
- yahoo → const SocialMediaLabel
-
const SocialMediaLabel(33)
- yelp → const SocialMediaLabel
-
const SocialMediaLabel(34)
- youtube → const SocialMediaLabel
-
const SocialMediaLabel(35)
- zoom → const SocialMediaLabel
-
const SocialMediaLabel(36)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited