com.urbanairship.api.push.model.audience.BasicValueSelector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The Urban Airship Java client library
/*
* Copyright (c) 2013-2016. Urban Airship and Contributors
*/
package com.urbanairship.api.push.model.audience;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableMap;
import com.urbanairship.api.push.model.DeviceTypeData;
import java.util.Map;
import java.util.Optional;
public class BasicValueSelector implements ValueSelector {
private final SelectorType type;
private final String value;
private final Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy