All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.jav.exposerversdk.PushClientException Maven / Gradle / Ivy

Go to download

Java implementation of expo-server-sdk implementation. Classes and methods to manage push notifications

The newest version!
package io.github.jav.exposerversdk;

public class PushClientException extends Exception {
    public PushClientException(Exception e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy