Package zendesk.core

Interface BlipsProvider



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

      • sendBlip

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