Android SDK Version
All Implemented Interfaces:
java.io.Serializable , kotlin.Comparable


public enum LoginButton.ToolTipMode
extends Enum<LoginButton.ToolTipMode>
                    
The display modes for the login button tool tip.
Nested Class Summary
Modifier and TypeClassDescription
public classLoginButton.ToolTipMode.Companion
Field Summary
Modifier and TypeFieldDescription
private final IntegerintValue
private final Stringname
private final Integerordinal
Enum Constant Summary
Enum ConstantDescription
AUTOMATIC
Default display mode. A server query will determine if the tool tip should be displayed and, if so, what the string shown to the user should be.
DISPLAY_ALWAYS
Display the tool tip with a local string--regardless of what the server returns
NEVER_DISPLAY
Never display the tool tip--regardless of what the server says
Method Summary
Modifier and TypeMethodDescription
StringtoString()
final IntegergetIntValue()
final StringgetName()
final IntegergetOrdinal()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

toString

StringtoString()

getIntValue

 final IntegergetIntValue()

getName

 final StringgetName()

getOrdinal

 final IntegergetOrdinal()