com.notnoop.apns
Class APNS

java.lang.Object
  extended by com.notnoop.apns.APNS

public final class APNS
extends Object

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


Method Summary
static PayloadBuilder newPayload()
          Returns a new Payload builder
static ApnsServiceBuilder 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

newPayload

public static PayloadBuilder newPayload()
Returns a new Payload builder


newService

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



Copyright © 2013. All Rights Reserved.