Class MobileClientPlatform
The mobile client platform object
Inheritance
MobileClientPlatform
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class MobileClientPlatform
Constructors
View SourceMobileClientPlatform()
Initializes a new instance of the MobileClientPlatform class.
Declaration
public MobileClientPlatform()
Properties
View SourceAsAndroid
Gets this instance as a Android, or null.
Declaration
public MobileClientPlatform.Android AsAndroid { get; }
Property Value
| Type | Description |
|---|---|
| MobileClientPlatform.Android |
AsBlackberry
Gets this instance as a Blackberry, or null.
Declaration
public MobileClientPlatform.Blackberry AsBlackberry { get; }
Property Value
| Type | Description |
|---|---|
| MobileClientPlatform.Blackberry |
AsIpad
Gets this instance as a Ipad, or null.
Declaration
public MobileClientPlatform.Ipad AsIpad { get; }
Property Value
| Type | Description |
|---|---|
| MobileClientPlatform.Ipad |
AsIphone
Gets this instance as a Iphone, or null.
Declaration
public MobileClientPlatform.Iphone AsIphone { get; }
Property Value
| Type | Description |
|---|---|
| MobileClientPlatform.Iphone |
AsOther
Gets this instance as a Other, or null.
Declaration
public MobileClientPlatform.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MobileClientPlatform.Other |
AsWindowsPhone
Gets this instance as a WindowsPhone, or null.
Declaration
public MobileClientPlatform.WindowsPhone AsWindowsPhone { get; }
Property Value
| Type | Description |
|---|---|
| MobileClientPlatform.WindowsPhone |
IsAndroid
Gets a value indicating whether this instance is Android
Declaration
public bool IsAndroid { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsBlackberry
Gets a value indicating whether this instance is Blackberry
Declaration
public bool IsBlackberry { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsIpad
Gets a value indicating whether this instance is Ipad
Declaration
public bool IsIpad { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsIphone
Gets a value indicating whether this instance is Iphone
Declaration
public bool IsIphone { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWindowsPhone
Gets a value indicating whether this instance is WindowsPhone
Declaration
public bool IsWindowsPhone { get; }
Property Value
| Type | Description |
|---|---|
| bool |