C# 클래스 AppActs.API.DataUploader.Device

파일 보기 프로젝트 열기: Appacts/mobile-analytics-server

공개 메소드들

메소드 설명
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

메소드 상세

Device() 공개 메소드

public Device ( ) : System
리턴 System

Device() 공개 메소드

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

Location() 공개 메소드

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

Register() 공개 메소드

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
리턴 void

User() 공개 메소드

public User ( SexType sexType, int age ) : void
sexType SexType
age int
리턴 void