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

com.treasuredata.android.TDEventStore Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.treasuredata.android;

import io.keen.client.java.FileEventStore;

import java.io.File;
import java.io.IOException;

class TDEventStore extends FileEventStore {
    public TDEventStore(File root) throws IOException {
        super(root);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy