19c362856f
Notifications improvements Featured channels list
1 line
881 B
XML
1 line
881 B
XML
<toast launch="action=openThread&threadId=92187">
|
|
|
|
<visual>
|
|
<binding template="ToastGeneric">
|
|
<text hint-maxLines="2">Triforcefilms posted a new comment</text>
|
|
<text>Check out where we camped last weekend! It was incredible, wish you could have come on the backpacking trip!</text>
|
|
<image placement="appLogoOverride" hint-crop="circle" src="https://unsplash.it/64?image=1027"/>
|
|
</binding>
|
|
</visual>
|
|
|
|
<actions>
|
|
|
|
<input id="textBox" type="text" placeHolderContent="reply"/>
|
|
|
|
<action
|
|
content="Send"
|
|
imageUri="Assets/Icons/send.png"
|
|
hint-inputId="textBox"
|
|
activationType="background"
|
|
arguments="action=reply&threadId=92187"/>
|
|
|
|
<action
|
|
content="Like"
|
|
arguments="action=commentPhoto&photoId=92187"/>
|
|
|
|
</actions>
|
|
|
|
</toast> |