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

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

package com.mparticle.sdk.model.eventprocessing;

public final class SessionStartEvent extends Event {
    public SessionStartEvent() {
        super(Type.SESSION_START);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy