DevicePlatform.Android Property

Definition

Gets an instance of DevicePlatform that represents Android.

public:
 static property Microsoft::Maui::Devices::DevicePlatform Android { Microsoft::Maui::Devices::DevicePlatform get(); };
public static Microsoft.Maui.Devices.DevicePlatform Android { get; }
static member Android : Microsoft.Maui.Devices.DevicePlatform
Public Shared ReadOnly Property Android As DevicePlatform

Property Value

The Android platform

Applies to