Class PlatformType
Possible platforms on which a user may view content.
Inheritance
Inherited Members
Namespace: Dropbox.Api.SeenState
Assembly: Dropbox.Api.dll
Syntax
public class PlatformType
Constructors
| Improve this Doc View SourcePlatformType()
Initializes a new instance of the PlatformType class.
Declaration
public PlatformType()
Properties
| Improve this Doc View SourceAsApi
Gets this instance as a Api, or null
.
Declaration
public PlatformType.Api AsApi { get; }
Property Value
Type | Description |
---|---|
PlatformType.Api |
AsDesktop
Gets this instance as a Desktop, or null
.
Declaration
public PlatformType.Desktop AsDesktop { get; }
Property Value
Type | Description |
---|---|
PlatformType.Desktop |
AsMobile
Gets this instance as a Mobile, or null
.
Declaration
public PlatformType.Mobile AsMobile { get; }
Property Value
Type | Description |
---|---|
PlatformType.Mobile |
AsMobileAndroid
Gets this instance as a MobileAndroid, or null
.
Declaration
public PlatformType.MobileAndroid AsMobileAndroid { get; }
Property Value
Type | Description |
---|---|
PlatformType.MobileAndroid |
AsMobileIos
Gets this instance as a MobileIos, or null
.
Declaration
public PlatformType.MobileIos AsMobileIos { get; }
Property Value
Type | Description |
---|---|
PlatformType.MobileIos |
AsOther
Gets this instance as a Other, or null
.
Declaration
public PlatformType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
PlatformType.Other |
AsUnknown
Gets this instance as a Unknown, or null
.
Declaration
public PlatformType.Unknown AsUnknown { get; }
Property Value
Type | Description |
---|---|
PlatformType.Unknown |
AsWeb
Gets this instance as a Web, or null
.
Declaration
public PlatformType.Web AsWeb { get; }
Property Value
Type | Description |
---|---|
PlatformType.Web |
IsApi
Gets a value indicating whether this instance is Api
Declaration
public bool IsApi { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDesktop
Gets a value indicating whether this instance is Desktop
Declaration
public bool IsDesktop { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMobile
Gets a value indicating whether this instance is Mobile
Declaration
public bool IsMobile { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMobileAndroid
Gets a value indicating whether this instance is MobileAndroid
Declaration
public bool IsMobileAndroid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsMobileIos
Gets a value indicating whether this instance is MobileIos
Declaration
public bool IsMobileIos { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnknown
Gets a value indicating whether this instance is Unknown
Declaration
public bool IsUnknown { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWeb
Gets a value indicating whether this instance is Web
Declaration
public bool IsWeb { get; }
Property Value
Type | Description |
---|---|
System.Boolean |