Android.OS.Build.Supported32BitAbis Property
An ordered list of 32 bit ABIs supported by this device.

Syntax

[Android.Runtime.Register("SUPPORTED_32_BIT_ABIS")]
public static IList<string> Supported32BitAbis { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An ordered list of 32 bit ABIs supported by this device. The most preferred ABI is the first element in the list. See Build.SupportedAbis and Build.Supported64BitAbis.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1