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

com.urbanairship.api.push.model.audience.location.PresenceTimeFrame Maven / Gradle / Ivy

/*
 * Copyright 2013 Urban Airship and Contributors
 */

package com.urbanairship.api.push.model.audience.location;

/**
 * Denotes whether the time value is a last seen time, where a match only
 * occurs if the device was last seen at the location, or whether the location
 * is an anytime location, where a match occurs if the device was present in
 * the location at any time.
 */
public enum PresenceTimeFrame {
    LAST_SEEN,
    ANYTIME
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy