Skip to content

[UI - OnDriverDistraction] - SDL Passenger Mode #114

@KhrystynaDubovyk

Description

@KhrystynaDubovyk

OnDriverDistraction (<lockScreenDismissalEnabled>)

Description:

As a passenger user I want to be able to dismiss the application lock screen while the vehicle is in motion.

Detailed description:

HMI API changes

Change the OnDriverDistraction notification to include the additional parameter:

<function name="OnDriverDistraction" messagetype="notification">

  <!-- newly added parameter -->
  <param name="lockScreenDismissalEnabled" type="Boolean" mandatory="false">
    <description>
      If enabled, the lock screen will be able to be dismissed while connected to SDL, allowing users 
      the ability to interact with the app. Dismissals should include a warning to the user and ensure 
      that they are not the driver.
    </description>
  </param>

</function>

Diagram:

N/A

Links:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions