IPropertyMapper.MapByte(String, Int32) Method

Definition

Map a string name to an integer ID for a primitive byte property.

[Android.Runtime.Register("mapByte", "(Ljava/lang/String;I)I", "GetMapByte_Ljava_lang_String_IHandler:Android.Views.Inspectors.IPropertyMapperInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)]
public int MapByte (string name, int attributeId);
[<Android.Runtime.Register("mapByte", "(Ljava/lang/String;I)I", "GetMapByte_Ljava_lang_String_IHandler:Android.Views.Inspectors.IPropertyMapperInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=29)>]
abstract member MapByte : string * int -> int

Parameters

name
String

The name of the property

attributeId
Int32

The attribute resource ID of this property, or Resources#ID_NULL

Returns

An integer ID for the property

Attributes

Remarks

Map a string name to an integer ID for a primitive byte property.

Java documentation for android.view.inspector.PropertyMapper.mapByte(java.lang.String, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to