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

Packages that use WnsToast
ar.com.fernandospr.wns   
ar.com.fernandospr.wns.model.builders   
 

Uses of WnsToast in ar.com.fernandospr.wns
 

Methods in ar.com.fernandospr.wns with parameters of type WnsToast
 List<WnsNotificationResponse> WnsService.pushToast(List<String> channelUris, WnsNotificationRequestOptional optional, WnsToast toast)
          Pushes a toast to channelUris using optional headers
 List<WnsNotificationResponse> WnsService.pushToast(List<String> channelUris, WnsToast toast)
          Pushes a toast to channelUris
 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
 

Uses of WnsToast in ar.com.fernandospr.wns.model.builders
 

Methods in ar.com.fernandospr.wns.model.builders that return WnsToast
 WnsToast WnsToastBuilder.build()
           
 



Copyright © 2016. All Rights Reserved.