Show / Hide Table of Contents

Class MobileClientPlatform

The mobile client platform object

Inheritance
System.Object
MobileClientPlatform
MobileClientPlatform.Android
MobileClientPlatform.Blackberry
MobileClientPlatform.Ipad
MobileClientPlatform.Iphone
MobileClientPlatform.Other
MobileClientPlatform.WindowsPhone
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 MobileClientPlatform

Constructors

| Improve this Doc View Source

MobileClientPlatform()

Initializes a new instance of the MobileClientPlatform class.

Declaration
public MobileClientPlatform()

Properties

| Improve this Doc View Source

AsAndroid

Gets this instance as a Android, or null.

Declaration
public MobileClientPlatform.Android AsAndroid { get; }
Property Value
Type Description
MobileClientPlatform.Android
| Improve this Doc View Source

AsBlackberry

Gets this instance as a Blackberry, or null.

Declaration
public MobileClientPlatform.Blackberry AsBlackberry { get; }
Property Value
Type Description
MobileClientPlatform.Blackberry
| Improve this Doc View Source

AsIpad

Gets this instance as a Ipad, or null.

Declaration
public MobileClientPlatform.Ipad AsIpad { get; }
Property Value
Type Description
MobileClientPlatform.Ipad
| Improve this Doc View Source

AsIphone

Gets this instance as a Iphone, or null.

Declaration
public MobileClientPlatform.Iphone AsIphone { get; }
Property Value
Type Description
MobileClientPlatform.Iphone
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsWindowsPhone

Gets this instance as a WindowsPhone, or null.

Declaration
public MobileClientPlatform.WindowsPhone AsWindowsPhone { get; }
Property Value
Type Description
MobileClientPlatform.WindowsPhone
| Improve this Doc View Source

IsAndroid

Gets a value indicating whether this instance is Android

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

IsBlackberry

Gets a value indicating whether this instance is Blackberry

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

IsIpad

Gets a value indicating whether this instance is Ipad

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

IsIphone

Gets a value indicating whether this instance is Iphone

Declaration
public bool IsIphone { 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

IsWindowsPhone

Gets a value indicating whether this instance is WindowsPhone

Declaration
public bool IsWindowsPhone { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MobileClientPlatform()
  • Properties
    • AsAndroid
    • AsBlackberry
    • AsIpad
    • AsIphone
    • AsOther
    • AsWindowsPhone
    • IsAndroid
    • IsBlackberry
    • IsIpad
    • IsIphone
    • IsOther
    • IsWindowsPhone
Back to top Generated by DocFX