ConditionProviderService.RequestRebind(ComponentName) Method

Definition

Caution

deprecated

Request that the provider be rebound, after a previous call to (

[Android.Runtime.Register("requestRebind", "(Landroid/content/ComponentName;)V", "", ApiSince=26)]
[System.Obsolete("deprecated")]
public static void RequestRebind (Android.Content.ComponentName? componentName);
[<Android.Runtime.Register("requestRebind", "(Landroid/content/ComponentName;)V", "", ApiSince=26)>]
[<System.Obsolete("deprecated")>]
static member RequestRebind : Android.Content.ComponentName -> unit

Parameters

componentName
ComponentName
Attributes

Remarks

Java documentation for android.service.notification.ConditionProviderService.requestRebind(android.content.ComponentName).

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