public interface AnalyticsProvider
Modifier and Type | Method and Description |
---|---|
void |
sendEvent(String eventName,
Date date,
Map<String,String> params)
Publish an event.
|
default void |
sendEvent(String eventName,
Date date,
String... params)
Publish an event with additional parameters expressed as a sequence of keys and values.
|
default void |
sendEvent(String eventName,
String... params)
Publish an event without specifying a date.
|
void sendEvent(String eventName, Date date, Map<String,String> params)
eventName
- a name for the eventdate
- an exact moment when the event occurredparams
- additional parameters for the eventdefault void sendEvent(String eventName, Date date, String... params)
sendEvent(String, Date, Map)
default void sendEvent(String eventName, String... params)
sendEvent(String, Date, Map)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.