Метод | Описание | |
---|---|---|
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 |
||
User ( SexType sexType, int age ) : void |
public Device ( IDeviceService iDeviceService, string version, System.DateTime timeWhenUsed, System.Guid applicationId ) : System | ||
iDeviceService | IDeviceService | |
version | string | |
timeWhenUsed | System.DateTime | |
applicationId | System.Guid | |
Результат | System |
public Location ( string country, string countryCode, string countryLevel1, string countryLevel1Code ) : void | ||
country | string | |
countryCode | string | |
countryLevel1 | string | |
countryLevel1Code | string | |
Результат | void |
public Register ( string deviceModel, PlatformType platformType, string carrier, string platformOS, int timeZoneOffset, string locale, string manufac, int>.Tuple |
||
deviceModel | string | |
platformType | PlatformType | |
carrier | string | |
platformOS | string | |
timeZoneOffset | int | |
locale | string | |
manufac | string | |
resolution | int>.Tuple | |
Результат | void |
public User ( SexType sexType, int age ) : void | ||
sexType | SexType | |
age | int | |
Результат | void |