Package com.treasuredata.android.cdp
Interface CDPClient
-
- All Known Implementing Classes:
CDPClientImpl,TreasureData
public interface CDPClientA single-purpose client for now, Use to lookup for CDP's Profiles
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfetchUserSegments(java.util.List<java.lang.String> profilesTokens, java.util.Map<java.lang.String,java.lang.String> keys, FetchUserSegmentsCallback callback)
-
-
-
Method Detail
-
fetchUserSegments
void fetchUserSegments(java.util.List<java.lang.String> profilesTokens, java.util.Map<java.lang.String,java.lang.String> keys, FetchUserSegmentsCallback callback)- Parameters:
profilesTokens- list of Profile API Token that are defined on TreasureDatakeys- lookup keyColumn valuescallback- to receive the looked-up result
-
-