monoandroid
namespace Android.Views
{
[Register("android/view/SurfaceControl", ApiSince = 29, DoNotGenerateAcw = true)]
public sealed class SurfaceControl : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Register("android/view/SurfaceControl$Transaction", ApiSince = 29, DoNotGenerateAcw = true)]
public class Transaction : Object, IParcelable, IJavaObject, IJavaPeerable, ICloseable, IDisposable
{
[Register("setLayer", "(Landroid/view/SurfaceControl;I)Landroid/view/SurfaceControl$Transaction;", "GetSetLayer_Landroid_view_SurfaceControl_IHandler", ApiSince = 29)]
public virtual Transaction! SetLayer(SurfaceControl! sc, int z);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |