Android SDK Version
Nested Class Summary
Modifier and TypeClassDescription
public final classAppEventsConversionsAPITransformerWebRequests.CloudBridgeCredentials
Field Summary
Modifier and TypeFieldDescription
public final static AppEventsConversionsAPITransformerWebRequestsINSTANCE
Method Summary
Modifier and TypeMethodDescription
final static Unitconfigure(String datasetID, String url, String accessKey) Set the CAPI G Endpoint.
final static StringgetCredentials() Get the currently set credentials
final static UnittransformGraphRequestAndSendToCAPIGEndPoint(GraphRequest request) Take a graph request, extract the App Events within it and transform them.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

configure

 final static Unitconfigure(String datasetID, String url, String accessKey)
Set the CAPI G Endpoint. Overrides any existing settings.

getCredentials

 final static StringgetCredentials()
Get the currently set credentials

transformGraphRequestAndSendToCAPIGEndPoint

 final static UnittransformGraphRequestAndSendToCAPIGEndPoint(GraphRequest request)
Take a graph request, extract the App Events within it and transform them. Then send it to the cb endpoint.