Class MobileClientPlatform
The mobile client platform object
Inheritance
System.Object
MobileClientPlatform
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 SourceMobileClientPlatform()
Initializes a new instance of the MobileClientPlatform class.
Declaration
public MobileClientPlatform()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsBlackberry
Gets a value indicating whether this instance is Blackberry
Declaration
public bool IsBlackberry { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIpad
Gets a value indicating whether this instance is Ipad
Declaration
public bool IsIpad { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIphone
Gets a value indicating whether this instance is Iphone
Declaration
public bool IsIphone { 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 |
IsWindowsPhone
Gets a value indicating whether this instance is WindowsPhone
Declaration
public bool IsWindowsPhone { get; }
Property Value
Type | Description |
---|---|
System.Boolean |