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

com.treasuredata.android.cdp.CDPClient Maven / Gradle / Ivy

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

import java.util.List;
import java.util.Map;

/**
 * A single-purpose client for now,
 * Use to lookup for CDP's Profiles
 */
public interface CDPClient {

    /**
     * @param profilesTokens list of Profile API Token that are defined on TreasureData
     * @param keys           lookup keyColumn values
     * @param callback       to receive the looked-up result
     */
    void fetchUserSegments(final List profilesTokens,
                           final Map keys,
                           final FetchUserSegmentsCallback callback);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy