public static class TrackHelper.Search
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
TrackMe |
build() |
TrackHelper.Search |
category(java.lang.String category)
You can optionally specify a search category with this parameter.
|
TrackHelper.Search |
count(java.lang.Integer count)
We recommend to set the search count to the number of search results displayed on the results page.
|
void |
with(PiwikApplication piwikApplication) |
void |
with(Tracker tracker) |
public TrackHelper.Search category(java.lang.String category)
public TrackHelper.Search count(java.lang.Integer count)
@Nullable public TrackMe build()
public void with(@NonNull
PiwikApplication piwikApplication)
public void with(@NonNull
Tracker tracker)