co.fingerprintsoft.notification.apns.APNSSettings Maven / Gradle / Ivy
The newest version!
package co.fingerprintsoft.notification.apns;
import lombok.Data;
@Data
public class APNSSettings {
private String certificatePath;
private String password;
private boolean sandboxed = true;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy