ISubscriber
OnComplete()
OnError(Throwable)
OnNext(Object)
OnSubscribe(ISubscription)
monoandroid
namespace Java.Util.Concurrent
{
[Register("java/util/concurrent/Flow", ApiSince = 30, DoNotGenerateAcw = true)]
public sealed class Flow : Object
{
[JavaTypeParameters(new[] { "T" })]
[Register("java/util/concurrent/Flow$Subscriber", "", "Java.Util.Concurrent.Flow/ISubscriberInvoker", ApiSince = 30)]
public interface ISubscriber : IJavaObject, IJavaPeerable, IDisposable
{
[Register("onError", "(Ljava/lang/Throwable;)V", "GetOnError_Ljava_lang_Throwable_Handler:Java.Util.Concurrent.Flow/ISubscriberInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince = 30)]
void OnError(Throwable? throwable);
}
}
}
.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