- size() - Method in class com.clevertap.apns.Notification.Builder
-
- sound(String) - Method in class com.clevertap.apns.Notification.Builder
-
- splitCertificateSubject(InputStream, String) - Static method in class com.clevertap.apns.CertificateUtils
-
Split the subject into it's components such as UID, C, OU, CN.
- splitCertificateSubject(String) - Static method in class com.clevertap.apns.CertificateUtils
-
Split the subject into it's components such as UID, C, OU, DN.
- SyncOkHttpApnsClient - Class in com.clevertap.apns.clients
-
A wrapper around OkHttp's http client to send out notifications using Apple's HTTP/2 API.
- SyncOkHttpApnsClient(String, String, String, boolean, String, OkHttpClient.Builder) - Constructor for class com.clevertap.apns.clients.SyncOkHttpApnsClient
-
Creates a new client which uses token authentication API.
- SyncOkHttpApnsClient(String, String, String, boolean, String, OkHttpClient.Builder, int) - Constructor for class com.clevertap.apns.clients.SyncOkHttpApnsClient
-
Creates a new client which uses token authentication API.
- SyncOkHttpApnsClient(String, String, String, boolean, String, ConnectionPool) - Constructor for class com.clevertap.apns.clients.SyncOkHttpApnsClient
-
Creates a new client which uses token authentication API.
- SyncOkHttpApnsClient(InputStream, String, boolean, String, OkHttpClient.Builder) - Constructor for class com.clevertap.apns.clients.SyncOkHttpApnsClient
-
Creates a new client and automatically loads the key store
with the push certificate read from the input stream.
- SyncOkHttpApnsClient(InputStream, String, boolean, String, OkHttpClient.Builder, int) - Constructor for class com.clevertap.apns.clients.SyncOkHttpApnsClient
-
Creates a new client and automatically loads the key store
with the push certificate read from the input stream.
- SyncOkHttpApnsClient(InputStream, String, boolean, String, ConnectionPool) - Constructor for class com.clevertap.apns.clients.SyncOkHttpApnsClient
-
Creates a new client and automatically loads the key store
with the push certificate read from the input stream.