Method | Description | |
---|---|---|
CreateCommandEvent ( string name, string description, int value ) : IDisposable | ||
CreateTimedEvent ( Categories category, string variable, string description, int value ) : IDisposable | ||
Dispose ( ) : void | ||
DynamoAnalyticsClient ( |
Constructs DynamoAnalyticsClient with given DynamoModel
|
|
LogPiiInfo ( string tag, string data ) : void | ||
ShutDown ( ) : void | ||
Start ( ) : void |
Starts the client when DynamoModel is created. This method initializes the Analytics service and application life cycle start is tracked.
|
|
TrackEvent ( Actions action, Categories category, string description, int value ) : void | ||
TrackException ( |
||
TrackFileOperationEvent ( string filepath, Actions operation, int size, string description ) : IDisposable | ||
TrackPreference ( string name, string stringValue, int metricValue ) : void | ||
TrackScreenView ( string viewName ) : void | ||
TrackTimedEvent ( Categories category, string variable, System.TimeSpan time, string description = "" ) : void |
Method | Description | |
---|---|---|
FileAction ( Actions operation ) : FileOperationEvent.Actions | ||
TrackPreferenceInternal ( string name, string stringValue, int metricValue ) : void |
public CreateCommandEvent ( string name, string description, int value ) : IDisposable | ||
name | string | |
description | string | |
value | int | |
return | IDisposable |
public CreateTimedEvent ( Categories category, string variable, string description, int value ) : IDisposable | ||
category | Categories | |
variable | string | |
description | string | |
value | int | |
return | IDisposable |
public DynamoAnalyticsClient ( |
||
dynamoModel | DynamoModel | |
return | System |
public LogPiiInfo ( string tag, string data ) : void | ||
tag | string | |
data | string | |
return | void |
public TrackEvent ( Actions action, Categories category, string description, int value ) : void | ||
action | Actions | |
category | Categories | |
description | string | |
value | int | |
return | void |
public TrackException ( |
||
ex | ||
isFatal | bool | |
return | void |
public TrackFileOperationEvent ( string filepath, Actions operation, int size, string description ) : IDisposable | ||
filepath | string | |
operation | Actions | |
size | int | |
description | string | |
return | IDisposable |
public TrackPreference ( string name, string stringValue, int metricValue ) : void | ||
name | string | |
stringValue | string | |
metricValue | int | |
return | void |
public TrackScreenView ( string viewName ) : void | ||
viewName | string | |
return | void |
public TrackTimedEvent ( Categories category, string variable, System.TimeSpan time, string description = "" ) : void | ||
category | Categories | |
variable | string | |
time | System.TimeSpan | |
description | string | |
return | void |