C# Class countly_sdk_xamarin.Services.EventService

Afficher le fichier Open project: Countly/countly-sdk-xamarin

Méthodes publiques

Méthode Description
AddEvent ( string Key ) : void
AddEvent ( string Key, String>.Dictionary Segmentation ) : void
AddEvent ( string Key, double Sum ) : void
AddEvent ( string Key, int Count ) : void
AddEvent ( string Key, int Count, String>.Dictionary Segmentation ) : void
AddEvent ( string Key, int Count, double Sum ) : void
AddEvent ( string Key, int Count, double Sum, String>.Dictionary Segmentation ) : void
GetEvents ( int count ) : Queue

Private Methods

Méthode Description
EventService ( ) : System

Method Details

AddEvent() public méthode

public AddEvent ( string Key ) : void
Key string
Résultat void

AddEvent() public méthode

public AddEvent ( string Key, String>.Dictionary Segmentation ) : void
Key string
Segmentation String>.Dictionary
Résultat void

AddEvent() public méthode

public AddEvent ( string Key, double Sum ) : void
Key string
Sum double
Résultat void

AddEvent() public méthode

public AddEvent ( string Key, int Count ) : void
Key string
Count int
Résultat void

AddEvent() public méthode

public AddEvent ( string Key, int Count, String>.Dictionary Segmentation ) : void
Key string
Count int
Segmentation String>.Dictionary
Résultat void

AddEvent() public méthode

public AddEvent ( string Key, int Count, double Sum ) : void
Key string
Count int
Sum double
Résultat void

AddEvent() public méthode

public AddEvent ( string Key, int Count, double Sum, String>.Dictionary Segmentation ) : void
Key string
Count int
Sum double
Segmentation String>.Dictionary
Résultat void

GetEvents() public méthode

public GetEvents ( int count ) : Queue
count int
Résultat Queue