| Package | Description |
|---|---|
| com.clevertap.apns | |
| com.clevertap.apns.clients |
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.Builder.build()
Builds the notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationResponseListener.onFailure(Notification notification,
NotificationResponse response)
Signals a failed notification.
|
void |
NotificationResponseListener.onSuccess(Notification notification)
Signals a successful notification.
|
NotificationResponse |
ApnsClient.push(Notification notification)
Sends a notification synchronously to the Apple Push Notification Service.
|
void |
ApnsClient.push(Notification notification,
NotificationResponseListener listener)
Sends a notification asynchronously to the Apple Push Notification Service.
|
| Modifier and Type | Method and Description |
|---|---|
protected okhttp3.Request |
SyncOkHttpApnsClient.buildRequest(Notification notification) |
NotificationResponse |
SyncOkHttpApnsClient.push(Notification notification) |
NotificationResponse |
AsyncOkHttpApnsClient.push(Notification notification) |
void |
SyncOkHttpApnsClient.push(Notification notification,
NotificationResponseListener listener) |
void |
AsyncOkHttpApnsClient.push(Notification notification,
NotificationResponseListener nrl) |
Copyright © 2020. All Rights Reserved.