public static class TrackHelper.ContentInteraction
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
TrackMe |
build() |
TrackHelper.ContentInteraction |
piece(java.lang.String contentPiece) |
TrackHelper.ContentInteraction |
target(java.lang.String contentTarget) |
void |
with(PiwikApplication piwikApplication) |
void |
with(Tracker tracker) |
public TrackHelper.ContentInteraction piece(java.lang.String contentPiece)
contentPiece - The actual content. For instance the path to an image, video, audio, any textpublic TrackHelper.ContentInteraction target(java.lang.String contentTarget)
contentTarget - The target the content leading to when an interaction occurs. For instance the URL of a landing page.@Nullable public TrackMe build()
public void with(@NonNull
PiwikApplication piwikApplication)
public void with(@NonNull
Tracker tracker)