public enum TextFieldName extends Enum<TextFieldName>
| Enum Constant and Description |
|---|
addressLines
Optional location address (if applicable) for SendLocation.
|
alertText1
The first line of the alert text field; applies to "Alert"
|
alertText2
The second line of the alert text field; applies to "Alert"
|
alertText3
The third line of the alert text field; applies to "Alert"
|
audioPassThruDisplayText1
First line of text for audio pass thru
|
audioPassThruDisplayText2
Second line of text for audio pass thru
|
ETA
Estimated Time of Arrival time for navigation
|
initialInteractionText
First line suggestion for a user response (in the case of VR enabled interaction)
|
locationDescription
Optional description of intended location / establishment (if applicable) for SendLocation
|
locationName
Optional name / title of intended location for SendLocation.
|
mainField1
The first line of first set of main fields of the persistent display; applies to "Show"
|
mainField2
The second line of first set of main fields of the persistent display; applies to "Show"
|
mainField3
The first line of second set of main fields of persistent display; applies to "Show"
|
mainField4
The second line of second set of main fields of the persistent display; applies to "Show"
|
mediaClock
Deprecated.
in SmartDeviceLink 7.1.0
|
mediaTrack
The track field of NGN and GEN1.1 MFD displays.
|
menuCommandSecondaryText
Secondary text for AddCommand
|
menuCommandTertiaryText
Tertiary text for AddCommand
|
menuName
Primary text for Choice
|
menuSubMenuSecondaryText
Secondary text for AddSubMenu
|
menuSubMenuTertiaryText
Tertiary text for AddSubMenu
|
menuTitle
Optional text to label an app menu button (for certain touchscreen platforms).
|
navigationText1
First line of navigation text
|
navigationText2
Second line of navigation text
|
phoneNumber
Optional phone number of intended location / establishment (if applicable) for SendLocation.
|
scrollableMessageBody
Long form body of text that can include newlines and tabs; applies to "ScrollableMessage"
|
secondaryText
Secondary text for Choice
|
sliderFooter
Footer text for slider
|
sliderHeader
Header text for slider
|
statusBar
The status bar on NGN; applies to "Show"
|
subtleAlertSoftButtonText
A text field in the soft button of a subtle alert; applies to `SubtleAlert` `softButtons`
|
subtleAlertText1
The first line of the subtle alert text field; applies to `SubtleAlert` `alertText1`
|
subtleAlertText2
The second line of the subtle alert text field; applies to `SubtleAlert` `alertText2`
|
templateTitle
Optional title of the template that will be displayed
|
tertiaryText
Tertiary text for Choice
|
timeToDestination
Optional time to destination field for ShowConstantTBT
|
totalDistance
Total distance to destination for navigation
|
turnText
Turn text for turnList parameter of UpdateTurnList
|
| Modifier and Type | Method and Description |
|---|---|
static TextFieldName |
valueForString(String value)
Convert String to TextFieldName
|
static TextFieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextFieldName mainField1
public static final TextFieldName mainField2
public static final TextFieldName mainField3
public static final TextFieldName mainField4
public static final TextFieldName statusBar
@Deprecated public static final TextFieldName mediaClock
public static final TextFieldName mediaTrack
public static final TextFieldName alertText1
public static final TextFieldName alertText2
public static final TextFieldName alertText3
public static final TextFieldName scrollableMessageBody
public static final TextFieldName initialInteractionText
public static final TextFieldName navigationText1
public static final TextFieldName navigationText2
public static final TextFieldName ETA
public static final TextFieldName totalDistance
public static final TextFieldName audioPassThruDisplayText1
public static final TextFieldName audioPassThruDisplayText2
public static final TextFieldName sliderHeader
public static final TextFieldName sliderFooter
public static final TextFieldName menuName
public static final TextFieldName secondaryText
public static final TextFieldName tertiaryText
public static final TextFieldName menuTitle
public static final TextFieldName locationName
public static final TextFieldName locationDescription
public static final TextFieldName addressLines
public static final TextFieldName phoneNumber
public static final TextFieldName timeToDestination
public static final TextFieldName turnText
public static final TextFieldName templateTitle
public static final TextFieldName subtleAlertText1
public static final TextFieldName subtleAlertText2
public static final TextFieldName subtleAlertSoftButtonText
public static final TextFieldName menuCommandSecondaryText
public static final TextFieldName menuCommandTertiaryText
public static final TextFieldName menuSubMenuSecondaryText
public static final TextFieldName menuSubMenuTertiaryText
public static TextFieldName[] values()
for (TextFieldName c : TextFieldName.values()) System.out.println(c);
public static TextFieldName 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 TextFieldName valueForString(String value)
value - String