UWP App的自适应和交互式Toast通知 [英] Adaptive and interactive toast notifications for UWP App

查看:119
本文介绍了UWP App的自适应和交互式Toast通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


在交互式Toast通知中,是否可以提供< input>作为类型"密码"。这样用户就可以输入"掩盖密码"。 ?


< toast launch =" developer-defined-string"> 
< visual>
< binding template =" ToastGeneric">
< text> Andrew B.< / text>
< text>我们8点见面?< / text>
< image placement =" appLogoOverride" SRC =" HTTPS:?//unsplash.it/64图像= 883"提示的作物= QUOT;圆" />
< / binding>
< / visual>
< actions>
< input id =" message"类型= QUOT;文本" placeHolderContent ="键入回复" />
< action activationType =" background"含量="回复"参数= QUOT;回复" />
< action activationType =" foreground" content ="视频通话"参数= QUOT;视频" />
< / actions>
< / toast>




raja

解决方案

您好,


不幸的是,密码没有输入,我知道只有"消息" ,&NBSP;" snoozeTime" ,&NBSP;"时间"


Hi,

In the Interactive toast notification, is it possible to provide <input> as type "password". so that the user can enter "masked password" ?

<toast launch="developer-defined-string">
  <visual>
    <binding template="ToastGeneric">
      <text>Andrew B.</text>
      <text>Shall we meet up at 8?</text>
      <image placement="appLogoOverride" src="https://unsplash.it/64?image=883" hint-crop="circle" />
    </binding>
  </visual>
  <actions>
    <input id="message" type="text" placeHolderContent="Type a reply" />
    <action activationType="background" content="Reply" arguments="reply" />
    <action activationType="foreground" content="Video call" arguments="video" />
  </actions>
</toast>


raja

解决方案

Hello ,

Unfortunately there doesn't exist input for password , as I know there is only "message" , "snoozeTime" , "time"


这篇关于UWP App的自适应和交互式Toast通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆