| Package | Description |
|---|---|
| com.clevertap.apns | |
| com.clevertap.apns.clients |
| Modifier and Type | Method and Description |
|---|---|
NotificationResponse |
ApnsClient.push(Notification notification)
Sends a notification synchronously to the Apple Push Notification Service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationResponseListener.onFailure(Notification notification,
NotificationResponse response)
Signals a failed notification.
|
| Modifier and Type | Method and Description |
|---|---|
protected NotificationResponse |
SyncOkHttpApnsClient.parseResponse(okhttp3.Response response) |
NotificationResponse |
SyncOkHttpApnsClient.push(Notification notification) |
NotificationResponse |
AsyncOkHttpApnsClient.push(Notification notification) |
Copyright © 2020. All Rights Reserved.