ar.com.fernandospr.wns.model
Class WnsToastCommand

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

public class WnsToastCommand
extends Object

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


Field Summary
 String arguments
           
 String id
           
 
Constructor Summary
WnsToastCommand(String id, String arguments)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public String id

arguments

public String arguments
Constructor Detail

WnsToastCommand

public WnsToastCommand(String id,
                       String arguments)


Copyright © 2016. All Rights Reserved.