Package zendesk.core

Interface BlipsProvider



  • public interface BlipsProvider
    A Provider for tracking user actions.
    • Method Detail

      • sendBlip

        void sendBlip(UserAction userAction,
                      BlipsGroup blipsGroup)
        Track a user action
        Parameters:
        userAction - the userAction which is to be tracked in the Blip
        blipsGroup - 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 Blip
        blipsGroup - the group (or type) of the blip