public enum FBSDKLoginBehavior extends Enum<FBSDKLoginBehavior> 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 |
|---|
Browser |
Native |
SystemAccount |
Web |
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static FBSDKLoginBehavior |
valueOf(long n) |
static FBSDKLoginBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FBSDKLoginBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FBSDKLoginBehavior Native
public static final FBSDKLoginBehavior Browser
public static final FBSDKLoginBehavior SystemAccount
public static final FBSDKLoginBehavior Web
public static FBSDKLoginBehavior[] values()
for (FBSDKLoginBehavior c : FBSDKLoginBehavior.values()) System.out.println(c);
public static FBSDKLoginBehavior 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 long value()
value in interface org.robovm.rt.bro.ValuedEnumpublic static FBSDKLoginBehavior valueOf(long n)
Copyright © 2015 RoboVM AB. All Rights Reserved.