
com.urbanairship.connect.client.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connect-client Show documentation
Show all versions of connect-client Show documentation
The UA Connect Java client library
The newest version!
package com.urbanairship.connect.client;
public final class Constants {
public static final String API_URL = "https://connect.urbanairship.com/api/events/";
public static final String EU_API_URL = "https://connect.asnapieu.com/api/events/";
private Constants() { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy