Show / Hide Table of Contents

Class PlatformType

Possible platforms on which a user may view content.

Inheritance
System.Object
PlatformType
PlatformType.Api
PlatformType.Desktop
PlatformType.Mobile
PlatformType.MobileAndroid
PlatformType.MobileIos
PlatformType.Other
PlatformType.Unknown
PlatformType.Web
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.SeenState
Assembly: Dropbox.Api.dll
Syntax
public class PlatformType

Constructors

| Improve this Doc View Source

PlatformType()

Initializes a new instance of the PlatformType class.

Declaration
public PlatformType()

Properties

| Improve this Doc View Source

AsApi

Gets this instance as a Api, or null.

Declaration
public PlatformType.Api AsApi { get; }
Property Value
Type Description
PlatformType.Api
| Improve this Doc View Source

AsDesktop

Gets this instance as a Desktop, or null.

Declaration
public PlatformType.Desktop AsDesktop { get; }
Property Value
Type Description
PlatformType.Desktop
| Improve this Doc View Source

AsMobile

Gets this instance as a Mobile, or null.

Declaration
public PlatformType.Mobile AsMobile { get; }
Property Value
Type Description
PlatformType.Mobile
| Improve this Doc View Source

AsMobileAndroid

Gets this instance as a MobileAndroid, or null.

Declaration
public PlatformType.MobileAndroid AsMobileAndroid { get; }
Property Value
Type Description
PlatformType.MobileAndroid
| Improve this Doc View Source

AsMobileIos

Gets this instance as a MobileIos, or null.

Declaration
public PlatformType.MobileIos AsMobileIos { get; }
Property Value
Type Description
PlatformType.MobileIos
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PlatformType.Other AsOther { get; }
Property Value
Type Description
PlatformType.Other
| Improve this Doc View Source

AsUnknown

Gets this instance as a Unknown, or null.

Declaration
public PlatformType.Unknown AsUnknown { get; }
Property Value
Type Description
PlatformType.Unknown
| Improve this Doc View Source

AsWeb

Gets this instance as a Web, or null.

Declaration
public PlatformType.Web AsWeb { get; }
Property Value
Type Description
PlatformType.Web
| Improve this Doc View Source

IsApi

Gets a value indicating whether this instance is Api

Declaration
public bool IsApi { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsDesktop

Gets a value indicating whether this instance is Desktop

Declaration
public bool IsDesktop { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMobile

Gets a value indicating whether this instance is Mobile

Declaration
public bool IsMobile { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMobileAndroid

Gets a value indicating whether this instance is MobileAndroid

Declaration
public bool IsMobileAndroid { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMobileIos

Gets a value indicating whether this instance is MobileIos

Declaration
public bool IsMobileIos { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsUnknown

Gets a value indicating whether this instance is Unknown

Declaration
public bool IsUnknown { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWeb

Gets a value indicating whether this instance is Web

Declaration
public bool IsWeb { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PlatformType()
  • Properties
    • AsApi
    • AsDesktop
    • AsMobile
    • AsMobileAndroid
    • AsMobileIos
    • AsOther
    • AsUnknown
    • AsWeb
    • IsApi
    • IsDesktop
    • IsMobile
    • IsMobileAndroid
    • IsMobileIos
    • IsOther
    • IsUnknown
    • IsWeb
Back to top Generated by DocFX