Package io.ably.lib.push
Class PushBase
- java.lang.Object
-
- io.ably.lib.push.PushBase
-
- Direct Known Subclasses:
Push
public class PushBase extends java.lang.ObjectEnables a device to be registered and deregistered from receiving push notifications.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPushBase.Adminstatic classPushBase.ChannelSubscriptionContains 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 classPushBase.ChannelSubscriptionsEnables device push channel subscriptions.static classPushBase.DeviceRegistrationsEnables the management of push notification registrations with Ably.
-
Field Summary
Fields Modifier and Type Field Description PushBase.AdminadminAPushBase.Adminobject.protected AblyBaserest
-
-
-
Field Detail
-
rest
protected final AblyBase rest
-
admin
public final PushBase.Admin admin
APushBase.Adminobject.Spec: RSH1
-
-
Constructor Detail
-
PushBase
public PushBase(AblyBase rest)
-
-