public class AndroidConnectClient
extends io.getconnect.client.ConnectClient
| Constructor and Description |
|---|
AndroidConnectClient(android.content.Context context,
String projectId,
String apiKey)
Creates a new
ConnectClient for Android. |
public AndroidConnectClient(android.content.Context context,
String projectId,
String apiKey)
throws IOException
ConnectClient for Android.context - A Context that is used to access the cache directory for the persistent store.projectId - ID of the project to which to push events.apiKey - API key used to access the project (this must be a push or push/query key).IOException