com.notnoop.mpns
Class MPNS

java.lang.Object
  extended by com.notnoop.mpns.MPNS

public class MPNS
extends Object

The main class to interact with the MPNS Service. Provides an interface to create the ApnsServiceBuilder and ApnsNotification payload.


Method Summary
static MpnsNotificationBuilder newNotification()
          Returns a new Payload builder
static MpnsServiceBuilder newService()
          Returns a new APNS Service for sending iPhone notifications
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newNotification

public static MpnsNotificationBuilder newNotification()
Returns a new Payload builder


newService

public static MpnsServiceBuilder newService()
Returns a new APNS Service for sending iPhone notifications



Copyright © 2015. All Rights Reserved.