public class AmazonContentInteractionReceiver
extends java.lang.Object
getInstance(Context)
method to access an instance.Modifier and Type | Method and Description |
---|---|
void |
addContentInteraction(AmazonContentInteraction contentInteraction)
Adds a new content interaction event.
|
static AmazonContentInteractionReceiver |
getInstance(android.content.Context context)
Returns an instance of the AmazonContentInteractionReceiver to receive customer content interaction updates.
|
public static AmazonContentInteractionReceiver getInstance(android.content.Context context)
context
- The Android context object, used to bind to the receiver service.public void addContentInteraction(AmazonContentInteraction contentInteraction)
contentInteraction
- Content Interaction to be added.