Urban Airship Unity Plugin
  • UrbanAirship
  • CustomEvent
Public Member Functions | Properties | List of all members
UrbanAirship.CustomEvent Class Reference

A Custom Event model object. More...

Public Member Functions

 CustomEvent ()
 Initializes a new instance of the UrbanAirship.CustomEvent class.
 
void AddProperty (string name, string value)
 Adds a string property.
 
void AddProperty (string name, double value)
 Adds a double property.
 
void AddProperty (string name, bool value)
 Adds a bool property.
 
void AddProperty (string name, ICollection< string > value)
 Adds a string array property.
 

Properties

string EventName [get, set]
 Gets or sets the name of the event.
 
decimal EventValue [get, set]
 Gets or sets the event value.
 
string TransactionId [get, set]
 Gets or sets the transaction identifier.
 
string InteractionType [get, set]
 Gets or sets interaction type.
 
string InteractionId [get, set]
 Gets or sets the interaction identifier.
 

Detailed Description

A Custom Event model object.

Constructor & Destructor Documentation

◆ CustomEvent()

UrbanAirship.CustomEvent.CustomEvent ( )
inline

Initializes a new instance of the UrbanAirship.CustomEvent class.

Member Function Documentation

◆ AddProperty() [1/4]

void UrbanAirship.CustomEvent.AddProperty ( string  name,
bool  value 
)
inline

Adds a bool property.

Parameters
nameThe property name.
valueThe property value.

◆ AddProperty() [2/4]

void UrbanAirship.CustomEvent.AddProperty ( string  name,
double  value 
)
inline

Adds a double property.

Parameters
nameThe property name.
valueThe property value.

◆ AddProperty() [3/4]

void UrbanAirship.CustomEvent.AddProperty ( string  name,
ICollection< string >  value 
)
inline

Adds a string array property.

Parameters
nameThe property name.
valueThe property value.

◆ AddProperty() [4/4]

void UrbanAirship.CustomEvent.AddProperty ( string  name,
string  value 
)
inline

Adds a string property.

Parameters
nameThe property name.
valueThe property value.

Property Documentation

◆ EventName

string UrbanAirship.CustomEvent.EventName
getset

Gets or sets the name of the event.

The name of the event.

◆ EventValue

decimal UrbanAirship.CustomEvent.EventValue
getset

Gets or sets the event value.

The event value.

◆ InteractionId

string UrbanAirship.CustomEvent.InteractionId
getset

Gets or sets the interaction identifier.

The interaction identifier.

◆ InteractionType

string UrbanAirship.CustomEvent.InteractionType
getset

Gets or sets interaction type.

The interaction type.

◆ TransactionId

string UrbanAirship.CustomEvent.TransactionId
getset

Gets or sets the transaction identifier.

The transaction identifier.


Generated on Thu Mar 14 2024 16:06:38 for Urban Airship Unity Plugin by   doxygen 1.9.8