public static interface Analytics.TimedActionBlock<Boolean>
| Modifier and Type | Method and Description |
|---|---|
Boolean |
call(long inAppDuration,
long totalDuration,
java.util.Map<java.lang.String,java.lang.Object> contextData)
The interface definition for the logic block passed to the method trackTimedActionEnd
|
Boolean call(long inAppDuration, long totalDuration, java.util.Map<java.lang.String,java.lang.Object> contextData)
inAppDuration - a long containing the in app duration since this the timed action was started in seconds.totalDuration - a long containing the total duration since this the timed action was started in seconds.contextData - a HashMap containing context data to track with this timed action.