public interface AppProfileFetcher
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
ProfileFetcherResult |
fetchAppProfile(java.lang.String instrumentationKey)
Fetches the application profile and returns the appId corresponding to the
instrumentation key provided.
|
ProfileFetcherResult fetchAppProfile(java.lang.String instrumentationKey) throws java.lang.InterruptedException, java.util.concurrent.ExecutionException, org.apache.http.ParseException, java.io.IOException
instrumentationKey - The instrumentation key for which to fetch the appId.java.util.concurrent.ExecutionExceptionjava.lang.InterruptedExceptionjava.io.IOExceptionorg.apache.http.ParseException