com.treasuredata.android.TDCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of td-android-sdk Show documentation
Show all versions of td-android-sdk Show documentation
Android SDK for Treasure Data Cloud
package com.treasuredata.android;
public interface TDCallback {
void onSuccess();
void onError(String errorCode, Exception e);
}