SubscriptionManager.RemoveOnOpportunisticSubscriptionsChangedListener Method

Definition

Unregister the OnOpportunisticSubscriptionsChangedListener that is currently listening opportunistic subscriptions change.

[Android.Runtime.Register("removeOnOpportunisticSubscriptionsChangedListener", "(Landroid/telephony/SubscriptionManager$OnOpportunisticSubscriptionsChangedListener;)V", "GetRemoveOnOpportunisticSubscriptionsChangedListener_Landroid_telephony_SubscriptionManager_OnOpportunisticSubscriptionsChangedListener_Handler", ApiSince=29)]
public virtual void RemoveOnOpportunisticSubscriptionsChangedListener (Android.Telephony.SubscriptionManager.OnOpportunisticSubscriptionsChangedListener listener);
[<Android.Runtime.Register("removeOnOpportunisticSubscriptionsChangedListener", "(Landroid/telephony/SubscriptionManager$OnOpportunisticSubscriptionsChangedListener;)V", "GetRemoveOnOpportunisticSubscriptionsChangedListener_Landroid_telephony_SubscriptionManager_OnOpportunisticSubscriptionsChangedListener_Handler", ApiSince=29)>]
abstract member RemoveOnOpportunisticSubscriptionsChangedListener : Android.Telephony.SubscriptionManager.OnOpportunisticSubscriptionsChangedListener -> unit
override this.RemoveOnOpportunisticSubscriptionsChangedListener : Android.Telephony.SubscriptionManager.OnOpportunisticSubscriptionsChangedListener -> unit

Parameters

Attributes

Remarks

Java documentation for android.telephony.SubscriptionManager.removeOnOpportunisticSubscriptionsChangedListener(android.telephony.OnOpportunisticSubscriptionsChangedListener).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to