Uses of Class
ar.com.fernandospr.wns.model.WnsAbstractNotification

Packages that use WnsAbstractNotification
ar.com.fernandospr.wns   
ar.com.fernandospr.wns.model   
 

Uses of WnsAbstractNotification in ar.com.fernandospr.wns
 

Methods in ar.com.fernandospr.wns with parameters of type WnsAbstractNotification
protected  List<WnsNotificationResponse> WnsService.push(List<String> channelUris, String type, WnsAbstractNotification notification, int retriesLeft, WnsNotificationRequestOptional optional)
           
protected  WnsNotificationResponse WnsService.push(String channelUri, String type, WnsAbstractNotification notification, int retriesLeft, WnsNotificationRequestOptional optional)
           
 

Uses of WnsAbstractNotification in ar.com.fernandospr.wns.model
 

Subclasses of WnsAbstractNotification in ar.com.fernandospr.wns.model
 class WnsBadge
          From http://msdn.microsoft.com/en-us/library/windows/apps/br212849.aspx
 class WnsTile
          From http://msdn.microsoft.com/en-us/library/windows/apps/br230841.aspx
 class WnsToast
          From http://msdn.microsoft.com/en-us/library/windows/apps/br230846.aspx
 



Copyright © 2013. All Rights Reserved.