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

com.urbanairship.connect.client.model.responses.region.RegionSource Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
/*
Copyright 2015 Urban Airship and Contributors
*/

package com.urbanairship.connect.client.model.responses.region;

import com.google.gson.annotations.SerializedName;

public enum RegionSource {
    @SerializedName("Gimbal")
    GIMBAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy