Uses of Class
ar.com.fernandospr.wns.exceptions.WnsException

Packages that use WnsException
ar.com.fernandospr.wns   
 

Uses of WnsException in ar.com.fernandospr.wns
 

Methods in ar.com.fernandospr.wns that throw WnsException
protected  WnsOAuthToken WnsService.getAccessToken()
          Based on http://msdn.microsoft.com/en-us/library/windows/apps/hh465407.aspx
protected  WnsNotificationResponse WnsService.push(String channelUri, String type, WnsAbstractNotification notification, int retriesLeft, WnsNotificationRequestOptional optional)
           
 WnsNotificationResponse WnsService.pushBadge(String channelUri, WnsBadge badge)
          Pushes a badge to channelUri
 WnsNotificationResponse WnsService.pushBadge(String channelUri, WnsNotificationRequestOptional optional, WnsBadge badge)
          Pushes a badge to channelUri using optional headers
 WnsNotificationResponse WnsService.pushTile(String channelUri, WnsNotificationRequestOptional optional, WnsTile tile)
          Pushes a tile to channelUri using optional headers
 WnsNotificationResponse WnsService.pushTile(String channelUri, WnsTile tile)
          Pushes a tile to channelUri
 WnsNotificationResponse WnsService.pushToast(String channelUri, WnsNotificationRequestOptional optional, WnsToast toast)
          Pushes a toast to channelUri using optional headers
 WnsNotificationResponse WnsService.pushToast(String channelUri, WnsToast toast)
          Pushes a toast to channelUri
 

Constructors in ar.com.fernandospr.wns that throw WnsException
WnsService(String sid, String clientSecret)
           
WnsService(String sid, String clientSecret, boolean logging)
           
 



Copyright © 2013. All Rights Reserved.