0
WP 알림 서버로 XML을 보낼 때 Action = "Clear"의 목표를 잘 이해하지 못합니다.Action = "Clear"in windows 전화 푸시 알림
예 :
<?xml version="1.0" encoding="utf-8"?>
<wp:Notification xmlns:wp="WPNotification" Version="2.0">
<wp:Tile Id="[Tile ID]" Template="IconicTile">
<wp:SmallIconImage [Action="Clear"]>[small Tile size URI]</wp:SmallIconImage>
<wp:IconImage Action="Clear">[medium/wide Tile size URI]</wp:IconImage>
<wp:WideContent1 Action="Clear">[1st row of content]</wp:WideContent1>
<wp:WideContent2 Action="Clear">[2nd row of content]</wp:WideContent2>
<wp:WideContent3 Action="Clear">[3rd row of content]</wp:WideContent3>
<wp:Count Action="Clear">[count]</wp:Count>
<wp:Title Action="Clear">[title]</wp:Title>
<wp:BackgroundColor Action="Clear">[hex ARGB format color]</wp:BackgroundColor>
</wp:Tile>
</wp:Notification>
나는 간단한 제목과 이미지와 함께 하루에 한 번 장치 타일을 밀어 원하는
, 그래서 각 속성에 대한 조치 = "지우기"를 넣어해야합니까?
넣지 않으면 어떨까요?
아 내가 그것을 가지고가, 감사 –