Agentforce Mobile SDK Overview
AgentforceInstrumentationHandler
AgentforceInstrumentationEvent
Android Typography & Fonts
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Analytics and instrumentation for the Agentforce Android SDK.
1class MyAnalyticsHandler : AgentforceInstrumentationHandler {
2 override fun trackEvent(event: AgentforceInstrumentationEvent) {
3 // Send event to analytics service
4 }
5}