Android Class

Definition

Marker class that identifies the Android platform.

public sealed class Android : Xamarin.Forms.IConfigPlatform
type Android = class
    interface IConfigPlatform
Inheritance
Android
Implements

Remarks

Developers specify the type name of this marker class to the On<T>() method to specify the underlying Android control on which to run a platform-specific effect.

Constructors

Android()

Creates a new Android marker class.

Applies to