ar.com.fernandospr.wns.model
Class WnsToast

java.lang.Object
  extended by ar.com.fernandospr.wns.model.WnsAbstractNotification
      extended by ar.com.fernandospr.wns.model.WnsToast

public class WnsToast
extends WnsAbstractNotification

From http://msdn.microsoft.com/en-us/library/windows/apps/br230846.aspx


Field Summary
 WnsAudio audio
           
 WnsToastCommands commands
           
 String duration
           
 String launch
           
 WnsVisual visual
           
 
Constructor Summary
WnsToast()
           
 
Method Summary
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

launch

public String launch

duration

public String duration

visual

public WnsVisual visual

audio

public WnsAudio audio

commands

public WnsToastCommands commands
Constructor Detail

WnsToast

public WnsToast()
Method Detail

getType

public String getType()
Specified by:
getType in class WnsAbstractNotification


Copyright © 2016. All Rights Reserved.