Package com.cosmicpush.app.resources.manage.client.notifications

Examples of com.cosmicpush.app.resources.manage.client.notifications.ManageNotificationsResource


    return new ManageUserEventsResource(config, account, apiClient);
  }

  @Path("/notifications")
  public ManageNotificationsResource getManageNotificationsResource() throws Exception {
    return new ManageNotificationsResource(config, account, apiClient);
  }
View Full Code Here

TOP

Related Classes of com.cosmicpush.app.resources.manage.client.notifications.ManageNotificationsResource

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.