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

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

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

import io.keen.client.java.KeenClient;
import io.keen.client.java.KeenJsonHandler;

class TDClientBuilder extends KeenClient.Builder {
    @Override
    protected KeenJsonHandler getDefaultJsonHandler() throws Exception {
        return null;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy