public static enum SharingHelper.SHARE_WITH extends java.lang.Enum<SharingHelper.SHARE_WITH>
Defines the Application for sharing a deep link with.
| Enum Constant and Description |
|---|
EMAIL |
FACEBOOK |
FLICKR |
GOOGLE_DOC |
MESSAGE |
TWITTER |
WHATS_APP |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppName() |
java.lang.String |
toString() |
static SharingHelper.SHARE_WITH |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SharingHelper.SHARE_WITH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharingHelper.SHARE_WITH FACEBOOK
public static final SharingHelper.SHARE_WITH TWITTER
public static final SharingHelper.SHARE_WITH MESSAGE
public static final SharingHelper.SHARE_WITH EMAIL
public static final SharingHelper.SHARE_WITH FLICKR
public static final SharingHelper.SHARE_WITH GOOGLE_DOC
public static final SharingHelper.SHARE_WITH WHATS_APP
public static SharingHelper.SHARE_WITH[] values()
for (SharingHelper.SHARE_WITH c : SharingHelper.SHARE_WITH.values()) System.out.println(c);
public static SharingHelper.SHARE_WITH valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getAppName()
public java.lang.String toString()
toString in class java.lang.Enum<SharingHelper.SHARE_WITH>