Uses of Interface
com.notnoop.mpns.MpnsNotification

Packages that use MpnsNotification
com.notnoop.mpns   
com.notnoop.mpns.internal   
com.notnoop.mpns.notifications   
 

Uses of MpnsNotification in com.notnoop.mpns
 

Methods in com.notnoop.mpns with parameters of type MpnsNotification
 void MpnsDelegate.messageFailed(MpnsNotification message, MpnsResponse response, String subscriptionUri)
           
 void MpnsDelegate.messageSent(MpnsNotification message, MpnsResponse response, String subscriptionUri)
           
 void MpnsService.push(String subscriptionUri, MpnsNotification message)
          Sends the provided notification message to the desired destination.
 

Uses of MpnsNotification in com.notnoop.mpns.internal
 

Methods in com.notnoop.mpns.internal with parameters of type MpnsNotification
static void Utilities.fireDelegate(MpnsNotification message, org.apache.http.HttpResponse response, MpnsDelegate delegate, String subscriptionUri)
           
protected  void MpnsServiceImpl.push(org.apache.http.client.methods.HttpPost request, MpnsNotification message)
           
protected  void MpnsQueuedService.push(org.apache.http.client.methods.HttpPost request, MpnsNotification message)
           
protected  void MpnsPooledService.push(org.apache.http.client.methods.HttpPost request, MpnsNotification message)
           
protected abstract  void AbstractMpnsService.push(org.apache.http.client.methods.HttpPost request, MpnsNotification message)
           
 void AbstractMpnsService.push(String subscriptionUri, MpnsNotification message)
           
 

Uses of MpnsNotification in com.notnoop.mpns.notifications
 

Classes in com.notnoop.mpns.notifications that implement MpnsNotification
 class CycleTileNotification
           
 class FlipTileNotification
           
 class IconicTileNotification
           
 class RawNotification
           
 class TileNotification
           
 class ToastNotification
           
 



Copyright © 2015. All Rights Reserved.