C# Class CountlySDK.Entities.CountlyEvent

ファイルを表示 Open project: Countly/countly-sdk-windows Class Usage Examples

Private Properties

Property Type Description
CountlyEvent System

Public Methods

Method Description
CountlyEvent ( string Key, int Count, double Sum, Segmentation Segmentation ) : System

Create Countly event with provided values

Private Methods

Method Description
CountlyEvent ( ) : System

Method Details

CountlyEvent() public method

Create Countly event with provided values
public CountlyEvent ( string Key, int Count, double Sum, Segmentation Segmentation ) : System
Key string Key attribute, must be non-empty
Count int Count parameter, must me positive number
Sum double Sum parameter, can be null
Segmentation Segmentation Segmentation parameter
return System