Show / Hide Table of Contents

Class MobileClientSession

Information about linked Dropbox mobile client sessions.

Inheritance
System.Object
DeviceSession
MobileClientSession
Inherited Members
DeviceSession.SessionId
DeviceSession.IpAddress
DeviceSession.Country
DeviceSession.Created
DeviceSession.Updated
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 Source

MobileClientSession(String, String, MobileClientPlatform, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String)

Initializes a new instance of the MobileClientSession class.

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.String sessionId

The session id.

System.String deviceName

The device name.

MobileClientPlatform clientType

The mobile application type.

System.String ipAddress

The IP address of the last activity from this session.

System.String country

The country from which the last activity from this session was made.

System.Nullable<System.DateTime> created

The time this session was created.

System.Nullable<System.DateTime> updated

The time of the last activity from this session.

System.String clientVersion

The dropbox client version.

System.String osVersion

The hosting OS version.

System.String lastCarrier

last carrier used by the device.

Properties

| Improve this Doc View Source

ClientType

The mobile application type.

Declaration
public MobileClientPlatform ClientType { get; protected set; }
Property Value
Type Description
MobileClientPlatform
| Improve this Doc View Source

ClientVersion

The dropbox client version.

Declaration
public string ClientVersion { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DeviceName

The device name.

Declaration
public string DeviceName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LastCarrier

last carrier used by the device.

Declaration
public string LastCarrier { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

OsVersion

The hosting OS version.

Declaration
public string OsVersion { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MobileClientSession(String, String, MobileClientPlatform, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, String)
  • Properties
    • ClientType
    • ClientVersion
    • DeviceName
    • LastCarrier
    • OsVersion
Back to top Generated by DocFX