次の方法で共有


ConditionProviderService.OnUnsubscribe(Uri) Method

Definition

Called by the system when a Condition has been deleted.

[Android.Runtime.Register("onUnsubscribe", "(Landroid/net/Uri;)V", "GetOnUnsubscribe_Landroid_net_Uri_Handler", ApiSince=24)]
public abstract void OnUnsubscribe (Android.Net.Uri? conditionId);
[<Android.Runtime.Register("onUnsubscribe", "(Landroid/net/Uri;)V", "GetOnUnsubscribe_Landroid_net_Uri_Handler", ApiSince=24)>]
abstract member OnUnsubscribe : Android.Net.Uri -> unit

Parameters

conditionId
Uri

the Uri describing the criteria of the deleted condition.

Attributes

Remarks

Called by the system when a Condition has been deleted.

Java documentation for android.service.notification.ConditionProviderService.onUnsubscribe(android.net.Uri).

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