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 | ✔ | ✔ |
Values
- aim → const SocialMediaLabel
- baiduTieba → const SocialMediaLabel
- discord → const SocialMediaLabel
- facebook → const SocialMediaLabel
- flickr → const SocialMediaLabel
- gaduGadu → const SocialMediaLabel
- gameCenter → const SocialMediaLabel
- googleTalk → const SocialMediaLabel
- icq → const SocialMediaLabel
- instagram → const SocialMediaLabel
- jabber → const SocialMediaLabel
- line → const SocialMediaLabel
- linkedIn → const SocialMediaLabel
- medium → const SocialMediaLabel
- messenger → const SocialMediaLabel
- msn → const SocialMediaLabel
- mySpace → const SocialMediaLabel
- netmeeting → const SocialMediaLabel
- pinterest → const SocialMediaLabel
- qqchat → const SocialMediaLabel
- qzone → const SocialMediaLabel
- reddit → const SocialMediaLabel
- sinaWeibo → const SocialMediaLabel
- skype → const SocialMediaLabel
- snapchat → const SocialMediaLabel
- telegram → const SocialMediaLabel
- tencentWeibo → const SocialMediaLabel
- tikTok → const SocialMediaLabel
- tumblr → const SocialMediaLabel
- twitter → const SocialMediaLabel
- viber → const SocialMediaLabel
- wechat → const SocialMediaLabel
- whatsapp → const SocialMediaLabel
- yahoo → const SocialMediaLabel
- yelp → const SocialMediaLabel
- youtube → const SocialMediaLabel
- zoom → const SocialMediaLabel
- other → const SocialMediaLabel
- custom → const SocialMediaLabel
Properties
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.