You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<functionname="SubscribeButton"messagetype="request">
<description>
Subscribes to buttons.
</description>
<paramname="appID"type="Integer"mandatory="true">
<description>The ID of the application requesting this button usubscription. </description>
</param>
<paramname="buttonName"type="ButtonName"mandatory="true">
<description>Name of the button to subscribe.</description>
</param>
</function>
<functionname="SubscribeButton"messagetype="response"> </function>
<function name="UnsubscribeButton" messagetype="request">
<description>
Unsubscribes from buttons.
</description>
<param name="appID" type="Integer" mandatory="true">
<description>The ID of the application requesting this button unsubscription. </description>
</param>
<param name="buttonName" type="ButtonName" mandatory="true">
<description>Name of the button to unsubscribe.</description>
</param>
</function>
<function name="UnsubscribeButton" messagetype="response"></function>
SubscribeButton
UnsubscribeButton
Description:
As a mobile application, I want to
Detailed description:
API changes
Remove
<function name="OnButtonSubscription" messagetype="notification">
.Add new RPCs to HMI_API:
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: