1 line
611 B
XML
1 line
611 B
XML
<toast launch="action=viewPhoto&photoId=92187">
|
|
<visual>
|
|
<binding template="ToastGeneric">
|
|
<image placement="appLogoOverride" hint-crop="circle" src="Assets/Icons/Profile.png"/>
|
|
<text>[ChannelName] uploaded a new video</text>
|
|
<text>[VideoName]</text>
|
|
<image src="Assets/videoThumbSample.png"/>
|
|
</binding>
|
|
</visual>
|
|
|
|
<actions>
|
|
<action
|
|
content="Watch later"
|
|
activationType="background"
|
|
arguments="likePhoto&photoId=92187"/>
|
|
<action
|
|
content="Go to channel"
|
|
arguments="action=commentPhoto&photoId=92187"/>
|
|
</actions>
|
|
</toast> |