◆ SendSessionSummary()
| virtual bool FDummyAnalyticsSummarySender::SendSessionSummary |
( |
const FString & |
UserId, |
|
|
const FString & |
AppId, |
|
|
const FString & |
AppVersion, |
|
|
const FString & |
SessionId, |
|
|
const TArray< FAnalyticsEventAttribute > & |
Properties |
|
) |
| |
|
inlineoverridevirtual |
Emits the summary events for the specified session id on behalf of the specified user/app/appversion. The function filters the properties by invoking the functor specified at construction.
- Parameters
-
| UserId | The user emitting the report. |
| AppId | The application for which the reports is emitted. |
| AppVersion | The application version for which the report is emitted. |
| SessionId | The session is for which the report is emitted. |
| Properties | The list of properties that makes up the summary event. |
Implements IAnalyticsSessionSummarySender.
◆ AppId
| FString FDummyAnalyticsSummarySender::AppId |
◆ AppVersion
| FString FDummyAnalyticsSummarySender::AppVersion |
◆ bReportSent
| bool FDummyAnalyticsSummarySender::bReportSent = false |
◆ Properties
◆ SessionId
| FString FDummyAnalyticsSummarySender::SessionId |
◆ UserId
| FString FDummyAnalyticsSummarySender::UserId |
The documentation for this class was generated from the following file: