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

com.mparticle.sdk.model.eventprocessing.WebRuntimeEnvironment Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package com.mparticle.sdk.model.eventprocessing;

import com.fasterxml.jackson.annotation.JsonProperty;

import java.util.List;

/**
 * Web Environment
 */
public final class WebRuntimeEnvironment extends RuntimeEnvironment {

    public WebRuntimeEnvironment() {
        super(Type.MOBILEWEB);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy