Package zendesk.core
Interface BlipsProvider
-
public interface BlipsProvider
A Provider for tracking user actions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
sendBlip(PageView pageView, BlipsGroup blipsGroup)
Track a page view.void
sendBlip(UserAction userAction, BlipsGroup blipsGroup)
Track a user action
-
-
-
Method Detail
-
sendBlip
void sendBlip(UserAction userAction, BlipsGroup blipsGroup)
Track a user action- Parameters:
userAction
- the userAction which is to be tracked in the BlipblipsGroup
- the group (or type) of the blip
-
sendBlip
void sendBlip(PageView pageView, BlipsGroup blipsGroup)
Track a page view.- Parameters:
pageView
- the pageView which is to be tracked in the BlipblipsGroup
- the group (or type) of the blip
-
-