sdl_java_suite icon indicating copy to clipboard operation
sdl_java_suite copied to clipboard

[SDL 0284] DialNumber Text

Open theresalech opened this issue 4 years ago • 0 comments

Proposal: DialNumber Text

This proposal adds a text string to DialNumber so 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 promptText as a parameter name in DialNumber, instead of messageText
  • Add dialNumberPromptText as a new TextFieldName

The proposal .md file was updated to reflect these revisions on 4/2/2020.

theresalech avatar Apr 02 '20 19:04 theresalech