SFSDKEventBuilderHelper Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SFSDKEventBuilderHelper.h |
Overview
// Event startTime and endTime can be specified by passing values for attributes START_TIME and END_TIME
+ createAndStoreEvent:userAccount:className:attributes:
Creates and stores an analytics event with the supplied parameters.
+ (void)createAndStoreEvent:(NSString *)name userAccount:(nullable SFUserAccount *)userAccount className:(NSString *)className attributes:(nullable NSDictionary *)attributesParameters
name |
Event name. |
|---|---|
userAccount |
User account. |
className |
Class name or context where the event was generated. |
attributes |
Addiitonal attributes. |
Declared In
SFSDKEventBuilderHelper.h