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

io.github.jav.exposerversdk.ExpoPushMessageTicketPair 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 ExpoPushMessageTicketPair {
    public TPushMessage message;
    public ExpoPushTicket ticket;

    ExpoPushMessageTicketPair(TPushMessage message, ExpoPushTicket ticket) {
        this.message = message;
        this.ticket = ticket;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy