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

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

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

Methods in ar.com.fernandospr.wns.client with parameters of type WnsAbstractNotification
 javax.ws.rs.client.Invocation.Builder WnsResourceBuilder.build(javax.ws.rs.client.WebTarget target, WnsAbstractNotification notification, String token, WnsNotificationRequestOptional optional)
           
protected  Object WnsXmlResourceBuilder.getEntityToSendWithNotification(WnsAbstractNotification notification)
           
protected abstract  Object WnsResourceBuilder.getEntityToSendWithNotification(WnsAbstractNotification notification)
           
protected  Object WnsRawResourceBuilder.getEntityToSendWithNotification(WnsAbstractNotification notification)
           
 List<WnsNotificationResponse> WnsClient.push(WnsResourceBuilder resourceBuilder, List<String> channelUris, WnsAbstractNotification notification, int retriesLeft, WnsNotificationRequestOptional optional)
           
 WnsNotificationResponse WnsClient.push(WnsResourceBuilder resourceBuilder, String channelUri, 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 WnsRaw
           
 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 © 2016. All Rights Reserved.