SubmissionPublisher.IsSubscribed(Flow+ISubscriber) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the given Subscriber is currently subscribed.
[Android.Runtime.Register("isSubscribed", "(Ljava/util/concurrent/Flow$Subscriber;)Z", "GetIsSubscribed_Ljava_util_concurrent_Flow_Subscriber_Handler", ApiSince=33)]
public virtual bool IsSubscribed(Java.Util.Concurrent.Flow.ISubscriber? subscriber);
[<Android.Runtime.Register("isSubscribed", "(Ljava/util/concurrent/Flow$Subscriber;)Z", "GetIsSubscribed_Ljava_util_concurrent_Flow_Subscriber_Handler", ApiSince=33)>]
abstract member IsSubscribed : Java.Util.Concurrent.Flow.ISubscriber -> bool
override this.IsSubscribed : Java.Util.Concurrent.Flow.ISubscriber -> bool
Parameters
- subscriber
- Flow.ISubscriber
the subscriber
Returns
true if currently subscribed
- Attributes
Remarks
Returns true if the given Subscriber is currently subscribed.
Java reference for java.util.concurrent.SubmissionPublisher.isSubscribed.