Uses of Interface
io.keen.client.java.AddEventCallback

Packages that use AddEventCallback
io.keen.client.java   
 

Uses of AddEventCallback in io.keen.client.java
 

Methods in io.keen.client.java with parameters of type AddEventCallback
 void KeenClient.addEvent(String eventCollection, Map<String,Object> event, Map<String,Object> keenProperties, AddEventCallback callback)
          Call this any time you want to add an event that will be sent to the Keen IO server AND you want to override Keen-defaulted properties (like timestamp).
 



Copyright © 2013 Keen IO. All Rights Reserved.