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.
[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
 
Returns
- Attributes