C# Class AppActs.API.DataUploader.Device

Afficher le fichier Open project: Appacts/mobile-analytics-server

Méthodes publiques

Méthode 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 méthode

public Device ( ) : System
Résultat System

Device() public méthode

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

Location() public méthode

public Location ( string country, string countryCode, string countryLevel1, string countryLevel1Code ) : void
country string
countryCode string
countryLevel1 string
countryLevel1Code string
Résultat void

Register() public méthode

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
Résultat void

User() public méthode

public User ( SexType sexType, int age ) : void
sexType SexType
age int
Résultat void