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(BlipsGroup blipsGroup, PageView pageView)
Track a page view.void
sendBlip(BlipsGroup blipsGroup, UserAction userAction)
Track a user action
-
-
-
Method Detail
-
sendBlip
void sendBlip(BlipsGroup blipsGroup, UserAction userAction)
Track a user action- Parameters:
blipsGroup
- the group (or type) of the blipuserAction
- the userAction which is to be tracked in the Blip
-
sendBlip
void sendBlip(BlipsGroup blipsGroup, PageView pageView)
Track a page view.- Parameters:
blipsGroup
- the group (or type) of the blippageView
- the pageView which is to be tracked in the Blip
-
-