public enum FBSDKShareDialogMode extends Enum<FBSDKShareDialogMode> implements org.robovm.rt.bro.ValuedEnum
org.robovm.rt.bro.ValuedEnum.AsLongMarshaler, org.robovm.rt.bro.ValuedEnum.AsMachineSizedSIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsMachineSizedUIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedByteMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsSignedShortMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedByteMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedIntMarshaler, org.robovm.rt.bro.ValuedEnum.AsUnsignedShortMarshaler| Enum Constant and Description |
|---|
Automatic |
Browser |
FeedBrowser |
FeedWeb |
Native |
ShareSheet |
Web |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static String |
toString(FBSDKShareDialogMode dialogMode) |
long |
value() |
static FBSDKShareDialogMode |
valueOf(long n) |
static FBSDKShareDialogMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FBSDKShareDialogMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FBSDKShareDialogMode Automatic
public static final FBSDKShareDialogMode Native
public static final FBSDKShareDialogMode ShareSheet
public static final FBSDKShareDialogMode Browser
public static final FBSDKShareDialogMode Web
public static final FBSDKShareDialogMode FeedBrowser
public static final FBSDKShareDialogMode FeedWeb
public static FBSDKShareDialogMode[] values()
for (FBSDKShareDialogMode c : FBSDKShareDialogMode.values()) System.out.println(c);
public static FBSDKShareDialogMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static String toString(FBSDKShareDialogMode dialogMode)
public String toString()
toString in class Enum<FBSDKShareDialogMode>public long value()
value in interface org.robovm.rt.bro.ValuedEnumpublic static FBSDKShareDialogMode valueOf(long n)
Copyright © 2015 RoboVM AB. All Rights Reserved.