Class DownloadPromptEvent
Track when the user has been prompted with a game data download.
Inheritance
DownloadPromptEvent
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class DownloadPromptEvent : AnalyticsEventBase, IAnalyticsEvent, IInjectable
Fields
_name
Declaration
Field Value
_size
Declaration
Field Value
NAME_KEY
Declaration
public const string NAME_KEY = "name"
Field Value
SIZE_KEY
Declaration
public const string SIZE_KEY = "size"
Field Value
Properties
EventName
Declaration
public override string EventName { get; }
Property Value
Overrides
IncludeDeviceId
Declaration
protected override bool IncludeDeviceId { get; }
Property Value
Overrides
Methods
EventContent()
Declaration
protected override Dictionary<string, object> EventContent()
Returns
Overrides
Initialize(String, String)
Declaration
public virtual void Initialize(string name, string size)
Parameters
Type |
Name |
Description |
String |
name |
The name of the download requested. event-2-content
|
String |
size |
The download size in bytes. 62914560
|
Implements
IInjectable