ar.com.fernandospr.wns.model.types
Class WnsNotificationType

java.lang.Object
  extended by ar.com.fernandospr.wns.model.types.WnsNotificationType

public final class WnsNotificationType
extends Object

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


Field Summary
static String BADGE
           
static String RAW
           
static String TILE
           
static String TOAST
           
 
Constructor Summary
WnsNotificationType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOAST

public static final String TOAST
See Also:
Constant Field Values

BADGE

public static final String BADGE
See Also:
Constant Field Values

TILE

public static final String TILE
See Also:
Constant Field Values

RAW

public static final String RAW
See Also:
Constant Field Values
Constructor Detail

WnsNotificationType

public WnsNotificationType()


Copyright © 2016. All Rights Reserved.