C# Класс countly_sdk_xamarin.Services.EventService

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
EventService ( ) : System

Описание методов

AddEvent() публичный Метод

public AddEvent ( string Key ) : void
Key string
Результат void

AddEvent() публичный Метод

public AddEvent ( string Key, String>.Dictionary Segmentation ) : void
Key string
Segmentation String>.Dictionary
Результат void

AddEvent() публичный Метод

public AddEvent ( string Key, double Sum ) : void
Key string
Sum double
Результат void

AddEvent() публичный Метод

public AddEvent ( string Key, int Count ) : void
Key string
Count int
Результат void

AddEvent() публичный Метод

public AddEvent ( string Key, int Count, String>.Dictionary Segmentation ) : void
Key string
Count int
Segmentation String>.Dictionary
Результат void

AddEvent() публичный Метод

public AddEvent ( string Key, int Count, double Sum ) : void
Key string
Count int
Sum double
Результат void

AddEvent() публичный Метод

public AddEvent ( string Key, int Count, double Sum, String>.Dictionary Segmentation ) : void
Key string
Count int
Sum double
Segmentation String>.Dictionary
Результат void

GetEvents() публичный Метод

public GetEvents ( int count ) : Queue
count int
Результат Queue