Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/Interfaces > API/Runtime/Analytics/Interfaces/IAnalyticsProvider
| Type | Name | Description | |
|---|---|---|---|
| bool | StartSession () |
Starts a session. | |
| bool | StartSession
(
const TArray< FAnalyticsEventAttribute >& Attributes |
Starts a session. See parameterless-version for contract details. | |
| bool | StartSession
(
const FAnalyticsEventAttribute& Attribute |
Overload for StartSession that takes a single attribute | |
| bool | StartSession
(
const FString& ParamName, |
Overload for StartSession that takes a single name/value pair |