public interface

ServiceAnalyticsListener

com.salesforce.android.service.common.analytics.ServiceAnalyticsListener

Class Overview

Listener interface for handling Service Analytics events.

Summary

Public Methods
abstract void onServiceAnalyticsEvent(String behaviorId, Map<StringObject> eventData)
Handle a Service Analytics Event in the form of a Map.

Public Methods

public abstract void onServiceAnalyticsEvent (String behaviorId, Map<StringObject> eventData)

Handle a Service Analytics Event in the form of a Map. The structure of the data in the Map is documented in the API Reference Documentation for the specific Service SDK you are using.

Parameters
behaviorId An enumerated identifier for the behavior that caused the event.
eventData A map of contextual data for the event.