Show / Hide Table of Contents

Class MobileDeviceSessionLogInfo

Information about linked Dropbox mobile client sessions

Inheritance
System.Object
DeviceSessionLogInfo
MobileDeviceSessionLogInfo
Inherited Members
DeviceSessionLogInfo.IsDesktopDeviceSession
DeviceSessionLogInfo.AsDesktopDeviceSession
DeviceSessionLogInfo.IsMobileDeviceSession
DeviceSessionLogInfo.AsMobileDeviceSession
DeviceSessionLogInfo.IsWebDeviceSession
DeviceSessionLogInfo.AsWebDeviceSession
DeviceSessionLogInfo.IsLegacyDeviceSession
DeviceSessionLogInfo.AsLegacyDeviceSession
DeviceSessionLogInfo.IpAddress
DeviceSessionLogInfo.Created
DeviceSessionLogInfo.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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class MobileDeviceSessionLogInfo : DeviceSessionLogInfo

Constructors

| Improve this Doc View Source

MobileDeviceSessionLogInfo(String, MobileClientPlatform, String, Nullable<DateTime>, Nullable<DateTime>, MobileSessionLogInfo, String, String, String)

Initializes a new instance of the MobileDeviceSessionLogInfo class.

Declaration
public MobileDeviceSessionLogInfo(string deviceName, MobileClientPlatform clientType, string ipAddress = null, DateTime? created = null, DateTime? updated = null, MobileSessionLogInfo sessionInfo = null, string clientVersion = null, string osVersion = null, string lastCarrier = null)
Parameters
Type Name Description
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.Nullable<System.DateTime> created

The time this session was created.

System.Nullable<System.DateTime> updated

The time of the last activity from this session.

MobileSessionLogInfo sessionInfo

Mobile session unique id.

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

SessionInfo

Mobile session unique id.

Declaration
public MobileSessionLogInfo SessionInfo { get; protected set; }
Property Value
Type Description
MobileSessionLogInfo
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX