C# Класс Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.SQLiteEventStore

Наследование: IEventStore
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Dispose ( ) : void

Disposes of all managed and unmanaged resources.

IncrementDeliveryAttempt ( List rowIds ) : bool

Increments the delivery attempt.

SQLiteEventStore ( MobileAnalyticsManagerConfig maConfig ) : System

Constructor of Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.SQLiteEventStore

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Implements the Dispose pattern

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

Метод Описание
BindData ( SQLitePCL.sqlite3_stmt statement ) : void
BindData ( SqliteCommand command ) : void
CreateOrOpenDatabase ( ) : void
DeleteEvent ( List rowIds ) : void
Execute ( string query ) : void
ExecuteQuery ( string query ) : SQLitePCL.sqlite3_stmt
GetColumnValue ( SQLitePCL.sqlite3_stmt stmt, Type t, string columnName ) : object
GetEvents ( string appID, int maxAllowed ) : List
NumberOfEvents ( string appID ) : long
PutEvent ( string eventString, string appID ) : void
SQLiteEventStore ( ) : System
SetupSQLiteEventStore ( ) : void

Sets up SQLite database.

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

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

Disposes of all managed and unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Implements the Dispose pattern
protected Dispose ( bool disposing ) : void
disposing bool Whether this object is being disposed via a call to Dispose /// or garbage collected.
Результат void

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

Increments the delivery attempt.
public IncrementDeliveryAttempt ( List rowIds ) : bool
rowIds List Row identifiers.
Результат bool

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

Constructor of Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.SQLiteEventStore
public SQLiteEventStore ( MobileAnalyticsManagerConfig maConfig ) : System
maConfig Amazon.MobileAnalytics.MobileAnalyticsManager.MobileAnalyticsManagerConfig Mobile Analytics Manager Configuration.
Результат System