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
Hello Could anyone help me please? I have tried how to suscribe a physical button or steering wheel button Push-To-Talk. I would like to get the long press event of this button to start my own service
I have tried it in this way:
proxy.subscribeButton(ButtonName.valueForString("Push-To-Talk"), nextCorrelationID());
and:
Hello Could anyone help me please? I have tried how to suscribe a physical button or steering wheel button Push-To-Talk. I would like to get the long press event of this button to start my own service
I have tried it in this way:
proxy.subscribeButton(ButtonName.valueForString("Push-To-Talk"), nextCorrelationID());
and:
proxy.subscribeButton(ButtonName.PTT), nextCorrelationID());
but it doesnt work or can not resolve symbol in android
The text was updated successfully, but these errors were encountered: