Lines Matching full:actions
16 <li>Notifications can include actions that enable the user to immediately act on a notification from the notification drawer.</li>
48 <h4>Actions</h4>
51 <p>Starting with Jelly Bean, Android supports optional actions that are displayed at the bottom of the notification. With actions, users can handle the most common tasks for a particular notification from within the notification shade without having to open the originating application. This speeds up interaction and, in conjunction with "swipe-to-dismiss", helps users to streamline their notification triaging experience.</p>
52 <p>Be judicious with how many actions you include with a notification. The more actions you include, the more cognitive complexity you create. Limit yourself to the fewest number of actions possible by only including the most imminently important and meaningful ones.</p>
53 <p>Good candidates for actions on notifications are actions that are:</p>
57 <li>not overlapping with neighboring actions</li>
59 <p>Avoid actions that are:</p>
68 Calendar reminder notification with two actions
73 <p>You can specify a maximum of three actions, each consisting of an action icon and an action name. Adding actions to a simple base layout will make the notification expandable, even if the notification doesn't have an expanded layout. Since actions are only shown for expanded notifications and are otherwise hidden, you must make sure that any action a user can invoke from a notification is available from within the associated application as well.</p>