Class PushNotificationEvent
Send when a push notification is sent, if possible, or cache some data and send this event when the user opens the app after a notification
has been sent.
Inheritance
PushNotificationEvent
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class PushNotificationEvent : AnalyticsEventBase, IAnalyticsEvent, IInjectable
Fields
_count
Declaration
Field Value
_name
Declaration
Field Value
_source
Declaration
Field Value
_type
Declaration
Field Value
COUNT_KEY
Declaration
public const string COUNT_KEY = "count"
Field Value
NAME_KEY
Declaration
public const string NAME_KEY = "name"
Field Value
SOURCE_KEY
Declaration
public const string SOURCE_KEY = "source"
Field Value
TYPE_KEY
Declaration
public const string TYPE_KEY = "type"
Field Value
Properties
EventName
Declaration
public override string EventName { get; }
Property Value
Overrides
Methods
EventContent()
Declaration
protected override Dictionary<string, object> EventContent()
Returns
Overrides
Initialize(String, String, String, Int32)
Declaration
public virtual void Initialize(string type, string name, string source, int count)
Parameters
Type |
Name |
Description |
String |
type |
The type of notification. local, remote
|
String |
name |
The name of the notification. EventTimerTrunk, VideoAd
|
String |
source |
More specific information about the context the notification took place in. This should be something data analysts
can sort or group data with.
|
Int32 |
count |
|
Implements
IInjectable