monoandroid
namespace Android.Telephony.Mbms
{
[Register("android/telephony/mbms/GroupCallCallback", "", "Android.Telephony.Mbms.IGroupCallCallbackInvoker", ApiSince = 29)]
public interface IGroupCallCallback : IJavaObject, IJavaPeerable, IDisposable
{
[Register("onError", "(ILjava/lang/String;)V", "GetOnError_ILjava_lang_String_Handler:Android.Telephony.Mbms.IGroupCallCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 29)]
virtual void OnError(int errorCode, 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