[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-24 UTC."],[],[],null,["The Firebase Analytics event builder interface.\n\nAccess via `functions.analytics.event()`.\n\n**Signature:** \n\n export declare class AnalyticsEventBuilder \n\nConstructors\n\nMethods\n\nanalytics.AnalyticsEventBuilder.(constructor)\n\nConstructs a new instance of the `AnalyticsEventBuilder` class\n\n**Signature:** \n\n constructor(triggerResource: () =\u003e string, options: DeploymentOptions);\n\nParameters\n\nanalytics.AnalyticsEventBuilder.onLog()\n\nEvent handler that fires every time a Firebase Analytics event occurs.\n\n**Signature:** \n\n onLog(handler: (event: AnalyticsEvent, context: EventContext) =\u003e PromiseLike\u003cany\u003e | any): CloudFunction\u003cAnalyticsEvent\u003e;\n\nParameters\n\n**Returns:**\n\n[CloudFunction](./firebase-functions.cloudfunction.md#cloudfunction_interface)\\\u003c[AnalyticsEvent](./firebase-functions.analytics.analyticsevent.md#analyticsanalyticsevent_class)\\\u003e\n\nA function that you can export and deploy."]]