MauiAndroidDeviceResource Constructors
Class Constructors 1 member
A resource that represents an Android physical device for running a .NET MAUI application.
Constructor(string, MauiProjectResource) Section titled Constructor(string, MauiProjectResource) A resource that represents an Android physical device for running a .NET MAUI application.
public sealed class MauiAndroidDeviceResource{ public MauiAndroidDeviceResource( string name, MauiProjectResource parent) { // ... }}Parameters
name string The name of the Android device resource. parent MauiProjectResource The parent MAUI project resource.