public enum FBSDKLoginErrorCode extends Enum<FBSDKLoginErrorCode> implements org.robovm.apple.foundation.NSErrorCode
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 |
|---|
BadChallengeString |
PasswordChanged |
Reserved |
SystemAccountAppDisabled |
SystemAccountUnavailable |
UnconfirmedUser |
Unknown |
UserCheckpointed |
UserMismatch |
| Modifier and Type | Method and Description |
|---|---|
long |
value() |
static FBSDKLoginErrorCode |
valueOf(long n) |
static FBSDKLoginErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FBSDKLoginErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FBSDKLoginErrorCode Reserved
public static final FBSDKLoginErrorCode Unknown
public static final FBSDKLoginErrorCode PasswordChanged
public static final FBSDKLoginErrorCode UserCheckpointed
public static final FBSDKLoginErrorCode UserMismatch
public static final FBSDKLoginErrorCode UnconfirmedUser
public static final FBSDKLoginErrorCode SystemAccountAppDisabled
public static final FBSDKLoginErrorCode SystemAccountUnavailable
public static final FBSDKLoginErrorCode BadChallengeString
public static FBSDKLoginErrorCode[] values()
for (FBSDKLoginErrorCode c : FBSDKLoginErrorCode.values()) System.out.println(c);
public static FBSDKLoginErrorCode 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 FBSDKLoginErrorCode valueOf(long n)
Copyright © 2015 RoboVM AB. All Rights Reserved.