C# Class AppActs.API.DataUploader.Device

Show file Open project: Appacts/mobile-analytics-server

Public Methods

Method Description
Device ( ) : System
Device ( IDeviceService iDeviceService, string version, System.DateTime timeWhenUsed, System.Guid applicationId ) : System
Location ( string country, string countryCode, string countryLevel1, string countryLevel1Code ) : void
Register ( string deviceModel, PlatformType platformType, string carrier, string platformOS, int timeZoneOffset, string locale, string manufac, int>.Tuple resolution ) : void
User ( SexType sexType, int age ) : void

Method Details

Device() public method

public Device ( ) : System
return System

Device() public method

public Device ( IDeviceService iDeviceService, string version, System.DateTime timeWhenUsed, System.Guid applicationId ) : System
iDeviceService IDeviceService
version string
timeWhenUsed System.DateTime
applicationId System.Guid
return System

Location() public method

public Location ( string country, string countryCode, string countryLevel1, string countryLevel1Code ) : void
country string
countryCode string
countryLevel1 string
countryLevel1Code string
return void

Register() public method

public Register ( string deviceModel, PlatformType platformType, string carrier, string platformOS, int timeZoneOffset, string locale, string manufac, int>.Tuple resolution ) : void
deviceModel string
platformType PlatformType
carrier string
platformOS string
timeZoneOffset int
locale string
manufac string
resolution int>.Tuple
return void

User() public method

public User ( SexType sexType, int age ) : void
sexType SexType
age int
return void