C# Class CountlySDK.Entities.CountlyEvent

Afficher le fichier Open project: Countly/countly-sdk-windows Class Usage Examples

Private Properties

Свойство Type Description
CountlyEvent System

Méthodes publiques

Méthode Description
CountlyEvent ( string Key, int Count, double Sum, Segmentation Segmentation ) : System

Create Countly event with provided values

Private Methods

Méthode Description
CountlyEvent ( ) : System

Method Details

CountlyEvent() public méthode

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
Résultat System