org.onebusaway.api.services.apns
Interface ApplePushNotificationService


public interface ApplePushNotificationService


Method Summary
 boolean isProduction()
           
 void pushNotification(String deviceToken, String payload)
           
 

Method Detail

isProduction

boolean isProduction()

pushNotification

void pushNotification(String deviceToken,
                      String payload)


Copyright © 2012 OneBusAway. All Rights Reserved.