sdl_core
sdl_core copied to clipboard
[SDL 0284] DialNumber Text
Proposal: DialNumber Text
This proposal adds a text string to
DialNumberso that apps can be more descriptive or user friendly with it.
Review: https://github.com/smartdevicelink/sdl_evolution/issues/950
Steering Committee Decision:
The Steering Committee voted to accept this proposal with the following revisions:
- Add JavaScript Suite as an impacted platform
- Add RPC Spec changes
<function name="DialNumber" functionID="DialNumberID" messagetype="request" since="3.0">
.
.
.
<param name="messageText" type="String" mandatory="false" since="X.X">
<description>
Body of text to display to the user.
</description>
</param>
</function>
- Use
promptTextas a parameter name inDialNumber, instead ofmessageText - Add
dialNumberPromptTextas a newTextFieldName
The proposal .md file was updated to reflect these revisions on 4/2/2020.