IDebugProc
OnMessage(Int32, Int32, Int32, Int32, String)
monoandroid
namespace Android.Opengl
{
[Register("android/opengl/GLES32", ApiSince = 24, DoNotGenerateAcw = true)]
public class GLES32 : GLES31
{
[Register("android/opengl/GLES32$DebugProc", "", "Android.Opengl.GLES32/IDebugProcInvoker", ApiSince = 24)]
public interface IDebugProc : IJavaObject, IJavaPeerable, IDisposable
{
[Register("onMessage", "(IIIILjava/lang/String;)V", "GetOnMessage_IIIILjava_lang_String_Handler:Android.Opengl.GLES32/IDebugProcInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 24)]
void OnMessage(int source, int type, int id, int severity, string? message);
}
}
}
| .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. |
- Built-in API
- Package-provided API