sdl_java_suite icon indicating copy to clipboard operation
sdl_java_suite copied to clipboard

[SDL 0114] Default SoftButtonCapabilities

Open theresalech opened this issue 8 years ago • 0 comments

Proposal: Default SoftButtonCapabilities

This proposal is to update the iOS and Android mobile libraries with a specified default list size value for SoftButtonCapabilities when a headunit erroneously returns a SoftButtonCapabilities list that contains just one item. The purpose of the SoftButtonCapabilities list is to inform the mobile application how many SoftButtons are available for the utilized template and the capabilities of each SoftButton. The SoftButtonCapabilities list is received by the mobile application from the RegisterAppInterface and SetDisplayLayout RPC responses.

Review: https://github.com/smartdevicelink/sdl_evolution/issues/348

Additional information: Proxy should now be able to return minimum values when array size is only 1. If array is of size 1, it’s incorrect, and the proxy should send the number of soft buttons back to the developer.

theresalech avatar Nov 22 '17 19:11 theresalech