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.Object
Enables 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 -
Constructor Summary
-
Method Summary
-
Field Details
-
rest
-
admin
APushBase.Adminobject.Spec: RSH1
-
-
Constructor Details