actions (Toast XML Schema)

Container element for declaring up to five inputs and up to five button actions for the toast notification.

Element hierarchy

<toast>
<actions>

Syntax

<actions>

  <!-- Child elements -->
  input{0,5}
  action{0,5}   
</actions>

Key

{}   specific range of occurrences

Attributes and Elements

Attributes

None.

Child Elements

Child Element Description
input Specifies an input shown in a toast.
action Specifies a button shown in a toast.

Parent Elements

Parent Element Description
toast Base toast element, which contains at least a single visual element.

See also