ar.com.fernandospr.wns.model
Class WnsToastCommands

java.lang.Object
  extended by ar.com.fernandospr.wns.model.WnsToastCommands

public class WnsToastCommands
extends Object

From https://msdn.microsoft.com/en-us/library/windows/apps/dn268318.aspx


Field Summary
 List<WnsToastCommand> command
           
 String scenario
           
 
Constructor Summary
WnsToastCommands(String scenario)
           
 
Method Summary
 void addCommand(String id, String arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scenario

public String scenario

command

public List<WnsToastCommand> command
Constructor Detail

WnsToastCommands

public WnsToastCommands(String scenario)
Method Detail

addCommand

public void addCommand(String id,
                       String arguments)


Copyright © 2016. All Rights Reserved.