IPropertyReader
ReadBoolean(Int32, Boolean)
ReadByte(Int32, SByte)
ReadChar(Int32, Char)
ReadColor(Int32, ColorObject)
ReadColor(Int32, Int32)
ReadColor(Int32, Int64)
ReadDouble(Int32, Double)
ReadFloat(Int32, Single)
ReadGravity(Int32, Int32)
ReadInt(Int32, Int32)
ReadIntEnum(Int32, Int32)
ReadIntFlag(Int32, Int32)
ReadLong(Int32, Int64)
ReadObject(Int32, Object)
ReadResourceId(Int32, Int32)
ReadShort(Int32, Int16)
net9.0-android34.0
namespace Android.Views.Inspectors
{
[Register("android/view/inspector/PropertyReader", "", "Android.Views.Inspectors.IPropertyReaderInvoker", ApiSince = 29)]
public interface IPropertyReader : IJavaObject, IJavaPeerable, IDisposable
{
[Register("readShort", "(IS)V", "GetReadShort_ISHandler:Android.Views.Inspectors.IPropertyReaderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 29)]
[SupportedOSPlatform("android29.0")]
void ReadShort(int id, short value);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API