Class PushBase

java.lang.Object
io.ably.lib.push.PushBase
Direct Known Subclasses:
Push

public class PushBase
extends java.lang.Object
Enables a device to be registered and deregistered from receiving push notifications.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  PushBase.Admin  
    static class  PushBase.ChannelSubscription
    Contains the subscriptions of a device, or a group of devices sharing the same clientId, has to a channel in order to receive push notifications.
    static class  PushBase.ChannelSubscriptions
    Enables device push channel subscriptions.
    static class  PushBase.DeviceRegistrations
    Enables the management of push notification registrations with Ably.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    PushBase.Admin admin
    A PushBase.Admin object.
    protected AblyBase rest  
  • Constructor Summary

    Constructors 
    Constructor Description
    PushBase​(AblyBase rest)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait