C# Class countly_sdk_xamarin.Services.EventService

Mostrar archivo Open project: Countly/countly-sdk-xamarin

Public Methods

Method 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

Method Description
EventService ( ) : System

Method Details

AddEvent() public method

public AddEvent ( string Key ) : void
Key string
return void

AddEvent() public method

public AddEvent ( string Key, String>.Dictionary Segmentation ) : void
Key string
Segmentation String>.Dictionary
return void

AddEvent() public method

public AddEvent ( string Key, double Sum ) : void
Key string
Sum double
return void

AddEvent() public method

public AddEvent ( string Key, int Count ) : void
Key string
Count int
return void

AddEvent() public method

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

AddEvent() public method

public AddEvent ( string Key, int Count, double Sum ) : void
Key string
Count int
Sum double
return void

AddEvent() public method

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

GetEvents() public method

public GetEvents ( int count ) : Queue
count int
return Queue