selection (Toast XML Schema)

Specifies the id and text of a selection item.

Element hierarchy

<toast>
<actions>
<input>
<selection>

Syntax

<selection id = string
    content = string />

Attributes and Elements

Attributes

Attribute Description Data type Required Default value
id The id of the selection item. string Yes None
content The content of the selection item. string Yes None

Child Elements

None

Parent Elements

Parent Element Description
input Specifies an input shown in a toast.

See also