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

io.github.jav.exposerversdk.helpers.PushServerResolver 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.helpers;

import java.net.URL;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionException;

public interface PushServerResolver {
    public CompletableFuture postAsync(URL url, String json) throws CompletionException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy