public class PushBase
extends java.lang.Object
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
PushBase.Admin |
admin
A
PushBase.Admin object. |
protected AblyBase |
rest |
protected final AblyBase rest
public final PushBase.Admin admin
PushBase.Admin object.
Spec: RSH1
public PushBase(AblyBase rest)