Skip to content

Commit

Permalink
SDL-0305 Homogenize TextFieldName (#303)
Browse files Browse the repository at this point in the history
* Add fields to TextFieldName enum: phoneNumber, timeToDestinatioon, turnText, navagationText

* Removing duplicate phoneNumber element from textFieldName enum and rearranging additions

* Update ReadMe File

* Removed navagationText from TextFieldName as well as fix a typo

* Update MOBILE_API.xml

Co-authored-by: Jacob Keeler <jacob.keeler@livioradio.com>

* run markdown generator

Co-authored-by: Julian Kast <julian@livio.com>
Co-authored-by: Collin <iCollin@users.noreply.github.com>
Co-authored-by: Jacob Keeler <jacob.keeler@livioradio.com>
Co-authored-by: collin <collin@livio.io>
  • Loading branch information
5 people authored Feb 9, 2021
1 parent 132dd91 commit f8be1a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions MOBILE_API.xml
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,14 @@
<element name="phoneNumber" since="4.0">
<description> Optional phone number of intended location / establishment (if applicable) for SendLocation.</description>
</element>

<element name="timeToDestination" since="7.1">
<description>Optional time to destination field for ShowConstantTBT</description>
</element>

<element name="turnText" since="7.1">
<description>Turn text for turnList parameter of UpdateTurnList</description>
</element>

<element name="subtleAlertText1" since="7.0">
<description>The first line of the subtle alert text field; applies to `SubtleAlert` `alertText1`</description>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ See DAES for further infos regarding the displays
|`locationDescription`|Optional description of intended location / establishment (if applicable) for SendLocation.|
|`addressLines`|Optional location address (if applicable) for SendLocation.|
|`phoneNumber`|Optional phone number of intended location / establishment (if applicable) for SendLocation.|
|`timeToDestination`|Optional time to destination field for ShowConstantTBT|
|`turnText`|Turn text for turnList parameter of UpdateTurnList|
|`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`|
|`subtleAlertSoftButtonText`|A text field in the soft button of a subtle alert; applies to `SubtleAlert` `softButtons`|
Expand Down Expand Up @@ -3300,6 +3302,7 @@ The systemCapabilityType identifies which data object exists in this struct. For
|`actualGear`|PRNDL|False|Actual Gear in use by the transmission|
|`transmissionType`|TransmissionType|False|Tells the transmission type|


### SeatStatus
Describes the status of a parameter of seat.

Expand All @@ -3320,7 +3323,6 @@ Describes the status of a parameter of seat.
|`seatsBelted`|SeatStatus[]|False|Seat status array containing location and whether the seats are belted.|



### SeekStreamingIndicator
The seek next / skip previous subscription buttons' content

Expand Down

0 comments on commit f8be1a7

Please sign in to comment.