C# Class CountlySDK.Entities.BeginSession

Inheritance: CountlySDK.Entities.SessionEvent
Show file Open project: Countly/countly-sdk-windows

Public Methods

Method Description
BeginSession ( ) : System
BeginSession ( string appKey, string deviceId, string sdkVersion, Metrics metrics ) : System

Creates BeginSession object with provided values

Method Details

BeginSession() public method

public BeginSession ( ) : System
return System

BeginSession() public method

Creates BeginSession object with provided values
public BeginSession ( string appKey, string deviceId, string sdkVersion, Metrics metrics ) : System
appKey string App key for the application being tracked; find in the Countly Dashboard under Management > Applications
deviceId string Unique ID for the device the app is running on
sdkVersion string SDK version string
metrics Metrics Metrics parameters
return System