Class MobileClientSession
Information about linked Dropbox mobile client sessions.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MobileClientSession : DeviceSession
Constructors
| Improve this Doc View SourceMobileClientSession(String, String, MobileClientPlatform, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String)
Initializes a new instance of the Mobile
Declaration
public MobileClientSession(string sessionId, string deviceName, MobileClientPlatform clientType, string ipAddress = null, string country = null, DateTime? created = null, DateTime? updated = null, string clientVersion = null, string osVersion = null, string lastCarrier = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
sessionId | The session id. |
System. |
deviceName | The device name. |
Mobile |
clientType | The mobile application type. |
System. |
ipAddress | The IP address of the last activity from this session. |
System. |
country | The country from which the last activity from this session was made. |
System. |
created | The time this session was created. |
System. |
updated | The time of the last activity from this session. |
System. |
clientVersion | The dropbox client version. |
System. |
osVersion | The hosting OS version. |
System. |
lastCarrier | last carrier used by the device. |
Properties
| Improve this Doc View SourceClientType
The mobile application type.
Declaration
public MobileClientPlatform ClientType { get; protected set; }
Property Value
Type | Description |
---|---|
Mobile |
ClientVersion
The dropbox client version.
Declaration
public string ClientVersion { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
DeviceName
The device name.
Declaration
public string DeviceName { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
LastCarrier
last carrier used by the device.
Declaration
public string LastCarrier { get; protected set; }
Property Value
Type | Description |
---|---|
System. |
OsVersion
The hosting OS version.
Declaration
public string OsVersion { get; protected set; }
Property Value
Type | Description |
---|---|
System. |